tamnd commited on
Commit
b2271e7
·
verified ·
1 Parent(s): f9cf6ef

Add 2012-06-09 to 2012-06-15 — 7 days, 812.8K 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,211 days), totaling **200,810,700 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 59.6 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
 
@@ -143,9 +143,9 @@ 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 | 328 | 37,802,626 | 115,251 | 10.1 GB | 2.0 GB | 1h54m | 2h58m | 1h52m |
147
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
148
- | 2014 | 214 | 69,980,330 | 327,010 | 23.1 GB | 6.4 GB | 2h21m | 13h11m | 3h15m |
149
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
150
 
151
 
@@ -637,20 +637,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
- | `pushes` | PushEvent | 100,753,885 | 50.2% | Git pushes with commits |
641
- | `issues` | IssuesEvent | 11,094,705 | 5.5% | Issue lifecycle events |
642
- | `issue_comments` | IssueCommentEvent | 17,449,685 | 8.7% | Comments on issues/PRs |
643
- | `pull_requests` | PullRequestEvent | 8,129,833 | 4.0% | PR lifecycle events |
644
- | `pr_review_comments` | PullRequestReviewCommentEvent | 1,875,157 | 0.9% | Line-level PR comments |
645
- | `stars` | WatchEvent | 18,904,768 | 9.4% | Repository stars |
646
- | `forks` | ForkEvent | 7,173,446 | 3.6% | Repository forks |
647
- | `creates` | CreateEvent | 25,543,275 | 12.7% | Branch/tag/repo creation |
648
- | `deletes` | DeleteEvent | 2,599,596 | 1.3% | Branch/tag deletion |
649
  | `releases` | ReleaseEvent | 247,982 | 0.1% | Release publications |
650
- | `commit_comments` | CommitCommentEvent | 1,871,317 | 0.9% | Comments on commits |
651
- | `wiki_pages` | GollumEvent | 3,275,929 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
653
- | `public_events` | PublicEvent | 185,415 | 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,211 days), totaling **200,813,589 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 59.6 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
 
 
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 | 328 | 37,805,515 | 115,260 | 10.1 GB | 1.9 GB | 1h52m | 2h57m | 1h50m |
147
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
148
+ | 2014 | 214 | 69,980,330 | 327,010 | 23.1 GB | 6.4 GB | 2h21m | 13h11m | 3h16m |
149
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
150
 
151
 
 
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
+ | `pushes` | PushEvent | 100,755,426 | 50.2% | Git pushes with commits |
641
+ | `issues` | IssuesEvent | 11,094,819 | 5.5% | Issue lifecycle events |
642
+ | `issue_comments` | IssueCommentEvent | 17,449,854 | 8.7% | Comments on issues/PRs |
643
+ | `pull_requests` | PullRequestEvent | 8,129,921 | 4.0% | PR lifecycle events |
644
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 1,875,185 | 0.9% | Line-level PR comments |
645
+ | `stars` | WatchEvent | 18,905,158 | 9.4% | Repository stars |
646
+ | `forks` | ForkEvent | 7,173,555 | 3.6% | Repository forks |
647
+ | `creates` | CreateEvent | 25,543,614 | 12.7% | Branch/tag/repo creation |
648
+ | `deletes` | DeleteEvent | 2,599,604 | 1.3% | Branch/tag deletion |
649
  | `releases` | ReleaseEvent | 247,982 | 0.1% | Release publications |
650
+ | `commit_comments` | CommitCommentEvent | 1,871,337 | 0.9% | Comments on commits |
651
+ | `wiki_pages` | GollumEvent | 3,275,994 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
653
+ | `public_events` | PublicEvent | 185,422 | 0.1% | Repo made public |
654
 
655
  ## How it's built
656
 
data/stars/2012/06/09.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:04dde34acae648879156db5984d6a4059a6bfc392e0fcbb9beeddc77bc1f6194
3
- size 162774
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1ebf836136cca4870dbc050392702ddef5952e7a32ca7ab3036eb1810010d79
3
+ size 343211
data/stars/2012/06/10.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f93698a13e42776e03bc1b0a57967b52bfe342a1b8c718accfc5a6fbd4a63146
3
- size 187312
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34b8b8b3239084527b242cb590a5c4f45087002e25046035c04e7ff2215a8640
3
+ size 383263
data/stars/2012/06/11.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:97a528585e7a7e572154aadac9ee148ceecb81c58523e2028bbf1a837edddb90
3
- size 228150
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f56c88cbb09097784b0cabe8c9b7a23853bc871fc26ae8386d0e326803283975
3
+ size 471236
data/stars/2012/06/12.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1f057af0647efc785f8b2b097d6a6245ebdd0f46957d0ec57dbb3f3b49c91cfc
3
- size 250974
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5076a49f601c594178ca8e3ecfd9eb02ec34fef604c17d4ed8b49ba41f18b34
3
+ size 515691
data/stars/2012/06/13.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4d3ac995bc88dfeabbc658dc9fd7138fa06b8974e5ecc068d1f660e76379c824
3
- size 248376
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:687cb00d1c193f91528bd22e88b59327fcd9f07e22badaa61f6a3e47490b3d9e
3
+ size 514896
data/stars/2012/06/14.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2dd2b9a80d7d958e5934ac3c515ad55e233e3a1a866ca3c6921d12447af939c3
3
- size 243316
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:886a78912dfa1c4b037287463aea1388d338b1eeec5d2f4b0b27e493ea06b64d
3
+ size 507221
data/stars/2012/06/15.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1c4428e6ce827e6ae6e0f0453bb619dc716aa5d3f1070ddd9f6e04f36513e6d3
3
- size 231307
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99adbdb78dda0dcf9798e9be1994c6c8b27e30859ce0c9f36c3c6e0ae2fc8720
3
+ size 461138
stats.csv CHANGED
@@ -486,10 +486,10 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
486
  2012-06-10,94658,272,44814,3930,6196,2200,0,469,9161,2919,21733,475,0,782,1630,0,77,0,23902230,18.6,383263,11.6,18.6,0.0
487
  2012-06-11,125807,551,59762,5967,10265,4238,0,1114,11667,4308,23311,759,0,1498,2255,0,112,0,34517457,26.4,471236,9.8,26.4,0.0
488
  2012-06-12,130753,594,61566,6153,10545,4540,0,1262,12992,5058,23475,771,0,1333,2338,0,126,0,35908398,25.9,515691,11.9,25.9,0.0
489
- 2012-06-13,134305,520,63308,6353,10469,4338,0,1378,12689,4840,25675,754,0,1479,2367,0,135,0,35761514,21.9,12389385,21.8,21.9,25.7
490
- 2012-06-14,126048,521,59924,7237,9626,4063,0,1265,12247,4187,22644,650,0,1402,2165,0,117,0,33989362,23.2,11431625,33.6,23.2,30.9
491
- 2012-06-15,112994,381,54587,5461,8395,3572,0,940,10983,3756,20963,678,0,1119,2049,0,110,0,30587924,22.8,10722580,23.5,22.8,28.6
492
- 2012-06-16,82068,301,39654,3377,5048,1736,0,315,7951,2538,18471,380,0,751,1475,0,71,0,20018905,31.5,6918880,21.7,31.5,29.4
493
  2012-06-17,79673,252,41016,3432,5273,1796,0,401,8494,2663,13592,380,0,883,1434,0,57,0,20702924,30.5,7358425,20.9,30.5,30.7
494
  2012-06-18,128276,538,60086,6255,10559,4118,0,1353,13310,4378,22706,783,0,1669,2379,0,142,0,34608610,44.3,11728960,22.2,44.3,33.2
495
  2012-06-19,132494,518,60897,8782,11578,4202,0,1382,12961,4623,22811,725,0,1467,2445,0,103,0,35225272,22.7,11758104,22.4,22.7,27.0
@@ -1207,6 +1207,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1207
  2014-08-11,391875,1701,195550,19066,38696,18948,0,6548,35303,13101,45269,8167,1071,3372,4737,0,346,0,229331698,422.3,39625888,57.7,422.3,66.6
1208
  2014-08-12,370716,1475,184208,17781,35742,17581,0,5960,35329,12713,42571,8975,1088,2768,4142,0,383,0,215467510,394.0,38084035,49.0,394.0,45.2
1209
  2014-08-13,366082,1358,182898,17995,35264,17829,0,5915,33327,12440,43713,6941,1016,2936,4140,0,310,0,213817751,388.6,37930595,47.0,388.6,43.7
1210
- 2014-08-14,363843,1325,176612,21919,36688,17801,0,6023,32553,12294,43463,7384,971,2826,3681,0,303,0,216328381,410.7,40779884,42.0,410.7,0.0
1211
  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
1212
  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
 
486
  2012-06-10,94658,272,44814,3930,6196,2200,0,469,9161,2919,21733,475,0,782,1630,0,77,0,23902230,18.6,383263,11.6,18.6,0.0
487
  2012-06-11,125807,551,59762,5967,10265,4238,0,1114,11667,4308,23311,759,0,1498,2255,0,112,0,34517457,26.4,471236,9.8,26.4,0.0
488
  2012-06-12,130753,594,61566,6153,10545,4540,0,1262,12992,5058,23475,771,0,1333,2338,0,126,0,35908398,25.9,515691,11.9,25.9,0.0
489
+ 2012-06-13,134305,520,63308,6353,10469,4338,0,1378,12689,4840,25675,754,0,1479,2367,0,135,0,35761514,27.8,514896,17.6,27.8,0.0
490
+ 2012-06-14,128937,532,61465,7351,9795,4151,0,1293,12637,4296,22983,658,0,1422,2230,0,124,0,34801025,24.4,507221,16.7,24.4,0.0
491
+ 2012-06-15,112994,381,54587,5461,8395,3572,0,940,10983,3756,20963,678,0,1119,2049,0,110,0,30587924,19.8,461138,7.6,19.8,0.0
492
+ 2012-06-16,82068,301,39654,3377,5048,1736,0,315,7951,2538,18471,380,0,751,1475,0,71,0,20018905,13.6,335477,6.0,13.6,0.0
493
  2012-06-17,79673,252,41016,3432,5273,1796,0,401,8494,2663,13592,380,0,883,1434,0,57,0,20702924,30.5,7358425,20.9,30.5,30.7
494
  2012-06-18,128276,538,60086,6255,10559,4118,0,1353,13310,4378,22706,783,0,1669,2379,0,142,0,34608610,44.3,11728960,22.2,44.3,33.2
495
  2012-06-19,132494,518,60897,8782,11578,4202,0,1382,12961,4623,22811,725,0,1467,2445,0,103,0,35225272,22.7,11758104,22.4,22.7,27.0
 
1207
  2014-08-11,391875,1701,195550,19066,38696,18948,0,6548,35303,13101,45269,8167,1071,3372,4737,0,346,0,229331698,422.3,39625888,57.7,422.3,66.6
1208
  2014-08-12,370716,1475,184208,17781,35742,17581,0,5960,35329,12713,42571,8975,1088,2768,4142,0,383,0,215467510,394.0,38084035,49.0,394.0,45.2
1209
  2014-08-13,366082,1358,182898,17995,35264,17829,0,5915,33327,12440,43713,6941,1016,2936,4140,0,310,0,213817751,388.6,37930595,47.0,388.6,43.7
1210
+ 2014-08-14,363843,1325,176612,21919,36688,17801,0,6023,32553,12294,43463,7384,971,2826,3681,0,303,0,216328381,410.7,40779884,42.0,410.7,75.4
1211
  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
1212
  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