tamnd commited on
Commit
a8b178c
·
verified ·
1 Parent(s): 4b1e32f

Add 2014-12-15 — 497.3K 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 **2015-01-03** (1,375 days), totaling **255,651,628 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 86.9 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 15.5 GB 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
 
@@ -138,7 +138,7 @@ duckdb.sql("""
138
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
139
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 42.5M
140
  2013 ███████████████████░░░░░░░░░░░ 76.2M
141
- 2014 ██████████████████████████████ 118.4M
142
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
143
  ```
144
 
@@ -147,7 +147,7 @@ duckdb.sql("""
147
  | 2011 | 323 | 18,032,583 | 55,828 | 3.5 GB | 76.6 MB | 47m29s | 52m20s | 33m17s |
148
  | 2012 | 366 | 42,537,517 | 116,222 | 11.5 GB | 161.5 MB | 1h19m | 2h30m | 35m15s |
149
  | 2013 | 353 | 76,154,264 | 215,734 | 23.2 GB | 4.1 GB | 2h33m | 8h52m | 2h34m |
150
- | 2014 | 331 | 118,415,515 | 357,750 | 48.6 GB | 11.1 GB | 3h58m | 20h12m | 4h49m |
151
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
152
 
153
 
@@ -159,7 +159,7 @@ Pushes are the most common event type, representing roughly half of all GitHub a
159
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
160
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 20.6M
161
  2013 ███████████████████░░░░░░░░░░░ 38.9M
162
- 2014 ██████████████████████████████ 60.0M
163
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
164
  ```
165
 
@@ -225,7 +225,7 @@ Stars (WatchEvent in the GitHub API) reflect community interest and discovery. S
225
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
226
  2012 ███████████░░░░░░░░░░░░░░░░░░░ 4.0M
227
  2013 ████████████████████░░░░░░░░░░ 7.1M
228
- 2014 ██████████████████████��███████ 10.6M
229
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
230
  ```
231
 
@@ -639,20 +639,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
- | `pushes` | PushEvent | 128,462,742 | 50.2% | Git pushes with commits |
643
- | `issues` | IssuesEvent | 14,717,154 | 5.8% | Issue lifecycle events |
644
- | `issue_comments` | IssueCommentEvent | 22,340,552 | 8.7% | Comments on issues/PRs |
645
- | `pull_requests` | PullRequestEvent | 10,519,239 | 4.1% | PR lifecycle events |
646
- | `pr_review_comments` | PullRequestReviewCommentEvent | 2,622,695 | 1.0% | Line-level PR comments |
647
- | `stars` | WatchEvent | 23,647,535 | 9.2% | Repository stars |
648
- | `forks` | ForkEvent | 8,971,900 | 3.5% | Repository forks |
649
- | `creates` | CreateEvent | 32,066,597 | 12.5% | Branch/tag/repo creation |
650
- | `deletes` | DeleteEvent | 3,473,155 | 1.4% | Branch/tag deletion |
651
- | `releases` | ReleaseEvent | 377,295 | 0.1% | Release publications |
652
- | `commit_comments` | CommitCommentEvent | 2,278,936 | 0.9% | Comments on commits |
653
- | `wiki_pages` | GollumEvent | 3,926,055 | 1.5% | Wiki page edits |
654
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
655
- | `public_events` | PublicEvent | 237,032 | 0.1% | Repo made public |
656
 
657
  ## How it's built
658
 
 
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 **2015-01-03** (1,376 days), totaling **256,148,973 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 87.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 15.6 GB 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
 
 
138
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
139
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 42.5M
140
  2013 ███████████████████░░░░░░░░░░░ 76.2M
141
+ 2014 ██████████████████████████████ 118.9M
142
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
143
  ```
144
 
 
147
  | 2011 | 323 | 18,032,583 | 55,828 | 3.5 GB | 76.6 MB | 47m29s | 52m20s | 33m17s |
148
  | 2012 | 366 | 42,537,517 | 116,222 | 11.5 GB | 161.5 MB | 1h19m | 2h30m | 35m15s |
149
  | 2013 | 353 | 76,154,264 | 215,734 | 23.2 GB | 4.1 GB | 2h33m | 8h52m | 2h34m |
150
+ | 2014 | 332 | 118,912,860 | 358,171 | 48.9 GB | 11.2 GB | 3h59m | 20h14m | 4h49m |
151
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
152
 
153
 
 
159
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
160
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 20.6M
161
  2013 ███████████████████░░░░░░░░░░░ 38.9M
162
+ 2014 ██████████████████████████████ 60.2M
163
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
164
  ```
165
 
 
225
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
226
  2012 ███████████░░░░░░░░░░░░░░░░░░░ 4.0M
227
  2013 ████████████████████░░░░░░░░░░ 7.1M
228
+ 2014 █████████████████████████████ 10.7M
229
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
230
  ```
231
 
 
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
+ | `pushes` | PushEvent | 128,713,785 | 50.2% | Git pushes with commits |
643
+ | `issues` | IssuesEvent | 14,745,910 | 5.8% | Issue lifecycle events |
644
+ | `issue_comments` | IssueCommentEvent | 22,387,711 | 8.7% | Comments on issues/PRs |
645
+ | `pull_requests` | PullRequestEvent | 10,543,561 | 4.1% | PR lifecycle events |
646
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 2,631,838 | 1.0% | Line-level PR comments |
647
+ | `stars` | WatchEvent | 23,689,443 | 9.2% | Repository stars |
648
+ | `forks` | ForkEvent | 8,987,472 | 3.5% | Repository forks |
649
+ | `creates` | CreateEvent | 32,123,535 | 12.5% | Branch/tag/repo creation |
650
+ | `deletes` | DeleteEvent | 3,481,608 | 1.4% | Branch/tag deletion |
651
+ | `releases` | ReleaseEvent | 378,675 | 0.1% | Release publications |
652
+ | `commit_comments` | CommitCommentEvent | 2,282,762 | 0.9% | Comments on commits |
653
+ | `wiki_pages` | GollumEvent | 3,932,172 | 1.5% | Wiki page edits |
654
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
655
+ | `public_events` | PublicEvent | 237,598 | 0.1% | Repo made public |
656
 
657
  ## How it's built
658
 
data/commit_comments/2014/12/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0d9d4ff21bfce2fb55ac4751fce1a53b8fa981efbee85d99e514378f74e2089
3
+ size 128596
data/creates/2014/12/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea1854c6a101103b14ec4baf0f9310b1ab20fb9917a81c073f7e7b210fedffe4
3
+ size 7860000
data/deletes/2014/12/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f7db1c8b4c8d3fab646d2fa3bb56272794b049d53ec0470070cbb1b3cc782bd
3
+ size 248647
data/forks/2014/12/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a65395e6e08eb34ddcf3dc13ee955a3828a5f422e192f282b722e0d399894477
3
+ size 420984
data/issue_comments/2014/12/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0851c621c716db29b77db837696716b4d0446d425e4897be7c80817f93a2a8bd
3
+ size 1165183
data/issues/2014/12/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49a208df6411584be082238c61a3a4d0a255d9fa2329e0b2e1fe9f44981dfdc6
3
+ size 760225
data/public_events/2014/12/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edfa332908d766168fbd4c292817cc0106af5e6b848f9ea6ee55a2b38152caa1
3
+ size 19047
data/pull_requests/2014/12/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0343a3398e409bedba271c16694cc76424a848ff9e4426e056024a49eafaa155
3
+ size 4220877
data/pushes/2014/12/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6286cbac16a8916ee70c5f515974374d9f9b054e53dd59ea477ac7543ae20097
3
+ size 39589125
data/stars/2014/12/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5115ba99a521f651f81c1d61ea8602ea7bcf7a5e734a42bbc9c0817846ac1e9
3
+ size 1913794
data/wiki_pages/2014/12/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:491374a82e79a74bad3ace18b3fa3db5cfce6e4d53ab0401e56952fb1db2a0c7
3
+ size 388619
stats.csv CHANGED
@@ -1371,6 +1371,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1371
  2014-12-11,496922,2282,251616,28103,45540,23936,0,8285,44641,15772,57636,8693,1476,3616,4751,0,575,0,289072674,115.8,56791452,49.8,115.8,21.3
1372
  2014-12-12,429645,1945,218876,24802,39057,21028,0,7554,35023,13387,50881,7850,1409,3234,4119,0,480,0,254282479,98.3,49656145,56.9,98.3,42.3
1373
  2014-12-13,311136,1343,165911,18483,22461,12181,0,2898,26514,10027,40137,4957,864,1829,3163,0,368,0,179020319,66.2,35842743,46.3,66.2,39.0
1374
- 2014-12-14,365393,1325,195150,20750,26723,13482,0,3473,33614,12142,45300,5200,991,2513,4418,0,312,0,205644540,98.5,41361472,56.2,98.5,0.0
 
1375
  2015-01-01,218939,0,119242,9843,17045,8735,0,2173,21939,7144,23913,3843,816,1399,2196,474,177,0,73764980,79.7,37810232,15.9,79.7,0.0
1376
  2015-01-03,292810,0,155315,15037,26081,11958,0,2946,28410,9430,31862,4560,963,1829,3178,983,258,0,100890756,100.1,51394128,4.6,100.1,48.0
 
1371
  2014-12-11,496922,2282,251616,28103,45540,23936,0,8285,44641,15772,57636,8693,1476,3616,4751,0,575,0,289072674,115.8,56791452,49.8,115.8,21.3
1372
  2014-12-12,429645,1945,218876,24802,39057,21028,0,7554,35023,13387,50881,7850,1409,3234,4119,0,480,0,254282479,98.3,49656145,56.9,98.3,42.3
1373
  2014-12-13,311136,1343,165911,18483,22461,12181,0,2898,26514,10027,40137,4957,864,1829,3163,0,368,0,179020319,66.2,35842743,46.3,66.2,39.0
1374
+ 2014-12-14,365393,1325,195150,20750,26723,13482,0,3473,33614,12142,45300,5200,991,2513,4418,0,312,0,205644540,98.5,41361472,56.2,98.5,26.1
1375
+ 2014-12-15,497345,2162,251043,28756,47159,24322,0,9143,41908,15572,56938,8453,1380,3826,6117,0,566,0,291040630,131.9,56715097,49.2,131.9,0.0
1376
  2015-01-01,218939,0,119242,9843,17045,8735,0,2173,21939,7144,23913,3843,816,1399,2196,474,177,0,73764980,79.7,37810232,15.9,79.7,0.0
1377
  2015-01-03,292810,0,155315,15037,26081,11958,0,2946,28410,9430,31862,4560,963,1829,3178,983,258,0,100890756,100.1,51394128,4.6,100.1,48.0