tamnd commited on
Commit
9a274e2
·
verified ·
1 Parent(s): cf74260

Add 2013-05-11 to 2013-05-17 — 7 days, 1.4M 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,288 days), totaling **217,971,998 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 67.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 12.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
 
@@ -144,7 +144,7 @@ duckdb.sql("""
144
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
145
  | 2011 | 323 | 18,032,583 | 55,828 | 3.5 GB | 76.6 MB | 47m29s | 52m20s | 33m17s |
146
  | 2012 | 366 | 42,537,517 | 116,222 | 11.5 GB | 161.5 MB | 1h19m | 2h30m | 35m15s |
147
- | 2013 | 353 | 76,074,924 | 215,509 | 23.1 GB | 4.9 GB | 2h50m | 9h09m | 3h06m |
148
  | 2014 | 244 | 80,815,225 | 331,209 | 28.9 GB | 7.4 GB | 2h42m | 16h27m | 3h46m |
149
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
150
 
@@ -637,20 +637,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
- | `pushes` | PushEvent | 109,430,080 | 50.2% | Git pushes with commits |
641
- | `issues` | IssuesEvent | 12,086,317 | 5.5% | Issue lifecycle events |
642
- | `issue_comments` | IssueCommentEvent | 19,037,537 | 8.7% | Comments on issues/PRs |
643
- | `pull_requests` | PullRequestEvent | 8,837,111 | 4.1% | PR lifecycle events |
644
- | `pr_review_comments` | PullRequestReviewCommentEvent | 2,084,503 | 1.0% | Line-level PR comments |
645
- | `stars` | WatchEvent | 20,463,871 | 9.4% | Repository stars |
646
- | `forks` | ForkEvent | 7,765,880 | 3.6% | Repository forks |
647
- | `creates` | CreateEvent | 27,608,122 | 12.7% | Branch/tag/repo creation |
648
- | `deletes` | DeleteEvent | 2,840,038 | 1.3% | Branch/tag deletion |
649
  | `releases` | ReleaseEvent | 277,909 | 0.1% | Release publications |
650
- | `commit_comments` | CommitCommentEvent | 2,020,815 | 0.9% | Comments on commits |
651
- | `wiki_pages` | GollumEvent | 3,507,829 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
653
- | `public_events` | PublicEvent | 200,485 | 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,288 days), totaling **217,995,508 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 67.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 12.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
 
 
144
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
145
  | 2011 | 323 | 18,032,583 | 55,828 | 3.5 GB | 76.6 MB | 47m29s | 52m20s | 33m17s |
146
  | 2012 | 366 | 42,537,517 | 116,222 | 11.5 GB | 161.5 MB | 1h19m | 2h30m | 35m15s |
147
+ | 2013 | 353 | 76,098,434 | 215,576 | 23.1 GB | 4.8 GB | 2h47m | 9h09m | 2h57m |
148
  | 2014 | 244 | 80,815,225 | 331,209 | 28.9 GB | 7.4 GB | 2h42m | 16h27m | 3h46m |
149
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
150
 
 
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
+ | `pushes` | PushEvent | 109,442,214 | 50.2% | Git pushes with commits |
641
+ | `issues` | IssuesEvent | 12,087,643 | 5.5% | Issue lifecycle events |
642
+ | `issue_comments` | IssueCommentEvent | 19,039,616 | 8.7% | Comments on issues/PRs |
643
+ | `pull_requests` | PullRequestEvent | 8,837,940 | 4.1% | PR lifecycle events |
644
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 2,084,715 | 1.0% | Line-level PR comments |
645
+ | `stars` | WatchEvent | 20,466,217 | 9.4% | Repository stars |
646
+ | `forks` | ForkEvent | 7,766,829 | 3.6% | Repository forks |
647
+ | `creates` | CreateEvent | 27,610,835 | 12.7% | Branch/tag/repo creation |
648
+ | `deletes` | DeleteEvent | 2,840,219 | 1.3% | Branch/tag deletion |
649
  | `releases` | ReleaseEvent | 277,909 | 0.1% | Release publications |
650
+ | `commit_comments` | CommitCommentEvent | 2,021,024 | 0.9% | Comments on commits |
651
+ | `wiki_pages` | GollumEvent | 3,508,232 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
653
+ | `public_events` | PublicEvent | 200,497 | 0.1% | Repo made public |
654
 
655
  ## How it's built
656
 
data/stars/2013/05/11.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8033a0ee9018282297d0ef272447ebe744d9d47017291f348faa2b9215494f90
3
- size 306124
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a47b47c1620d768cb8094d7fe1a0de73b1c3ce00ec1ec7e2d022ea135d7d852
3
+ size 623796
data/stars/2013/05/12.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f9f6207eb0be8a7f74fa8e24508830383e07d464a5bbb073549e7d524ac01dd6
3
- size 339549
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32e945390bbcc6d5cfa95d64b1920d6d6cea706f1f4d7f34cc44b06df701c7d0
3
+ size 683562
data/stars/2013/05/13.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c5fcc62b77869d2ef38492e992a752b525af2047eaac810926cad81d933e33eb
3
- size 467238
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82d37d815a904cf7108770afcf0e367e627aecfa1215afe5b890ebcdc4faf0a3
3
+ size 991749
data/stars/2013/05/14.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:866126c683ac7be7095738295e61123b3884b6d3b5f81afb7fa13127b0f60f06
3
- size 456331
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:696c86cee892da956c9ba06c69c2a1d372a972170146ca6ff77d39775097b464
3
+ size 994312
data/stars/2013/05/15.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e917d0f9ab496443d0432b2ba610d4b7aa4079f2368825e72fc823e0b5244fb4
3
- size 462757
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76634fd7a625852060fb8f96e7df7296c3a22d6b78b4fb499e383507b046046b
3
+ size 920315
data/stars/2013/05/16.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a56d2460c961bbc6fd430776b405f7b4ac83b10cc766ecc68ecb0f7364121307
3
- size 468477
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffbb322a9ed56b10eeac4e46e22d73b6b04310fc48b177e05ba0d09d269b5ad8
3
+ size 919229
data/stars/2013/05/17.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3090d541947fdcbf7f1207b03ee35d9a14792f039d43ba6b9fa242374b7789fc
3
- size 417150
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47e637a3c01b1880c6edbb67e571311455acab9293f9a089fa3bf4bb83ae8a45
3
+ size 829325
stats.csv CHANGED
@@ -811,22 +811,22 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
811
  2013-05-01,209298,1240,110999,10951,19627,8332,0,2173,18195,7457,23130,1645,0,1967,3388,0,194,0,75992192,43.4,874658,8.6,43.4,4.5
812
  2013-05-02,224114,1475,115718,11753,20497,9059,0,2469,21414,8549,24775,1792,0,2342,4056,0,215,0,74161665,42.5,954812,10.8,42.5,4.5
813
  2013-05-03,200455,1210,103752,10352,18110,8367,0,1950,19546,7460,21849,1657,0,1940,4038,0,224,0,66675082,39.4,860570,30.3,39.4,4.5
814
- 2013-05-04,145757,905,78188,8855,12650,4109,0,719,13267,5397,16872,1000,0,1265,2425,0,105,0,45618398,24.6,627045,11.0,24.6,0.0
815
- 2013-05-05,159094,878,87248,8077,11944,4657,0,855,15528,5893,18244,1160,0,1306,3147,0,157,0,51982063,26.6,700459,11.0,26.6,0.0
816
- 2013-05-06,225389,1585,113304,13293,20241,8198,0,1961,21426,8120,29374,1784,0,2236,3676,0,191,0,71570020,45.0,962476,18.3,45.0,0.0
817
- 2013-05-07,223203,1471,114061,13763,20050,8614,0,2226,21422,8289,25231,1876,0,2324,3647,0,229,0,73805417,49.0,938223,11.4,49.0,0.0
818
- 2013-05-08,232848,1519,117995,14406,21774,9103,0,2416,22236,8662,26675,1883,0,2346,3574,0,259,0,78207146,49.4,966495,11.3,49.4,0.0
819
- 2013-05-09,222321,1381,118872,11230,18905,8641,0,2287,20597,8112,24366,1737,0,2163,3737,0,293,0,82924801,49.6,919724,32.1,49.6,0.0
820
- 2013-05-10,198543,1163,104335,10153,17791,7970,0,1964,17748,7416,22697,1718,0,2067,3332,0,189,0,65488249,37.5,804200,14.9,37.5,0.0
821
- 2013-05-11,141780,604,77554,7278,10963,4508,0,808,13160,4996,16979,1030,0,1331,2429,0,140,0,43904815,23.2,13851436,25.8,23.2,123.4
822
- 2013-05-12,155316,627,86060,7850,11936,4599,0,845,15063,5555,17234,1211,0,1151,3051,0,134,0,48252777,26.1,15581698,50.0,26.1,50.3
823
- 2013-05-13,219981,1232,113605,12043,21421,8736,0,2095,21580,7848,23391,1924,0,2159,3718,0,229,0,72703417,38.6,22769939,71.7,38.6,102.2
824
- 2013-05-14,226870,1230,119333,12301,20366,8954,0,2309,20550,8217,25152,1836,0,2488,3924,0,210,0,77012730,34.0,23751386,27.1,34.0,75.6
825
- 2013-05-15,227361,1177,118857,11565,20710,9524,0,2313,20547,8436,25861,1872,0,2382,3894,0,223,0,75675872,40.9,23433645,26.3,40.9,98.5
826
- 2013-05-16,215151,1082,112371,11183,19593,8694,0,2363,20353,7607,24502,1719,0,2161,3324,0,199,0,73420371,54.3,22870818,55.9,54.3,44.8
827
- 2013-05-17,202817,941,107241,10281,17559,8198,0,2148,18930,7076,23454,1638,0,2023,3136,0,192,0,74020045,53.3,23043221,42.4,53.3,38.6
828
- 2013-05-18,139471,667,76643,6996,10409,4752,0,823,12949,5231,16525,1079,0,1098,2148,0,151,0,46549752,42.5,14744443,28.3,42.5,35.0
829
- 2013-05-19,161438,747,88398,7891,11447,5216,0,1205,16325,5758,18363,1757,0,1663,2530,0,138,0,59378561,28.3,19382151,29.2,28.3,42.2
830
  2013-05-20,221617,956,115240,13272,20369,8581,0,2157,19742,7793,26335,1765,0,2164,3018,0,225,0,75941516,44.3,23505154,42.7,44.3,46.4
831
  2013-05-21,232608,1179,119986,14323,21060,9544,0,2214,22019,8833,25756,1892,0,2016,3577,0,209,0,78334622,46.3,24263366,49.5,46.3,68.6
832
  2013-05-22,232362,1153,119862,14839,21710,9538,0,2502,21025,8626,25045,1845,0,2238,3741,0,238,0,79889165,40.6,24266430,28.2,40.6,50.1
 
811
  2013-05-01,209298,1240,110999,10951,19627,8332,0,2173,18195,7457,23130,1645,0,1967,3388,0,194,0,75992192,43.4,874658,8.6,43.4,4.5
812
  2013-05-02,224114,1475,115718,11753,20497,9059,0,2469,21414,8549,24775,1792,0,2342,4056,0,215,0,74161665,42.5,954812,10.8,42.5,4.5
813
  2013-05-03,200455,1210,103752,10352,18110,8367,0,1950,19546,7460,21849,1657,0,1940,4038,0,224,0,66675082,39.4,860570,30.3,39.4,4.5
814
+ 2013-05-04,145757,905,78188,8855,12650,4109,0,719,13267,5397,16872,1000,0,1265,2425,0,105,0,45618398,24.6,627045,11.0,24.6,6.9
815
+ 2013-05-05,159094,878,87248,8077,11944,4657,0,855,15528,5893,18244,1160,0,1306,3147,0,157,0,51982063,26.6,700459,11.0,26.6,6.9
816
+ 2013-05-06,225389,1585,113304,13293,20241,8198,0,1961,21426,8120,29374,1784,0,2236,3676,0,191,0,71570020,45.0,962476,18.3,45.0,6.9
817
+ 2013-05-07,223203,1471,114061,13763,20050,8614,0,2226,21422,8289,25231,1876,0,2324,3647,0,229,0,73805417,49.0,938223,11.4,49.0,6.9
818
+ 2013-05-08,232848,1519,117995,14406,21774,9103,0,2416,22236,8662,26675,1883,0,2346,3574,0,259,0,78207146,49.4,966495,11.3,49.4,6.9
819
+ 2013-05-09,222321,1381,118872,11230,18905,8641,0,2287,20597,8112,24366,1737,0,2163,3737,0,293,0,82924801,49.6,919724,32.1,49.6,6.9
820
+ 2013-05-10,198543,1163,104335,10153,17791,7970,0,1964,17748,7416,22697,1718,0,2067,3332,0,189,0,65488249,37.5,804200,14.9,37.5,6.9
821
+ 2013-05-11,141780,604,77554,7278,10963,4508,0,808,13160,4996,16979,1030,0,1331,2429,0,140,0,43904815,23.1,623796,9.7,23.1,0.0
822
+ 2013-05-12,155316,627,86060,7850,11936,4599,0,845,15063,5555,17234,1211,0,1151,3051,0,134,0,48252777,33.6,683562,25.8,33.7,0.0
823
+ 2013-05-13,234530,1312,121252,12937,22725,9252,0,2244,22925,8379,25035,2034,0,2288,3908,0,239,0,77317163,53.2,991749,21.1,53.2,0.0
824
+ 2013-05-14,235831,1267,123820,12733,21141,9267,0,2372,21551,8635,26221,1907,0,2568,4137,0,212,0,79814170,53.6,994312,21.0,53.6,0.0
825
+ 2013-05-15,227361,1177,118857,11565,20710,9524,0,2313,20547,8436,25861,1872,0,2382,3894,0,223,0,75675872,53.4,920315,13.5,53.4,0.0
826
+ 2013-05-16,215151,1082,112371,11183,19593,8694,0,2363,20353,7607,24502,1719,0,2161,3324,0,199,0,73420371,42.7,919229,19.6,42.7,0.0
827
+ 2013-05-17,202817,941,107241,10281,17559,8198,0,2148,18930,7076,23454,1638,0,2023,3136,0,192,0,74020045,47.6,829325,28.3,47.6,0.0
828
+ 2013-05-18,139471,667,76643,6996,10409,4752,0,823,12949,5231,16525,1079,0,1098,2148,0,151,0,46549752,27.9,621963,12.5,28.0,0.0
829
+ 2013-05-19,161438,747,88398,7891,11447,5216,0,1205,16325,5758,18363,1757,0,1663,2530,0,138,0,59378561,37.8,736589,25.4,37.8,0.0
830
  2013-05-20,221617,956,115240,13272,20369,8581,0,2157,19742,7793,26335,1765,0,2164,3018,0,225,0,75941516,44.3,23505154,42.7,44.3,46.4
831
  2013-05-21,232608,1179,119986,14323,21060,9544,0,2214,22019,8833,25756,1892,0,2016,3577,0,209,0,78334622,46.3,24263366,49.5,46.3,68.6
832
  2013-05-22,232362,1153,119862,14839,21710,9538,0,2502,21025,8626,25045,1845,0,2238,3741,0,238,0,79889165,40.6,24266430,28.2,40.6,50.1