tamnd commited on
Commit
51c287b
·
verified ·
1 Parent(s): 1b703a9

Add 2012-04-28 to 2012-05-04 — 7 days, 691.9K 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,203 days), totaling **198,967,510 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 58.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 15.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
 
@@ -71,7 +71,7 @@ The underlying data comes from [GH Archive](https://www.gharchive.org/), created
71
 
72
  Events from today are captured in near-real-time from the GitHub Events API and stored as 5-minute blocks in `today/raw/YYYY/MM/DD/HHMM.parquet`. Each block contains a generic event record with the full JSON payload preserved for later processing. Live blocks are committed to this dataset within minutes of the events occurring.
73
 
74
- **2026-03-28** — 2,613,054 events in 3842 blocks
75
 
76
  ```
77
  00:00 ████████████████████████░░░░░░ 235.4K
@@ -85,7 +85,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
85
  08:00 ███████████████████████████░░░ 262.4K
86
  09:00 ██████████████████████████████ 284.7K
87
  10:00 ███████████████████████████░░░ 257.5K
88
- 11:00 ████████████░░░░░░░░░░░░░░░░░░ 118.7K
89
  12:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
90
  13:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
91
  14:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -134,7 +134,7 @@ duckdb.sql("""
134
 
135
  ```
136
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
137
- 2012 ███████████████░░░░░░░░░░░░░░░ 37.5M
138
  2013 ██████████████████████████████ 74.5M
139
  2014 ███████████████████████████░░░ 68.5M
140
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
@@ -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 | 324 | 37,451,952 | 115,592 | 10.0 GB | 2.3 GB | 1h59m | 3h12m | 2h11m |
147
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
148
- | 2014 | 210 | 68,487,814 | 326,132 | 22.3 GB | 6.3 GB | 2h18m | 12h44m | 3h10m |
149
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
150
 
151
 
@@ -155,7 +155,7 @@ Pushes are the most common event type, representing roughly half of all GitHub a
155
 
156
  ```
157
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
158
- 2012 ██████████████░░░░░░░░░░░░░░░░ 18.0M
159
  2013 ██████████████████████████████ 38.1M
160
  2014 ███████████████████████████░░░ 34.8M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
@@ -637,20 +637,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
- | `pushes` | PushEvent | 99,833,395 | 50.2% | Git pushes with commits |
641
- | `issues` | IssuesEvent | 11,001,570 | 5.5% | Issue lifecycle events |
642
- | `issue_comments` | IssueCommentEvent | 17,276,225 | 8.7% | Comments on issues/PRs |
643
- | `pull_requests` | PullRequestEvent | 8,046,643 | 4.0% | PR lifecycle events |
644
- | `pr_review_comments` | PullRequestReviewCommentEvent | 1,848,815 | 0.9% | Line-level PR comments |
645
- | `stars` | WatchEvent | 18,732,323 | 9.4% | Repository stars |
646
- | `forks` | ForkEvent | 7,112,210 | 3.6% | Repository forks |
647
- | `creates` | CreateEvent | 25,316,037 | 12.7% | Branch/tag/repo creation |
648
- | `deletes` | DeleteEvent | 2,566,201 | 1.3% | Branch/tag deletion |
649
  | `releases` | ReleaseEvent | 243,836 | 0.1% | Release publications |
650
- | `commit_comments` | CommitCommentEvent | 1,855,437 | 0.9% | Comments on commits |
651
- | `wiki_pages` | GollumEvent | 3,252,606 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
653
- | `public_events` | PublicEvent | 183,699 | 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,207 days), totaling **199,318,184 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 58.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 15.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
 
 
71
 
72
  Events from today are captured in near-real-time from the GitHub Events API and stored as 5-minute blocks in `today/raw/YYYY/MM/DD/HHMM.parquet`. Each block contains a generic event record with the full JSON payload preserved for later processing. Live blocks are committed to this dataset within minutes of the events occurring.
73
 
74
+ **2026-03-28** — 2,635,111 events in 3843 blocks
75
 
76
  ```
77
  00:00 ████████████████████████░░░░░░ 235.4K
 
85
  08:00 ███████████████████████████░░░ 262.4K
86
  09:00 ██████████████████████████████ 284.7K
87
  10:00 ███████████████████████████░░░ 257.5K
88
+ 11:00 ██████████████░░░░░░░░░░░░░░░░ 140.8K
89
  12:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
90
  13:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
91
  14:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
134
 
135
  ```
136
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
137
+ 2012 ███████████████░░░░░░░░░░░░░░░ 37.8M
138
  2013 ██████████████████████████████ 74.5M
139
  2014 ███████████████████████████░░░ 68.5M
140
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
 
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.3 GB | 2h00m | 3h11m | 2h09m |
147
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
148
+ | 2014 | 210 | 68,487,814 | 326,132 | 22.3 GB | 6.3 GB | 2h18m | 12h44m | 3h12m |
149
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
150
 
151
 
 
155
 
156
  ```
157
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
158
+ 2012 ██████████████░░░░░░░░░░░░░░░░ 18.2M
159
  2013 ██████████████████████████████ 38.1M
160
  2014 ███████████████████████████░░░ 34.8M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
 
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
+ | `pushes` | PushEvent | 100,014,617 | 50.2% | Git pushes with commits |
641
+ | `issues` | IssuesEvent | 11,017,944 | 5.5% | Issue lifecycle events |
642
+ | `issue_comments` | IssueCommentEvent | 17,303,295 | 8.7% | Comments on issues/PRs |
643
+ | `pull_requests` | PullRequestEvent | 8,057,674 | 4.0% | PR lifecycle events |
644
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 1,850,711 | 0.9% | Line-level PR comments |
645
+ | `stars` | WatchEvent | 18,768,256 | 9.4% | Repository stars |
646
+ | `forks` | ForkEvent | 7,122,898 | 3.6% | Repository forks |
647
+ | `creates` | CreateEvent | 25,368,259 | 12.7% | Branch/tag/repo creation |
648
+ | `deletes` | DeleteEvent | 2,568,129 | 1.3% | Branch/tag deletion |
649
  | `releases` | ReleaseEvent | 243,836 | 0.1% | Release publications |
650
+ | `commit_comments` | CommitCommentEvent | 1,859,415 | 0.9% | Comments on commits |
651
+ | `wiki_pages` | GollumEvent | 3,259,229 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
653
+ | `public_events` | PublicEvent | 184,073 | 0.1% | Repo made public |
654
 
655
  ## How it's built
656
 
data/stars/2012/04/28.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a3f95695a729752fa004514b9fd456648de5711688fa4e145d2a8668c5d62ee0
3
- size 126792
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa0e07e0504a9011d00f3e39855b729dd63821f5caf181f8b24661cdcb4a5dfc
3
+ size 265714
data/stars/2012/04/29.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3dcbbccaeeb832e2da4e7189c24fab3f844bb490b62fbf0abd4cfba88d204fe7
3
- size 127419
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:866d9260af1308ee4fdb8cc53ddb62ebb28656c5b345ddc83eae3e279b567507
3
+ size 261839
data/stars/2012/04/30.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:291f403b04b26ba1e80aea3f43cf9641e17daa939e17b32c21656e5a4af16fe8
3
- size 188564
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7a0867fda103ff83cf92add8ce5302125310e9dea75f6a953706834740cd5bf
3
+ size 372311
data/stars/2012/05/01.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:69541aa84ac9f8e20df33be2012bb74189d126d785e4423d203b98bdcc148133
3
- size 180060
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d577917dc8f547f42852ad254c77307848081806018a0a6a04349c42d220f8b7
3
+ size 411533
data/stars/2012/05/02.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:af126f8a40c5eb366eb115cb8ac5ec6158a350f541dba6d9a14b9f98f6d8e1c2
3
- size 192750
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2dca2f48c16c99547588626125f695fbea7de8e8e40b769fedee8f75fe580aa
3
+ size 438456
data/stars/2012/05/03.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f9bd9c413fe8ce839fd1cc79a2bba8a1311ec271460f430b0d957acd0b5b00b9
3
- size 184473
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee9e400aff4c828d5f0947642863509ede23754499a6edccaab0438cf76bbdd1
3
+ size 423527
data/stars/2012/05/04.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:004fd1491cd8e71cbed1410e09dc99451bd9c46363dcd417bc128eeefc7290db
3
- size 164672
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:067ca1d852767caf2bee81c95dfd16c46375980211ea029d5da23b4d8114bab4
3
+ size 385926
stats.csv CHANGED
@@ -444,11 +444,11 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
444
  2012-04-29,71288,221,37915,3181,5125,1925,0,228,6939,2096,10961,307,0,769,1555,0,66,0,19829892,13.3,261839,12.4,13.3,0.0
445
  2012-04-30,101197,365,51712,5093,8543,3562,0,628,10309,3069,13941,656,0,1291,1903,0,125,0,29427022,20.3,372311,23.4,20.3,0.0
446
  2012-05-01,110958,404,56159,5150,8633,3696,0,772,11472,3517,17182,630,0,1261,1958,0,124,0,31419036,22.2,411533,10.4,22.2,0.0
447
- 2012-05-02,117661,483,58945,6085,9624,3831,0,896,12293,3837,16796,621,0,1548,2587,0,115,0,33279770,54.1,10908337,11.2,54.1,33.9
448
- 2012-05-03,117912,523,59563,5750,9259,3876,0,766,12058,3712,17931,603,0,1494,2269,0,108,0,32987096,56.0,10946945,12.3,56.0,39.1
449
- 2012-05-04,105618,396,53023,5148,8675,3469,0,554,10673,3370,16482,584,0,1239,1905,0,100,0,29830600,52.1,10177132,19.5,52.1,37.8
450
- 2012-05-05,81375,363,41134,4303,5518,1948,0,328,8120,2239,14609,402,0,838,1510,0,63,0,21650755,38.0,7467976,17.9,38.0,35.2
451
- 2012-05-06,98106,250,45413,4301,6028,2311,0,315,8737,2449,25075,446,0,977,1743,0,61,0,24197856,45.9,8216560,18.1,45.9,45.6
452
  2012-05-07,117994,450,59397,5774,9767,4009,0,1032,11881,3531,17560,774,0,1444,2239,0,136,0,33820442,62.0,11172439,21.4,62.0,44.6
453
  2012-05-08,119893,525,59698,6088,10294,4014,0,766,12321,3721,17845,658,0,1460,2392,0,111,0,33768814,62.8,11236490,21.3,62.8,45.1
454
  2012-05-09,122705,472,59070,5788,9842,4039,0,1236,15026,4674,17744,698,0,1415,2586,0,115,0,34821330,63.9,11397245,25.9,63.9,36.1
@@ -1203,6 +1203,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1203
  2014-08-07,408059,1522,203904,20496,39399,20194,0,6804,37138,14050,46633,8834,1134,3307,4247,0,397,0,238373344,489.9,41741573,45.7,489.9,43.8
1204
  2014-08-08,362454,1363,177891,21198,38267,17746,0,5660,32019,11812,41820,7241,938,2380,3818,0,301,0,208516909,401.5,37105505,49.7,401.5,53.3
1205
  2014-08-09,236140,902,128531,11634,17318,8630,0,1889,20983,8683,29336,3269,823,1433,2533,0,176,0,127385451,260.6,23190387,41.8,260.6,51.8
1206
- 2014-08-10,274828,806,148514,12071,20175,10116,0,2245,29016,9884,32199,3953,764,1784,3082,0,219,0,151135738,278.4,27940353,40.5,278.4,0.0
1207
  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
1208
  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
 
444
  2012-04-29,71288,221,37915,3181,5125,1925,0,228,6939,2096,10961,307,0,769,1555,0,66,0,19829892,13.3,261839,12.4,13.3,0.0
445
  2012-04-30,101197,365,51712,5093,8543,3562,0,628,10309,3069,13941,656,0,1291,1903,0,125,0,29427022,20.3,372311,23.4,20.3,0.0
446
  2012-05-01,110958,404,56159,5150,8633,3696,0,772,11472,3517,17182,630,0,1261,1958,0,124,0,31419036,22.2,411533,10.4,22.2,0.0
447
+ 2012-05-02,117661,483,58945,6085,9624,3831,0,896,12293,3837,16796,621,0,1548,2587,0,115,0,33279770,23.3,438456,16.0,23.3,0.0
448
+ 2012-05-03,117912,523,59563,5750,9259,3876,0,766,12058,3712,17931,603,0,1494,2269,0,108,0,32987096,22.3,423527,8.2,22.3,0.0
449
+ 2012-05-04,105618,396,53023,5148,8675,3469,0,554,10673,3370,16482,584,0,1239,1905,0,100,0,29830600,19.7,385926,20.2,19.7,0.0
450
+ 2012-05-05,81375,363,41134,4303,5518,1948,0,328,8120,2239,14609,402,0,838,1510,0,63,0,21650755,15.7,303081,6.7,15.7,0.0
451
+ 2012-05-06,98106,250,45413,4301,6028,2311,0,315,8737,2449,25075,446,0,977,1743,0,61,0,24197856,14.7,330836,7.7,14.7,0.0
452
  2012-05-07,117994,450,59397,5774,9767,4009,0,1032,11881,3531,17560,774,0,1444,2239,0,136,0,33820442,62.0,11172439,21.4,62.0,44.6
453
  2012-05-08,119893,525,59698,6088,10294,4014,0,766,12321,3721,17845,658,0,1460,2392,0,111,0,33768814,62.8,11236490,21.3,62.8,45.1
454
  2012-05-09,122705,472,59070,5788,9842,4039,0,1236,15026,4674,17744,698,0,1415,2586,0,115,0,34821330,63.9,11397245,25.9,63.9,36.1
 
1203
  2014-08-07,408059,1522,203904,20496,39399,20194,0,6804,37138,14050,46633,8834,1134,3307,4247,0,397,0,238373344,489.9,41741573,45.7,489.9,43.8
1204
  2014-08-08,362454,1363,177891,21198,38267,17746,0,5660,32019,11812,41820,7241,938,2380,3818,0,301,0,208516909,401.5,37105505,49.7,401.5,53.3
1205
  2014-08-09,236140,902,128531,11634,17318,8630,0,1889,20983,8683,29336,3269,823,1433,2533,0,176,0,127385451,260.6,23190387,41.8,260.6,51.8
1206
+ 2014-08-10,274828,806,148514,12071,20175,10116,0,2245,29016,9884,32199,3953,764,1784,3082,0,219,0,151135738,278.4,27940353,40.5,278.4,168.3
1207
  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
1208
  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