tamnd commited on
Commit
0c4df8f
·
verified ·
1 Parent(s): 1c882dd

Add 2012-12-08 to 2012-12-14 — 7 days, 1.1M 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,264 days), totaling **211,024,705 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 63.9 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 14.4 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,781,928 events in 3850 blocks
75
 
76
  ```
77
  00:00 ████████████████████████░░░░░░ 235.4K
@@ -86,7 +86,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
86
  09:00 ██████████████████████████████ 284.7K
87
  10:00 ███████████████████████████░░░ 257.5K
88
  11:00 ████████████████████████████░░ 267.1K
89
- 12:00 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.5K
90
  13:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
91
  14:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
92
  15:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -136,16 +136,16 @@ duckdb.sql("""
136
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
137
  2012 ████████████████░░░░░░░░░░░░░░ 42.5M
138
  2013 █████████████████████████████░ 74.5M
139
- 2014 ██████████████████████████████ 75.5M
140
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
141
  ```
142
 
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 | 366 | 42,537,517 | 116,222 | 11.5 GB | 386.2 MB | 1h24m | 2h44m | 44m59s |
147
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
148
- | 2014 | 229 | 75,459,444 | 329,517 | 26.0 GB | 6.9 GB | 2h31m | 14h50m | 3h30m |
149
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
150
 
151
 
@@ -157,7 +157,7 @@ Pushes are the most common event type, representing roughly half of all GitHub a
157
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
158
  2012 ████████████████░░░░░░░░░░░░░░ 20.6M
159
  2013 █████████████████████████████░ 38.1M
160
- 2014 ██████████████████████████████ 38.2M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
162
  ```
163
 
@@ -637,20 +637,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
- | `pushes` | PushEvent | 105,877,154 | 50.2% | Git pushes with commits |
641
- | `issues` | IssuesEvent | 11,706,835 | 5.5% | Issue lifecycle events |
642
- | `issue_comments` | IssueCommentEvent | 18,391,035 | 8.7% | Comments on issues/PRs |
643
- | `pull_requests` | PullRequestEvent | 8,538,093 | 4.0% | PR lifecycle events |
644
- | `pr_review_comments` | PullRequestReviewCommentEvent | 1,991,811 | 0.9% | Line-level PR comments |
645
- | `stars` | WatchEvent | 19,836,941 | 9.4% | Repository stars |
646
- | `forks` | ForkEvent | 7,529,809 | 3.6% | Repository forks |
647
- | `creates` | CreateEvent | 26,797,144 | 12.7% | Branch/tag/repo creation |
648
- | `deletes` | DeleteEvent | 2,736,041 | 1.3% | Branch/tag deletion |
649
- | `releases` | ReleaseEvent | 263,420 | 0.1% | Release publications |
650
- | `commit_comments` | CommitCommentEvent | 1,965,372 | 0.9% | Comments on commits |
651
- | `wiki_pages` | GollumEvent | 3,422,268 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
653
- | `public_events` | PublicEvent | 194,144 | 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,265 days), totaling **211,264,081 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 64.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 14.4 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,805,175 events in 3851 blocks
75
 
76
  ```
77
  00:00 ████████████████████████░░░░░░ 235.4K
 
86
  09:00 ██████████████████████████████ 284.7K
87
  10:00 ███████████████████████████░░░ 257.5K
88
  11:00 ████████████████████████████░░ 267.1K
89
+ 12:00 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 43.8K
90
  13:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
91
  14:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
92
  15:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
136
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
137
  2012 ████████████████░░░░░░░░░░░░░░ 42.5M
138
  2013 █████████████████████████████░ 74.5M
139
+ 2014 ██████████████████████████████ 75.7M
140
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
141
  ```
142
 
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 | 366 | 42,537,517 | 116,222 | 11.5 GB | 332.1 MB | 1h23m | 2h41m | 42m25s |
147
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
148
+ | 2014 | 230 | 75,698,820 | 329,125 | 26.2 GB | 6.9 GB | 2h32m | 14h54m | 3h31m |
149
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
150
 
151
 
 
157
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
158
  2012 ████████████████░░░░░░░░░░░░░░ 20.6M
159
  2013 █████████████████████████████░ 38.1M
160
+ 2014 ██████████████████████████████ 38.4M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
162
  ```
163
 
 
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
+ | `pushes` | PushEvent | 106,009,094 | 50.2% | Git pushes with commits |
641
+ | `issues` | IssuesEvent | 11,718,008 | 5.5% | Issue lifecycle events |
642
+ | `issue_comments` | IssueCommentEvent | 18,408,638 | 8.7% | Comments on issues/PRs |
643
+ | `pull_requests` | PullRequestEvent | 8,546,961 | 4.0% | PR lifecycle events |
644
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 1,993,648 | 0.9% | Line-level PR comments |
645
+ | `stars` | WatchEvent | 19,860,381 | 9.4% | Repository stars |
646
+ | `forks` | ForkEvent | 7,537,753 | 3.6% | Repository forks |
647
+ | `creates` | CreateEvent | 26,824,289 | 12.7% | Branch/tag/repo creation |
648
+ | `deletes` | DeleteEvent | 2,739,482 | 1.3% | Branch/tag deletion |
649
+ | `releases` | ReleaseEvent | 264,141 | 0.1% | Release publications |
650
+ | `commit_comments` | CommitCommentEvent | 1,966,880 | 0.9% | Comments on commits |
651
+ | `wiki_pages` | GollumEvent | 3,424,845 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
653
+ | `public_events` | PublicEvent | 194,321 | 0.1% | Repo made public |
654
 
655
  ## How it's built
656
 
data/stars/2012/12/08.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:712dbbc8598b24271837314c15b09d8d2bb0b0f6c8b1ade5e6e4ab126e1bd49a
3
- size 224744
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fff643119d98889bdb6f1e9aacc67904ef1f3268ce5c6016a07732b50ad7553
3
+ size 457658
data/stars/2012/12/09.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d09c63bde2913913d9b8bffb070a1fc29a10b4420567891294ba9abe9b5585bf
3
- size 275218
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5a9c574ae6a88e56b9184493023f3b646a4008ada919695d339a5b193316c28
3
+ size 551903
data/stars/2012/12/10.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b391394c322ab0cc8443950be001e6acd12c89885a8bcb3a2824e16696f8c303
3
- size 347980
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0e8d582c1246f2ead38218b4a09ba81e84905745da30124b8d498bf783fd55c
3
+ size 694785
data/stars/2012/12/11.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:109722d0801dd1a7548010dfc4d9ec9ac10cc79ddf952fea25ff028447b1a6fc
3
- size 372184
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3343c27e9e32fbcb307eacf9c62658fb233de6da48553c7e1fa9234a65117e7a
3
+ size 734937
data/stars/2012/12/12.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2460a281d76ef53d185aaad590b9a15172a7adb79d84031735e3c49e54f0a682
3
- size 349262
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0cc1835cce7397b8d15bf7a06c04e6c920aa994909db8d08debec616a5a09e5
3
+ size 713116
data/stars/2012/12/13.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:971e7aa5261d229854b627255753b3bf741af37dcc42d516c6f4fe58cba45fff
3
- size 343569
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c3e1d59be8a4737497d7d40b6829c1aa629e2c89a1e18160b783c294920d062
3
+ size 683229
data/stars/2012/12/14.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:37cbc30e5143d46507dbbbcfb1fe9d5c8a26409909234faa526f3cbcf5b33697
3
- size 290235
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:164ce93ab271ce36aecdf9166b60ad5fbd8ae6a4e7eba7a78971d149004c0784
3
+ size 586752
stats.csv CHANGED
@@ -670,7 +670,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
670
  2012-12-11,176115,1089,89390,11325,16203,6554,0,1602,16552,7005,19475,1345,0,1919,3491,0,165,0,58596755,44.7,734937,7.9,44.7,0.0
671
  2012-12-12,173202,1166,87973,9939,15978,6705,0,1702,15840,6921,19932,1313,0,2286,3283,0,164,0,57796300,41.0,713116,12.1,41.0,0.0
672
  2012-12-13,166849,1104,88184,8295,14239,6512,0,1585,15136,6540,18719,1257,0,1881,3243,0,154,0,56169671,37.8,683229,17.7,37.8,0.0
673
- 2012-12-14,143820,942,77552,7211,11943,5174,0,1157,12729,5547,16160,1044,0,1330,2899,0,132,0,47784689,79.1,15001157,20.8,79.1,46.7
674
  2012-12-15,103523,592,55206,5668,9154,2778,0,544,9306,4197,12391,603,0,912,2095,0,77,0,31913346,18.9,446468,9.3,18.9,0.0
675
  2012-12-16,119002,631,64433,5772,10096,3143,0,634,11039,4631,14266,778,0,1057,2419,0,103,0,36440566,66.6,11848322,27.7,66.7,40.3
676
  2012-12-17,165009,999,84933,8792,15330,6057,0,1361,14538,6640,19766,1286,0,1903,3241,0,163,0,54147890,100.5,16746063,26.4,100.5,54.4
@@ -1260,6 +1260,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1260
  2014-08-26,428428,1654,206499,26676,48189,20591,0,6604,38996,13564,48607,7628,1165,3308,4584,0,363,0,245487299,481.0,42753923,46.9,481.0,53.3
1261
  2014-08-27,419132,1783,206685,22551,45363,20728,0,7029,36852,13777,47135,7519,1282,3257,4785,0,386,0,242857609,470.8,41967625,44.4,470.8,59.4
1262
  2014-08-28,420524,1708,201172,29961,47054,20582,0,6758,37288,13673,46260,7137,1194,2928,4434,0,375,0,239650160,464.0,41973885,53.9,464.0,51.4
1263
- 2014-08-29,355703,1484,181670,18175,33951,17408,0,5464,32891,10924,39741,6292,1046,2390,3967,0,300,0,208205508,384.4,36619842,48.0,384.4,0.0
 
1264
  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
1265
  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
 
670
  2012-12-11,176115,1089,89390,11325,16203,6554,0,1602,16552,7005,19475,1345,0,1919,3491,0,165,0,58596755,44.7,734937,7.9,44.7,0.0
671
  2012-12-12,173202,1166,87973,9939,15978,6705,0,1702,15840,6921,19932,1313,0,2286,3283,0,164,0,57796300,41.0,713116,12.1,41.0,0.0
672
  2012-12-13,166849,1104,88184,8295,14239,6512,0,1585,15136,6540,18719,1257,0,1881,3243,0,154,0,56169671,37.8,683229,17.7,37.8,0.0
673
+ 2012-12-14,143820,942,77552,7211,11943,5174,0,1157,12729,5547,16160,1044,0,1330,2899,0,132,0,47784689,29.3,586752,23.9,29.3,0.0
674
  2012-12-15,103523,592,55206,5668,9154,2778,0,544,9306,4197,12391,603,0,912,2095,0,77,0,31913346,18.9,446468,9.3,18.9,0.0
675
  2012-12-16,119002,631,64433,5772,10096,3143,0,634,11039,4631,14266,778,0,1057,2419,0,103,0,36440566,66.6,11848322,27.7,66.7,40.3
676
  2012-12-17,165009,999,84933,8792,15330,6057,0,1361,14538,6640,19766,1286,0,1903,3241,0,163,0,54147890,100.5,16746063,26.4,100.5,54.4
 
1260
  2014-08-26,428428,1654,206499,26676,48189,20591,0,6604,38996,13564,48607,7628,1165,3308,4584,0,363,0,245487299,481.0,42753923,46.9,481.0,53.3
1261
  2014-08-27,419132,1783,206685,22551,45363,20728,0,7029,36852,13777,47135,7519,1282,3257,4785,0,386,0,242857609,470.8,41967625,44.4,470.8,59.4
1262
  2014-08-28,420524,1708,201172,29961,47054,20582,0,6758,37288,13673,46260,7137,1194,2928,4434,0,375,0,239650160,464.0,41973885,53.9,464.0,51.4
1263
+ 2014-08-29,355703,1484,181670,18175,33951,17408,0,5464,32891,10924,39741,6292,1046,2390,3967,0,300,0,208205508,384.4,36619842,48.0,384.4,46.8
1264
+ 2014-08-30,239376,1002,131940,11173,17603,8868,0,1837,23440,7944,27145,3441,721,1508,2577,0,177,0,131322439,254.2,23892265,37.8,254.2,0.0
1265
  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
1266
  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