tamnd commited on
Commit
93224c9
·
verified ·
1 Parent(s): ccd1a0a

Add 2012-01-21 to 2012-01-27 — 7 days, 579.1K events, 7 files

Browse files
README.md CHANGED
@@ -61,7 +61,7 @@ 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,174 days), totaling **194,154,909 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 56.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 16.3 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
 
@@ -143,7 +143,7 @@ duckdb.sql("""
143
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
144
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
145
  | 2011 | 323 | 18,032,583 | 55,828 | 3.5 GB | 76.6 MB | 47m29s | 52m20s | 33m17s |
146
- | 2012 | 302 | 35,152,316 | 116,398 | 9.4 GB | 3.1 GB | 2h15m | 3h20m | 2h46m |
147
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
148
  | 2014 | 203 | 65,974,849 | 324,999 | 21.0 GB | 6.0 GB | 2h13m | 11h56m | 3h02m |
149
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
@@ -637,20 +637,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
- | `pushes` | PushEvent | 97,455,495 | 50.2% | Git pushes with commits |
641
- | `issues` | IssuesEvent | 10,755,637 | 5.5% | Issue lifecycle events |
642
- | `issue_comments` | IssueCommentEvent | 16,862,568 | 8.7% | Comments on issues/PRs |
643
- | `pull_requests` | PullRequestEvent | 7,859,098 | 4.0% | PR lifecycle events |
644
  | `pr_review_comments` | PullRequestReviewCommentEvent | 1,798,243 | 0.9% | Line-level PR comments |
645
- | `stars` | WatchEvent | 18,269,308 | 9.4% | Repository stars |
646
- | `forks` | ForkEvent | 6,951,660 | 3.6% | Repository forks |
647
- | `creates` | CreateEvent | 24,605,844 | 12.7% | Branch/tag/repo creation |
648
- | `deletes` | DeleteEvent | 2,507,250 | 1.3% | Branch/tag deletion |
649
  | `releases` | ReleaseEvent | 236,789 | 0.1% | Release publications |
650
- | `commit_comments` | CommitCommentEvent | 1,811,983 | 0.9% | Comments on commits |
651
- | `wiki_pages` | GollumEvent | 3,182,987 | 1.6% | Wiki page edits |
652
- | `members` | MemberEvent | 134,127 | 0.1% | Collaborator additions |
653
- | `public_events` | PublicEvent | 179,129 | 0.1% | Repo made public |
654
 
655
  ## How it's built
656
 
 
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,175 days), totaling **194,223,616 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 56.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 16.3 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
 
 
143
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
144
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
145
  | 2011 | 323 | 18,032,583 | 55,828 | 3.5 GB | 76.6 MB | 47m29s | 52m20s | 33m17s |
146
+ | 2012 | 303 | 35,221,023 | 116,241 | 9.4 GB | 3.1 GB | 2h13m | 3h18m | 2h43m |
147
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
148
  | 2014 | 203 | 65,974,849 | 324,999 | 21.0 GB | 6.0 GB | 2h13m | 11h56m | 3h02m |
149
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
 
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
+ | `pushes` | PushEvent | 97,485,143 | 50.2% | Git pushes with commits |
641
+ | `issues` | IssuesEvent | 10,758,569 | 5.5% | Issue lifecycle events |
642
+ | `issue_comments` | IssueCommentEvent | 16,866,787 | 8.7% | Comments on issues/PRs |
643
+ | `pull_requests` | PullRequestEvent | 7,860,756 | 4.0% | PR lifecycle events |
644
  | `pr_review_comments` | PullRequestReviewCommentEvent | 1,798,243 | 0.9% | Line-level PR comments |
645
+ | `stars` | WatchEvent | 18,275,120 | 9.4% | Repository stars |
646
+ | `forks` | ForkEvent | 6,953,534 | 3.6% | Repository forks |
647
+ | `creates` | CreateEvent | 24,624,638 | 12.7% | Branch/tag/repo creation |
648
+ | `deletes` | DeleteEvent | 2,508,678 | 1.3% | Branch/tag deletion |
649
  | `releases` | ReleaseEvent | 236,789 | 0.1% | Release publications |
650
+ | `commit_comments` | CommitCommentEvent | 1,812,641 | 0.9% | Comments on commits |
651
+ | `wiki_pages` | GollumEvent | 3,184,289 | 1.6% | Wiki page edits |
652
+ | `members` | MemberEvent | 134,444 | 0.1% | Collaborator additions |
653
+ | `public_events` | PublicEvent | 179,194 | 0.1% | Repo made public |
654
 
655
  ## How it's built
656
 
data/stars/2012/01/21.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:32b2a2831e53d32548e92661252afff60805f6bcd3731c1542d90ccfdb2adc92
3
- size 176221
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6558cf8dc0fbdcf85b91ee644537ac8ce5ccb466b05d5762d05b344b5ea9913
3
+ size 258025
data/stars/2012/01/22.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2921f0c023ec99e1c5e3884b15c4f3311192180d3c2a773adf62c0b0e5534be5
3
- size 159336
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f79d610064ce0c9a7ee6650d8674f0e75cd3c6f3e1f5ac43a596457e337064d0
3
+ size 231905
data/stars/2012/01/23.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1e1824ad1b18d9896b13723d502c80329d6aa91906fefa642c0b1f2edefe5a5c
3
- size 237416
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:841c908d2eacae9c31134572624143c20001d3a88ad9908706a5f07205dfb1eb
3
+ size 349606
data/stars/2012/01/24.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:79aad1333b60cc681af3d5209a148f37de20f15f1ece432811728d8075ff6493
3
- size 255584
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a81cad8335ecba946d398897142d3e292bcd4373c6d1616fc1f5091807eb7ada
3
+ size 378920
data/stars/2012/01/25.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:068c2720e9ab8cedb5f1a6382bb7ae2b151ea785cc018d842fe31aca4ddd89ee
3
- size 279010
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:958b43c98a7ead24447f22f7d4624014c13174badaa85e66121d896b1e5fe2d5
3
+ size 406412
data/stars/2012/01/26.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:25d4778310ddff7301195f35646d004ba451d0893e1581d374f0dc8b5c3b07a8
3
- size 264340
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0827d2a1c368ee715b6b3d7916e2843d41cf65ac0cba8f1b7001812be501bb0
3
+ size 388226
data/stars/2012/01/27.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:14b5d99ef489aed0701a634dcd5e7e442c6f0f26442d3a5096d88c4a5912d38b
3
- size 262586
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b13ab9cd77a1c0e47fd233c602f01c7c2fd92cb8f140f5d8e200aa029b36bd1
3
+ size 384506
stats.csv CHANGED
@@ -335,19 +335,20 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
335
  2012-01-11,98111,0,42617,4482,6839,2761,0,0,9927,2731,23858,1168,0,1139,2029,471,89,0,25127509,21.1,420315,20.9,21.1,5.5
336
  2012-01-12,80446,0,38276,4141,6296,2472,0,0,8737,2447,13546,1078,0,1106,1801,459,87,0,22744323,14.9,375385,12.9,14.9,5.5
337
  2012-01-13,80485,0,37533,3963,5968,2445,0,0,8624,2322,15622,869,0,907,1756,394,82,0,21960372,14.9,367109,11.1,14.9,5.5
338
- 2012-01-14,65344,0,29033,3067,4428,1591,0,0,6084,1796,16445,534,0,721,1321,268,56,0,16076566,11.8,260281,12.9,11.8,0.0
339
- 2012-01-15,74429,0,32713,2903,4541,1610,0,0,7054,1802,20526,675,0,858,1497,206,44,0,17196702,17.3,298327,29.1,17.3,0.0
340
- 2012-01-16,87112,0,39683,5098,7017,2469,0,0,8435,2508,18082,634,0,1031,1691,387,77,0,22883360,21.0,365192,17.7,21.0,0.0
341
- 2012-01-17,87469,0,39511,4244,6856,2534,0,0,8668,2535,18394,1236,0,1032,1966,402,91,0,23489941,20.9,380175,11.2,20.9,0.0
342
- 2012-01-18,80930,0,38483,4037,6569,2667,0,0,8239,2627,14177,781,0,993,1887,414,56,0,22912738,17.5,361459,0.0,17.5,0.0
343
- 2012-01-19,85430,0,39168,4093,6398,2601,0,0,7823,2364,18859,759,0,1006,1856,420,83,0,23321225,19.0,343753,0.0,19.0,0.0
344
- 2012-01-20,78560,0,36823,3769,6004,2476,0,0,7353,2396,15584,1033,0,995,1659,398,70,0,21762100,17.0,325406,0.0,17.0,0.0
345
- 2012-01-22,58524,0,28889,2780,4244,1574,0,0,5260,1647,11242,516,0,695,1400,227,50,0,15722460,22.8,8138616,19.1,22.8,47.5
346
- 2012-01-23,83754,0,38446,3922,6725,2596,0,0,7826,2297,17972,915,0,998,1583,372,102,0,23311692,37.1,11603280,24.9,37.1,49.0
347
- 2012-01-24,98159,0,41844,4711,7150,2899,0,0,8700,2756,24029,2156,0,1229,2057,517,111,0,25168006,41.9,12004535,22.2,41.9,40.9
348
- 2012-01-25,88141,0,42201,4409,7577,2814,0,0,9207,2685,14690,988,0,1204,1856,431,79,0,25334420,38.8,11969496,20.8,38.8,35.2
349
- 2012-01-26,91368,0,41900,4709,6827,2943,0,0,8925,2671,19006,866,0,1200,1744,452,125,0,24817608,40.5,11930963,34.1,40.5,35.7
350
- 2012-01-27,90409,0,43829,4738,7604,2909,0,0,8877,2817,15221,821,0,1122,1816,543,112,0,25921211,39.7,12496086,22.0,39.7,37.8
 
351
  2012-01-28,77014,0,35897,3869,5426,1897,0,0,6243,2311,17792,759,0,803,1508,461,48,0,19166554,30.2,9574012,18.2,30.2,42.8
352
  2012-01-29,81805,0,37570,3256,4594,1796,0,0,7016,2193,22172,623,0,828,1393,304,60,0,19062398,33.6,9798926,17.5,33.6,27.4
353
  2012-01-30,93901,0,44392,4832,7128,2664,0,0,9442,2751,18266,824,0,1224,1856,438,84,0,25828574,41.4,12657641,24.1,41.4,30.9
 
335
  2012-01-11,98111,0,42617,4482,6839,2761,0,0,9927,2731,23858,1168,0,1139,2029,471,89,0,25127509,21.1,420315,20.9,21.1,5.5
336
  2012-01-12,80446,0,38276,4141,6296,2472,0,0,8737,2447,13546,1078,0,1106,1801,459,87,0,22744323,14.9,375385,12.9,14.9,5.5
337
  2012-01-13,80485,0,37533,3963,5968,2445,0,0,8624,2322,15622,869,0,907,1756,394,82,0,21960372,14.9,367109,11.1,14.9,5.5
338
+ 2012-01-14,65344,0,29033,3067,4428,1591,0,0,6084,1796,16445,534,0,721,1321,268,56,0,16076566,11.8,260281,12.9,11.8,5.9
339
+ 2012-01-15,74429,0,32713,2903,4541,1610,0,0,7054,1802,20526,675,0,858,1497,206,44,0,17196702,17.3,298327,29.1,17.3,5.9
340
+ 2012-01-16,87112,0,39683,5098,7017,2469,0,0,8435,2508,18082,634,0,1031,1691,387,77,0,22883360,21.0,365192,17.7,21.0,5.9
341
+ 2012-01-17,87469,0,39511,4244,6856,2534,0,0,8668,2535,18394,1236,0,1032,1966,402,91,0,23489941,20.9,380175,11.2,20.9,5.9
342
+ 2012-01-18,80930,0,38483,4037,6569,2667,0,0,8239,2627,14177,781,0,993,1887,414,56,0,22912738,17.5,361459,0.0,17.5,5.9
343
+ 2012-01-19,85430,0,39168,4093,6398,2601,0,0,7823,2364,18859,759,0,1006,1856,420,83,0,23321225,19.0,343753,0.0,19.0,5.9
344
+ 2012-01-20,78560,0,36823,3769,6004,2476,0,0,7353,2396,15584,1033,0,995,1659,398,70,0,21762100,17.0,325406,0.0,17.0,5.9
345
+ 2012-01-21,68707,0,29648,2932,4219,1658,0,0,5812,1874,18794,1428,0,658,1302,317,65,0,16479869,14.3,258025,0.0,14.3,0.0
346
+ 2012-01-22,58524,0,28889,2780,4244,1574,0,0,5260,1647,11242,516,0,695,1400,227,50,0,15722460,14.0,231905,5.5,14.0,0.0
347
+ 2012-01-23,83754,0,38446,3922,6725,2596,0,0,7826,2297,17972,915,0,998,1583,372,102,0,23311692,19.6,349606,6.3,19.6,0.0
348
+ 2012-01-24,98159,0,41844,4711,7150,2899,0,0,8700,2756,24029,2156,0,1229,2057,517,111,0,25168006,23.0,378920,8.7,23.0,0.0
349
+ 2012-01-25,88141,0,42201,4409,7577,2814,0,0,9207,2685,14690,988,0,1204,1856,431,79,0,25334420,20.7,406412,5.2,20.7,0.0
350
+ 2012-01-26,91368,0,41900,4709,6827,2943,0,0,8925,2671,19006,866,0,1200,1744,452,125,0,24817608,21.3,388226,5.8,21.3,0.0
351
+ 2012-01-27,90409,0,43829,4738,7604,2909,0,0,8877,2817,15221,821,0,1122,1816,543,112,0,25921211,19.0,384506,5.8,19.0,0.0
352
  2012-01-28,77014,0,35897,3869,5426,1897,0,0,6243,2311,17792,759,0,803,1508,461,48,0,19166554,30.2,9574012,18.2,30.2,42.8
353
  2012-01-29,81805,0,37570,3256,4594,1796,0,0,7016,2193,22172,623,0,828,1393,304,60,0,19062398,33.6,9798926,17.5,33.6,27.4
354
  2012-01-30,93901,0,44392,4832,7128,2664,0,0,9442,2751,18266,824,0,1224,1856,438,84,0,25828574,41.4,12657641,24.1,41.4,30.9