tamnd commited on
Commit
b01b791
·
verified ·
1 Parent(s): e219001

Add 2012-10-06 to 2012-10-12 — 7 days, 893.4K events, 7 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,240 days), totaling **205,892,146 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 61.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 14.8 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
 
@@ -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 | 349 | 40,106,042 | 114,917 | 10.7 GB | 1017.9 MB | 1h35m | 2h40m | 1h07m |
147
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
148
  | 2014 | 222 | 72,758,360 | 327,740 | 24.6 GB | 6.7 GB | 2h26m | 14h01m | 3h24m |
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 | 103,293,764 | 50.2% | Git pushes with commits |
641
- | `issues` | IssuesEvent | 11,365,139 | 5.5% | Issue lifecycle events |
642
- | `issue_comments` | IssueCommentEvent | 17,904,091 | 8.7% | Comments on issues/PRs |
643
- | `pull_requests` | PullRequestEvent | 8,331,743 | 4.0% | PR lifecycle events |
644
- | `pr_review_comments` | PullRequestReviewCommentEvent | 1,932,623 | 0.9% | Line-level PR comments |
645
- | `stars` | WatchEvent | 19,379,596 | 9.4% | Repository stars |
646
- | `forks` | ForkEvent | 7,352,520 | 3.6% | Repository forks |
647
- | `creates` | CreateEvent | 26,209,869 | 12.7% | Branch/tag/repo creation |
648
- | `deletes` | DeleteEvent | 2,665,419 | 1.3% | Branch/tag deletion |
649
  | `releases` | ReleaseEvent | 255,775 | 0.1% | Release publications |
650
- | `commit_comments` | CommitCommentEvent | 1,918,331 | 0.9% | Comments on commits |
651
- | `wiki_pages` | GollumEvent | 3,346,718 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
653
- | `public_events` | PublicEvent | 189,798 | 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,240 days), totaling **205,869,931 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 61.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 14.7 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
 
 
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 | 349 | 40,083,827 | 114,853 | 10.7 GB | 940.2 MB | 1h33m | 2h40m | 1h04m |
147
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
148
  | 2014 | 222 | 72,758,360 | 327,740 | 24.6 GB | 6.7 GB | 2h26m | 14h01m | 3h24m |
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 | 103,282,630 | 50.2% | Git pushes with commits |
641
+ | `issues` | IssuesEvent | 11,363,989 | 5.5% | Issue lifecycle events |
642
+ | `issue_comments` | IssueCommentEvent | 17,902,134 | 8.7% | Comments on issues/PRs |
643
+ | `pull_requests` | PullRequestEvent | 8,330,959 | 4.0% | PR lifecycle events |
644
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 1,932,358 | 0.9% | Line-level PR comments |
645
+ | `stars` | WatchEvent | 19,377,809 | 9.4% | Repository stars |
646
+ | `forks` | ForkEvent | 7,351,767 | 3.6% | Repository forks |
647
+ | `creates` | CreateEvent | 26,206,652 | 12.7% | Branch/tag/repo creation |
648
+ | `deletes` | DeleteEvent | 2,665,246 | 1.3% | Branch/tag deletion |
649
  | `releases` | ReleaseEvent | 255,775 | 0.1% | Release publications |
650
+ | `commit_comments` | CommitCommentEvent | 1,918,116 | 0.9% | Comments on commits |
651
+ | `wiki_pages` | GollumEvent | 3,346,210 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
653
+ | `public_events` | PublicEvent | 189,781 | 0.1% | Repo made public |
654
 
655
  ## How it's built
656
 
data/stars/2012/10/06.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9f27bf12b171e3ae05814fabd3c3339d0f7ea0cccd3aa02ea61477e9a0f7b0e1
3
- size 180927
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:095dbec02ebe976b2d6d8c509cddfe0e3943f0e3df2fd7c13168a90e21afbc2b
3
+ size 369265
data/stars/2012/10/07.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8980bebb0c81ce38d7c4f4818f03f651f01cd00398c26b7d352af71facc392da
3
- size 202484
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:749a536f2addbb9d4a60231a043ea523eb4e15977e1b88b8ad5cb219f5533727
3
+ size 439684
data/stars/2012/10/08.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:67ede6882b736c2e68644743e71b9a338223a367fe2133bc79b97fc672bb4293
3
- size 285596
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7ae264bbfc9189eadc578e0d03461102b4b784717a057104b41119002907642
3
+ size 555025
data/stars/2012/10/09.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7c35707fd9d799c703031dd0ed627161c6823d7cf86a249cbca2e76bd6ee0e88
3
- size 302042
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a6e30890fc09023119e160f436248e6f376c32a2844869a974176cfdb8e76f2
3
+ size 573914
data/stars/2012/10/10.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:841d98e8e63cb0134367adf0e4bbbdde1db94193165d2b70eb8bc960266fc2bf
3
- size 298420
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7e982a4883dda6c4c12ada94b0628082fec28d2080496745fe4b22162ca8f10
3
+ size 579363
data/stars/2012/10/11.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d3a54fb61bf3f69694df9e3bdff49d035d031e8087bb189f52db26ff66d9e9e4
3
- size 296544
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3a7824910b679484033236c4ae7f98859221daea6c37d1fbc0240fce7e5f45a
3
+ size 591873
data/stars/2012/10/12.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5b88de8145140eb94fc2946117dc0012db88d2e70814544506341cdbccca0d47
3
- size 261038
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b88498bce17fed01abc3e250aa767a01f57399d47283ca989c49115994b754a0
3
+ size 523305
stats.csv CHANGED
@@ -594,21 +594,21 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
594
  2012-09-26,179536,1041,72030,13580,23823,5006,0,1185,12335,5988,38768,918,0,1553,3192,0,117,0,44355404,38.9,563959,11.4,38.9,5.9
595
  2012-09-27,147449,906,71221,11057,16955,5407,0,1698,12822,5504,16557,882,0,1536,2754,0,150,0,43490008,27.6,577295,41.1,27.6,5.9
596
  2012-09-28,134036,834,63108,9683,17746,4561,0,1260,12142,4706,15084,787,0,1302,2690,0,133,0,38617509,26.3,533246,13.0,26.3,5.9
597
- 2012-09-29,86169,668,47049,4362,6133,2470,0,463,8341,3378,10362,439,0,728,1692,0,84,0,25516980,14.5,414440,20.0,14.5,0.0
598
- 2012-09-30,93883,557,50601,4902,6465,2637,0,533,8803,3233,12774,536,0,860,1902,0,80,0,27908957,16.2,402799,26.0,16.2,0.0
599
- 2012-10-01,149694,1021,69689,8000,13211,5115,0,1255,12055,4685,29475,930,0,1422,2645,0,191,0,42451491,29.0,540950,22.3,29.0,0.0
600
- 2012-10-02,138032,1052,70631,7257,12771,5128,0,1373,12175,5083,16920,933,0,1815,2777,0,117,0,43132822,28.5,560677,7.1,28.5,0.0
601
- 2012-10-03,140535,884,72010,7431,12812,5216,0,1478,11975,5296,17816,857,0,1718,2891,0,151,0,43587517,26.6,542203,22.9,26.6,0.0
602
- 2012-10-04,138228,1057,70715,7209,12366,5181,0,1119,11946,5205,17873,943,0,1517,2950,0,147,0,43114186,26.6,547369,6.1,26.6,0.0
603
- 2012-10-05,121169,855,62090,6737,10476,4584,0,1219,10732,4396,15400,807,0,1221,2511,0,141,0,37595301,26.0,488822,23.3,26.0,0.0
604
  2012-10-06,86384,566,47501,4076,5975,2353,0,482,7800,3178,11405,437,0,782,1740,0,89,0,25682726,15.0,369265,7.9,15.1,0.0
605
  2012-10-07,96159,646,52298,4691,6762,2728,0,594,9389,3245,12557,543,0,768,1851,0,87,0,28865649,19.9,439684,6.9,19.9,0.0
606
- 2012-10-08,140290,1179,72947,7397,12093,5020,0,1293,12597,5164,16886,900,0,1451,3202,0,161,0,43817035,35.1,14765844,23.8,35.1,39.0
607
- 2012-10-09,155951,1205,78572,7753,13013,5521,0,1246,13321,5766,23605,996,0,1701,3108,0,144,0,47189471,38.9,15844053,19.2,38.9,26.4
608
- 2012-10-10,149037,1066,77923,7681,12624,5533,0,1364,13314,5577,18149,892,0,1728,3012,0,174,0,46476969,31.5,15624548,42.4,31.5,30.0
609
- 2012-10-11,146506,1057,76464,7554,12583,5653,0,1116,13346,5707,17366,1043,0,1545,2964,0,108,0,45436658,38.4,15025301,22.2,38.4,38.9
610
- 2012-10-12,141280,888,67821,12354,15508,5127,0,1309,11706,4823,16464,867,0,1298,2985,0,130,0,41029318,28.2,13865577,23.1,28.2,34.2
611
- 2012-10-13,96502,669,50958,6390,8271,2644,0,540,8120,3494,12225,586,0,741,1777,0,87,0,27985795,15.6,9567730,39.1,15.6,43.3
612
  2012-10-14,111537,721,59174,6345,8911,3072,0,576,9815,3748,15366,643,0,1054,2013,0,99,0,33238404,15.5,11387173,32.9,15.5,20.8
613
  2012-10-15,156849,1072,77972,9235,15078,5915,0,1250,15450,5907,19088,1023,0,1658,3070,0,131,0,47569307,24.1,15842924,25.8,24.1,28.3
614
  2012-10-16,160647,1155,78716,10004,18573,6341,0,1521,14176,5992,18161,1002,0,1615,3252,0,139,0,48223103,26.8,15771661,27.0,26.8,40.9
 
594
  2012-09-26,179536,1041,72030,13580,23823,5006,0,1185,12335,5988,38768,918,0,1553,3192,0,117,0,44355404,38.9,563959,11.4,38.9,5.9
595
  2012-09-27,147449,906,71221,11057,16955,5407,0,1698,12822,5504,16557,882,0,1536,2754,0,150,0,43490008,27.6,577295,41.1,27.6,5.9
596
  2012-09-28,134036,834,63108,9683,17746,4561,0,1260,12142,4706,15084,787,0,1302,2690,0,133,0,38617509,26.3,533246,13.0,26.3,5.9
597
+ 2012-09-29,86169,668,47049,4362,6133,2470,0,463,8341,3378,10362,439,0,728,1692,0,84,0,25516980,14.5,414440,20.0,14.5,8.1
598
+ 2012-09-30,93883,557,50601,4902,6465,2637,0,533,8803,3233,12774,536,0,860,1902,0,80,0,27908957,16.2,402799,26.0,16.2,8.1
599
+ 2012-10-01,149694,1021,69689,8000,13211,5115,0,1255,12055,4685,29475,930,0,1422,2645,0,191,0,42451491,29.0,540950,22.3,29.0,8.1
600
+ 2012-10-02,138032,1052,70631,7257,12771,5128,0,1373,12175,5083,16920,933,0,1815,2777,0,117,0,43132822,28.5,560677,7.1,28.5,8.1
601
+ 2012-10-03,140535,884,72010,7431,12812,5216,0,1478,11975,5296,17816,857,0,1718,2891,0,151,0,43587517,26.6,542203,22.9,26.6,8.1
602
+ 2012-10-04,138228,1057,70715,7209,12366,5181,0,1119,11946,5205,17873,943,0,1517,2950,0,147,0,43114186,26.6,547369,6.1,26.6,8.1
603
+ 2012-10-05,121169,855,62090,6737,10476,4584,0,1219,10732,4396,15400,807,0,1221,2511,0,141,0,37595301,26.0,488822,23.3,26.0,8.1
604
  2012-10-06,86384,566,47501,4076,5975,2353,0,482,7800,3178,11405,437,0,782,1740,0,89,0,25682726,15.0,369265,7.9,15.1,0.0
605
  2012-10-07,96159,646,52298,4691,6762,2728,0,594,9389,3245,12557,543,0,768,1851,0,87,0,28865649,19.9,439684,6.9,19.9,0.0
606
+ 2012-10-08,132549,1032,68888,6984,11395,4744,0,1232,12006,4914,15987,853,0,1368,2993,0,153,0,41341469,31.2,555025,17.1,31.2,0.0
607
+ 2012-10-09,147147,1136,74430,7355,12237,5223,0,1124,12654,5476,21937,912,0,1621,2905,0,137,0,44599447,33.4,573914,9.1,33.4,0.0
608
+ 2012-10-10,143367,1027,74990,7342,12141,5323,0,1282,12785,5364,17499,850,0,1676,2916,0,172,0,44677186,37.7,579363,13.7,37.7,0.0
609
+ 2012-10-11,146506,1057,76464,7554,12583,5653,0,1116,13346,5707,17366,1043,0,1545,2964,0,108,0,45436658,39.2,591873,16.8,39.2,0.0
610
+ 2012-10-12,141280,888,67821,12354,15508,5127,0,1309,11706,4823,16464,867,0,1298,2985,0,130,0,41029318,34.0,523305,14.7,34.0,0.0
611
+ 2012-10-13,96502,669,50958,6390,8271,2644,0,540,8120,3494,12225,586,0,741,1777,0,87,0,27985795,25.3,383494,9.1,25.3,0.0
612
  2012-10-14,111537,721,59174,6345,8911,3072,0,576,9815,3748,15366,643,0,1054,2013,0,99,0,33238404,15.5,11387173,32.9,15.5,20.8
613
  2012-10-15,156849,1072,77972,9235,15078,5915,0,1250,15450,5907,19088,1023,0,1658,3070,0,131,0,47569307,24.1,15842924,25.8,24.1,28.3
614
  2012-10-16,160647,1155,78716,10004,18573,6341,0,1521,14176,5992,18161,1002,0,1615,3252,0,139,0,48223103,26.8,15771661,27.0,26.8,40.9