tamnd commited on
Commit
be88084
·
1 Parent(s): f843ad8

Add 2011-07-14 — 53.8K events, 11 files

Browse files
README.md CHANGED
@@ -61,9 +61,9 @@ configs:
61
 
62
  This dataset contains every public event on GitHub: every push, pull request, issue, star, fork, code review, release, and discussion across all public repositories. GitHub is the world's largest software development platform, home to over 200 million repositories and the daily work of tens of millions of developers, from individual open-source contributors to the engineering teams behind the most widely used software on earth.
63
 
64
- The archive currently spans from **2011-02-12** to **2011-07-13** (105 days), totaling **5,356,792 events** across 16 fully structured Parquet tables. New events are fetched directly from the GitHub Events API every few seconds and committed as 5-minute Parquet blocks through an automated live pipeline, so the dataset stays current with GitHub itself.
65
 
66
- We believe this is the most complete and regularly updated structured mirror of public GitHub activity available on Hugging Face. The original 969.4 MB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 460.1 MB of Zstd-compressed Parquet. Every nested JSON field is expanded into typed columns — no JSON parsing needed downstream. The data is partitioned as `data/TABLE/YYYY/MM/DD.parquet`, making it straightforward to query with DuckDB, load with the `datasets` library, or process with any tool that reads Parquet.
67
 
68
  The underlying data comes from [GH Archive](https://www.gharchive.org/), created by [Ilya Grigorik](https://www.igvita.com/), which has been recording every public GitHub event via the [Events API](https://docs.github.com/en/rest/activity/events) since 2011. Released under the [Open Data Commons Attribution License (ODC-By) v1.0](https://opendatacommons.org/licenses/by/1-0/).
69
 
@@ -71,7 +71,7 @@ The underlying data comes from [GH Archive](https://www.gharchive.org/), created
71
 
72
  Events from today are captured in near-real-time from the GitHub Events API and stored as 5-minute blocks in `today/raw/YYYY/MM/DD/HHMM.parquet`. Each block contains a generic event record with the full JSON payload preserved for later processing. Live blocks are committed to this dataset within minutes of the events occurring.
73
 
74
- **2026-03-27** — 515,886 events in 3100 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 91
@@ -79,21 +79,21 @@ Events from today are captured in near-real-time from the GitHub Events API and
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 72
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 60
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 78
82
- 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 67
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 58
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 68
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 74
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 113
87
- 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 103
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 98
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 143
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 161
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 221
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 281
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 396
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.4K
95
  18:00 ██████████████████████████████ 323.0K
96
- 19:00 ██████░░░░░░░░░░░░░░░░░░░░░░░ 70.3K
97
  20:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -136,7 +136,7 @@ duckdb.sql("""
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 105 | 5,356,792 | 51,017 | 969.4 MB | 460.1 MB | 19m14s | 20m43s | 43m41s |
140
 
141
 
142
  ### Pushes per year
@@ -149,21 +149,21 @@ duckdb.sql("""
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 253.8K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 122.5K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
- 2011 ██████████████████████████████ 534.5K
167
  ```
168
 
169
 
@@ -547,18 +547,18 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
- | `pushes` | PushEvent | 2,485,096 | 46.4% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 253,824 | 4.7% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 263,302 | 4.9% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 122,534 | 2.3% | PR lifecycle events |
554
- | `stars` | WatchEvent | 534,484 | 10.0% | Repository stars |
555
- | `forks` | ForkEvent | 141,847 | 2.6% | Repository forks |
556
- | `creates` | CreateEvent | 639,531 | 11.9% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 60,532 | 1.1% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 68,733 | 1.3% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 112,469 | 2.1% | Wiki page edits |
560
- | `members` | MemberEvent | 30,378 | 0.6% | Collaborator additions |
561
- | `public_events` | PublicEvent | 4,456 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
 
61
 
62
  This dataset contains every public event on GitHub: every push, pull request, issue, star, fork, code review, release, and discussion across all public repositories. GitHub is the world's largest software development platform, home to over 200 million repositories and the daily work of tens of millions of developers, from individual open-source contributors to the engineering teams behind the most widely used software on earth.
63
 
64
+ The archive currently spans from **2011-02-12** to **2011-07-14** (106 days), totaling **5,410,592 events** across 16 fully structured Parquet tables. New events are fetched directly from the GitHub Events API every few seconds and committed as 5-minute Parquet blocks through an automated live pipeline, so the dataset stays current with GitHub itself.
65
 
66
+ We believe this is the most complete and regularly updated structured mirror of public GitHub activity available on Hugging Face. The original 978.5 MB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 465.1 MB of Zstd-compressed Parquet. Every nested JSON field is expanded into typed columns — no JSON parsing needed downstream. The data is partitioned as `data/TABLE/YYYY/MM/DD.parquet`, making it straightforward to query with DuckDB, load with the `datasets` library, or process with any tool that reads Parquet.
67
 
68
  The underlying data comes from [GH Archive](https://www.gharchive.org/), created by [Ilya Grigorik](https://www.igvita.com/), which has been recording every public GitHub event via the [Events API](https://docs.github.com/en/rest/activity/events) since 2011. Released under the [Open Data Commons Attribution License (ODC-By) v1.0](https://opendatacommons.org/licenses/by/1-0/).
69
 
 
71
 
72
  Events from today are captured in near-real-time from the GitHub Events API and stored as 5-minute blocks in `today/raw/YYYY/MM/DD/HHMM.parquet`. Each block contains a generic event record with the full JSON payload preserved for later processing. Live blocks are committed to this dataset within minutes of the events occurring.
73
 
74
+ **2026-03-27** — 525,367 events in 3115 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 91
 
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 72
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 60
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 78
82
+ 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 68
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 58
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 68
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 75
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 113
87
+ 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 104
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 99
89
+ 12:00 █░░░░░░░░░���░░░░░░░░░░░░░░░░░░░ 144
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 162
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 221
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 282
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 397
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.4K
95
  18:00 ██████████████████████████████ 323.0K
96
+ 19:00 ██████░░░░░░░░░░░░░░░░░░░░░░░ 79.8K
97
  20:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 106 | 5,410,592 | 51,043 | 978.5 MB | 465.1 MB | 19m35s | 20m50s | 44m13s |
140
 
141
 
142
  ### Pushes per year
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 257.5K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 124.1K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
+ 2011 ██████████████████████████████ 539.7K
167
  ```
168
 
169
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 2,511,813 | 46.4% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 257,545 | 4.8% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 267,499 | 4.9% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 124,131 | 2.3% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 539,733 | 10.0% | Repository stars |
555
+ | `forks` | ForkEvent | 143,366 | 2.6% | Repository forks |
556
+ | `creates` | CreateEvent | 647,577 | 12.0% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 61,138 | 1.1% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 69,501 | 1.3% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 113,540 | 2.1% | Wiki page edits |
560
+ | `members` | MemberEvent | 30,641 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 4,502 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/07/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89d86559430ede761dc66385189c0e6ec9efe1a344cf4ce38defada402747b65
3
+ size 37026
data/creates/2011/07/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f91d44e268e4dd7629f05d2bae1955e6c00445b903109c33c4d3f571ed7caf20
3
+ size 287269
data/deletes/2011/07/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0815d7822a03eea0d5d51c2ff3e74c228a4f6cfe80f39a2d68ab0919bfad097
3
+ size 24512
data/forks/2011/07/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85080dac5428d37cad57336464ce599599ea8640713d53fdb83996bdb8ab4e31
3
+ size 80082
data/issues/2011/07/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d22ef4d9aaf5e0bed2acdc491e93755524ba680df795464f9e8b87b9396c1212
3
+ size 97383
data/members/2011/07/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb64d91ea495ca389e62effb194e46730a869873a0e444fc2c65e60c1587ff61
3
+ size 14707
data/public_events/2011/07/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6d18faecc0828e9e59e6756954bc687afad650d83a4742ac3c58df6c4793cd9
3
+ size 4541
data/pull_requests/2011/07/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69965d0721305103bfe8c5348e32b15347fb4de54b64ad42fc230a7b3854094d
3
+ size 95804
data/pushes/2011/07/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4934f649cae405872c9c6ce87e969384592a20ebd45408aa99f80657494f609c
3
+ size 4413946
data/stars/2011/07/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:427818fafdf9c14a19b383b6fa0b311b1ab157f126ae117fbb3b4fe431fea342
3
+ size 158902
data/wiki_pages/2011/07/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7930f8934c8f80698db4b57464e89a1be30cea8c2a02d5dae501783d287ffba
3
+ size 83157
stats.csv CHANGED
@@ -103,4 +103,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
103
  2011-07-10,37235,0,19487,1861,2291,951,0,0,4436,1124,5099,405,0,490,895,166,30,0,6669866,4.4,3828793,17.8,4.4,22.6
104
  2011-07-11,53097,0,28106,2883,3861,1681,0,0,5832,1578,6364,498,0,703,1168,368,55,0,9988279,6.3,5512333,17.8,6.3,29.8
105
  2011-07-12,57108,0,29815,3021,4101,1780,0,0,6166,1665,7266,664,0,832,1443,296,59,0,10750976,6.4,5629137,23.1,6.4,29.0
106
- 2011-07-13,55698,0,28918,3104,4087,1807,0,0,5841,1725,6864,666,0,938,1367,325,56,0,10420914,6.0,5662833,17.6,6.0,0.0
 
 
103
  2011-07-10,37235,0,19487,1861,2291,951,0,0,4436,1124,5099,405,0,490,895,166,30,0,6669866,4.4,3828793,17.8,4.4,22.6
104
  2011-07-11,53097,0,28106,2883,3861,1681,0,0,5832,1578,6364,498,0,703,1168,368,55,0,9988279,6.3,5512333,17.8,6.3,29.8
105
  2011-07-12,57108,0,29815,3021,4101,1780,0,0,6166,1665,7266,664,0,832,1443,296,59,0,10750976,6.4,5629137,23.1,6.4,29.0
106
+ 2011-07-13,55698,0,28918,3104,4087,1807,0,0,5841,1725,6864,666,0,938,1367,325,56,0,10420914,6.0,5662833,17.6,6.0,31.6
107
+ 2011-07-14,53800,0,26717,3721,4197,1597,0,0,5249,1519,8046,606,0,768,1071,263,46,0,9527821,7.5,5297329,21.0,7.5,0.0