tamnd commited on
Commit
7bde43a
·
verified ·
1 Parent(s): 1ab91e5

Add 2014-12-27 — 256.9K 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,387 days), totaling **260,224,209 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 89.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 16.0 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 ██████████████████████████████ 123.0M
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 | 343 | 122,988,096 | 358,565 | 51.1 GB | 11.6 GB | 4h10m | 20h31m | 4h59m |
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 ██████████████████████████████ 62.3M
163
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
164
  ```
165
 
@@ -223,9 +223,9 @@ Stars (WatchEvent in the GitHub API) reflect community interest and discovery. S
223
 
224
  ```
225
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
226
- 2012 ██████████░░░░░░░░░░░░░░░░░░░ 4.0M
227
  2013 ███████████████████░���░░░░░░░░░ 7.1M
228
- 2014 ██████████████████████████████ 11.0M
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 | 130,725,534 | 50.2% | Git pushes with commits |
643
- | `issues` | IssuesEvent | 15,001,115 | 5.8% | Issue lifecycle events |
644
- | `issue_comments` | IssueCommentEvent | 22,733,526 | 8.7% | Comments on issues/PRs |
645
- | `pull_requests` | PullRequestEvent | 10,723,939 | 4.1% | PR lifecycle events |
646
- | `pr_review_comments` | PullRequestReviewCommentEvent | 2,687,973 | 1.0% | Line-level PR comments |
647
- | `stars` | WatchEvent | 24,056,079 | 9.2% | Repository stars |
648
- | `forks` | ForkEvent | 9,123,677 | 3.5% | Repository forks |
649
- | `creates` | CreateEvent | 32,673,551 | 12.6% | Branch/tag/repo creation |
650
- | `deletes` | DeleteEvent | 3,553,998 | 1.4% | Branch/tag deletion |
651
- | `releases` | ReleaseEvent | 390,810 | 0.2% | Release publications |
652
- | `commit_comments` | CommitCommentEvent | 2,310,315 | 0.9% | Comments on commits |
653
- | `wiki_pages` | GollumEvent | 3,975,426 | 1.5% | Wiki page edits |
654
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
655
- | `public_events` | PublicEvent | 241,345 | 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,388 days), totaling **260,481,151 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 89.5 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 16.0 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 ██████████████████████████████ 123.2M
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 | 344 | 123,245,038 | 358,270 | 51.2 GB | 11.6 GB | 4h10m | 20h32m | 5h00m |
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 ██████████████████████████████ 62.4M
163
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
164
  ```
165
 
 
223
 
224
  ```
225
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
226
+ 2012 ██████████░░░░░░░░░░░░░░░░░░░ 4.0M
227
  2013 ███████████████████░���░░░░░░░░░ 7.1M
228
+ 2014 ██████████████████████████████ 11.1M
229
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
230
  ```
231
 
 
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
+ | `pushes` | PushEvent | 130,858,790 | 50.2% | Git pushes with commits |
643
+ | `issues` | IssuesEvent | 15,015,455 | 5.8% | Issue lifecycle events |
644
+ | `issue_comments` | IssueCommentEvent | 22,752,187 | 8.7% | Comments on issues/PRs |
645
+ | `pull_requests` | PullRequestEvent | 10,733,297 | 4.1% | PR lifecycle events |
646
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 2,690,066 | 1.0% | Line-level PR comments |
647
+ | `stars` | WatchEvent | 24,084,322 | 9.2% | Repository stars |
648
+ | `forks` | ForkEvent | 9,132,549 | 3.5% | Repository forks |
649
+ | `creates` | CreateEvent | 32,704,012 | 12.6% | Branch/tag/repo creation |
650
+ | `deletes` | DeleteEvent | 3,559,374 | 1.4% | Branch/tag deletion |
651
+ | `releases` | ReleaseEvent | 391,554 | 0.2% | Release publications |
652
+ | `commit_comments` | CommitCommentEvent | 2,311,927 | 0.9% | Comments on commits |
653
+ | `wiki_pages` | GollumEvent | 3,978,386 | 1.5% | Wiki page edits |
654
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
655
+ | `public_events` | PublicEvent | 241,589 | 0.1% | Repo made public |
656
 
657
  ## How it's built
658
 
data/commit_comments/2014/12/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b24c254f32a621d731c28411b88c2989e1ae28d664082d1c78cd8e5ed6d51be7
3
+ size 58776
data/creates/2014/12/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f3905db53764d20cc1d4c83c43dfedab404ffbcc16ccb365a6681df2541898b
3
+ size 3239883
data/deletes/2014/12/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:911f94d8471a68146d32818b9d6387053110e46a271962f49b528a060112c8bf
3
+ size 121852
data/forks/2014/12/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca8cb25dc48c4278271adcd0340ff802ff14914ebc513f800a01d14e646e0c34
3
+ size 345322
data/issue_comments/2014/12/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:739ab40c1394b493c853539f2b2a130f016b3b2e401e118ae3f3666b9e9ba22f
3
+ size 457294
data/issues/2014/12/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:928f5daba9fd0c4a11b0f824d67040db616665337bd38b45143819071f16f948
3
+ size 366606
data/public_events/2014/12/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b79d9356abb2a261a2c14ad09ba1b8ac2a9d0910872073a3c2642639680e6d8
3
+ size 10262
data/pull_requests/2014/12/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27decc6efb2c058474c893c6811c2c2d9b61339da1f8f0a72c051deca86e699c
3
+ size 1647155
data/pushes/2014/12/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:497583e9b24fb7701b35510c02c55673f6d8065f42a652953c38bf52168847f7
3
+ size 19321119
data/stars/2014/12/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8484121f94c274a4e3fecf529e3ca83fb6c91e8a1653cda4442a7ed24ae2d16f
3
+ size 1314595
data/wiki_pages/2014/12/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f779b803dc37b1fe6b071951b60a3d9694e0545c926714dbdf7664c6ce55d0c5
3
+ size 215298
stats.csv CHANGED
@@ -1383,6 +1383,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1383
  2014-12-23,411008,1336,188736,20841,34328,17891,0,5899,35999,12605,78272,7028,1214,2501,4044,0,314,0,226075356,111.5,40298953,50.1,111.5,71.0
1384
  2014-12-24,277949,707,139945,16396,20316,10775,0,3124,30037,9868,36732,4485,853,1668,2810,0,233,0,164616559,79.2,33134686,43.9,79.2,54.2
1385
  2014-12-25,239963,599,120941,15051,14857,8516,0,2029,27666,9116,32373,4148,687,1290,2490,0,200,0,137704476,66.8,28247483,42.1,66.8,30.9
1386
- 2014-12-26,275747,800,135570,27554,19292,10382,0,2423,27435,9041,32841,4603,820,1763,2955,0,268,0,147045470,71.5,28707021,39.0,71.5,0.0
 
1387
  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
1388
  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
 
1383
  2014-12-23,411008,1336,188736,20841,34328,17891,0,5899,35999,12605,78272,7028,1214,2501,4044,0,314,0,226075356,111.5,40298953,50.1,111.5,71.0
1384
  2014-12-24,277949,707,139945,16396,20316,10775,0,3124,30037,9868,36732,4485,853,1668,2810,0,233,0,164616559,79.2,33134686,43.9,79.2,54.2
1385
  2014-12-25,239963,599,120941,15051,14857,8516,0,2029,27666,9116,32373,4148,687,1290,2490,0,200,0,137704476,66.8,28247483,42.1,66.8,30.9
1386
+ 2014-12-26,275747,800,135570,27554,19292,10382,0,2423,27435,9041,32841,4603,820,1763,2955,0,268,0,147045470,71.5,28707021,39.0,71.5,55.6
1387
+ 2014-12-27,256942,722,133256,14340,18661,9358,0,2093,28243,8872,30461,5376,744,1612,2960,0,244,0,137385462,67.2,27098162,33.4,67.2,0.0
1388
  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
1389
  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