tamnd commited on
Commit
cf5c7d9
·
verified ·
1 Parent(s): 6531fa8

Add 2012-05-26 to 2012-06-01 — 7 days, 742.5K 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,210 days), totaling **200,446,857 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.4 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
 
@@ -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,635,111 events in 3843 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 ██████████████░░░░░░░░░░░░░░░░ 140.8K
89
  12:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
90
  13:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
91
  14:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -136,16 +136,16 @@ duckdb.sql("""
136
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
137
  2012 ███████████████░░░░░░░░░░░░░░░ 37.8M
138
  2013 ██████████████████████████████ 74.5M
139
- 2014 ████████████████████████████░░ 69.6M
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 | 328 | 37,802,626 | 115,251 | 10.1 GB | 2.1 GB | 1h56m | 3h00m | 2h00m |
147
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
148
- | 2014 | 213 | 69,616,487 | 326,837 | 22.9 GB | 6.4 GB | 2h21m | 13h04m | 3h14m |
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 ██████████████░░░░░░░░░░░░░░░░ 18.2M
159
  2013 ██████████████████████████████ 38.1M
160
- 2014 ███████████████████████████░░░ 35.3M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
162
  ```
163
 
@@ -223,7 +223,7 @@ Stars (WatchEvent in the GitHub API) reflect community interest and discovery. S
223
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
224
  2012 ███████████████░░░░░░░░░░░░░░░ 3.6M
225
  2013 ██████████████████████████████ 7.0M
226
- 2014 ███████████████████████████░░░ 6.4M
227
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
228
  ```
229
 
@@ -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,577,273 | 50.2% | Git pushes with commits |
641
- | `issues` | IssuesEvent | 11,072,786 | 5.5% | Issue lifecycle events |
642
- | `issue_comments` | IssueCommentEvent | 17,412,997 | 8.7% | Comments on issues/PRs |
643
- | `pull_requests` | PullRequestEvent | 8,112,032 | 4.0% | PR lifecycle events |
644
- | `pr_review_comments` | PullRequestReviewCommentEvent | 1,869,134 | 0.9% | Line-level PR comments |
645
- | `stars` | WatchEvent | 18,872,215 | 9.4% | Repository stars |
646
- | `forks` | ForkEvent | 7,161,152 | 3.6% | Repository forks |
647
- | `creates` | CreateEvent | 25,499,812 | 12.7% | Branch/tag/repo creation |
648
- | `deletes` | DeleteEvent | 2,592,212 | 1.3% | Branch/tag deletion |
649
- | `releases` | ReleaseEvent | 247,011 | 0.1% | Release publications |
650
- | `commit_comments` | CommitCommentEvent | 1,868,491 | 0.9% | Comments on commits |
651
- | `wiki_pages` | GollumEvent | 3,272,248 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
653
- | `public_events` | PublicEvent | 185,112 | 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,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
 
 
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,657,448 events in 3844 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 █████████████████░░░░░░░░░░░░░ 163.1K
89
  12:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
90
  13:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
91
  14:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
136
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
137
  2012 ███████████████░░░░░░░░░░░░░░░ 37.8M
138
  2013 ██████████████████████████████ 74.5M
139
+ 2014 ████████████████████████████░░ 70.0M
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 | 328 | 37,802,626 | 115,251 | 10.1 GB | 2.1 GB | 1h55m | 2h59m | 1h55m |
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
 
 
157
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
158
  2012 ██████████████░░░░░░░░░░░░░░░░ 18.2M
159
  2013 ██████████████████████████████ 38.1M
160
+ 2014 ███████████████████████████░░░ 35.5M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
162
  ```
163
 
 
223
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
224
  2012 ███████████████░░░░░░░░░░░░░░░ 3.6M
225
  2013 ██████████████████████████████ 7.0M
226
+ 2014 ███████████████████████████░░░ 6.5M
227
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
228
  ```
229
 
 
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
 
data/stars/2012/05/26.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6c78c46284dcd7173108037b424611b4b27f813ef002389e91c3802d7c2a6110
3
- size 122654
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9f60eded9fced320d4d174436f4728ad96e63e5197c82594ebaa22798594de5
3
+ size 287120
data/stars/2012/05/27.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dff69c31821de8184807bb257a83fe64f42552b325e8f5f5da62cf595c19100d
3
- size 132323
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c91f90cb2767fe723bdd431cdfb3e6cec0b691a49acc7e78d71e84ab3f99b15
3
+ size 314841
data/stars/2012/05/28.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:05cb015040b4ddd65980937e5ff4225236fe116832069eda1eb1c2b05d041d5c
3
- size 172107
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53eb0627a06e8f6fa055ed72bd019fb8196f9d58f241e22d70ef44d9edb39b0f
3
+ size 398944
data/stars/2012/05/29.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b1c9bff38dc3fd79963093894b55b49aa58bba812d3f17524a94f880070eea4d
3
- size 214987
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33af522c5ca55b8d35daf658504bc98b852799c92922e491107a49d52f8a378d
3
+ size 478009
data/stars/2012/05/30.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a1cd7d8def0583595c2ae48ca23d37154b7443bd458b367f2e19f3f1a0d28256
3
- size 203268
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efea3998e30132f898d372b692b95c3a5f196a5d2b8f9710bf13dfac025ced00
3
+ size 480132
data/stars/2012/05/31.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f78c8495619c63e94784f89c506bbb87cf2dcbdc324298b7b0f817032fe7b0c6
3
- size 209231
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e66c3688fce8fbfe71e61541653ea1c56815a8328b81d9588691a46f82238a9f
3
+ size 475419
data/stars/2012/06/01.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:332cb82b6917165450b8ff0daa1a89ad90c15150f20b933425cc360ef02aeae0
3
- size 201032
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c73bd45f84b87db2b0a1252a2a6cef80789ed05354b0c17e81c8c55a3638b578
3
+ size 428927
stats.csv CHANGED
@@ -473,9 +473,9 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
473
  2012-05-28,103768,423,51373,4839,7932,2907,0,606,10515,4060,17357,602,0,1278,1795,0,81,0,28182550,18.0,398944,7.9,18.0,0.0
474
  2012-05-29,123828,519,61003,5899,10117,4273,0,929,12588,4874,18938,829,0,1589,2177,0,93,0,35155031,23.0,478009,20.1,23.0,0.0
475
  2012-05-30,126428,563,59831,5808,9967,4042,0,989,13174,4445,22607,980,0,1551,2334,0,137,0,34879929,23.3,480132,7.4,23.3,0.0
476
- 2012-05-31,124566,493,55469,5931,10366,3835,0,987,12789,4502,25931,742,0,1365,2028,0,128,0,33016292,45.2,10837355,22.4,45.2,91.2
477
- 2012-06-01,112080,474,52156,5125,8686,3640,0,758,10811,3689,22733,678,0,1350,1881,0,99,0,30423595,41.3,10277809,29.0,41.3,32.5
478
- 2012-06-02,102400,431,39597,3804,5167,1779,0,190,8875,2701,37166,412,0,804,1423,0,51,0,21503129,15.4,7381768,27.0,15.4,31.5
479
  2012-06-03,98366,293,45378,3892,5607,2239,0,401,10035,3104,24288,473,0,1004,1561,0,91,0,24371260,27.7,8147915,20.4,27.7,37.4
480
  2012-06-04,123965,537,57282,6264,10418,3572,0,841,13480,4681,22512,673,0,1459,2139,0,107,0,32902849,54.9,11187615,21.8,54.9,28.7
481
  2012-06-05,124439,511,57928,5601,9593,3931,0,821,13266,4786,23698,660,0,1525,1983,0,136,0,33554902,51.2,11543619,21.9,51.2,39.8
@@ -1206,6 +1206,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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
  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,0.0
 
1210
  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
1211
  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
 
473
  2012-05-28,103768,423,51373,4839,7932,2907,0,606,10515,4060,17357,602,0,1278,1795,0,81,0,28182550,18.0,398944,7.9,18.0,0.0
474
  2012-05-29,123828,519,61003,5899,10117,4273,0,929,12588,4874,18938,829,0,1589,2177,0,93,0,35155031,23.0,478009,20.1,23.0,0.0
475
  2012-05-30,126428,563,59831,5808,9967,4042,0,989,13174,4445,22607,980,0,1551,2334,0,137,0,34879929,23.3,480132,7.4,23.3,0.0
476
+ 2012-05-31,124566,493,55469,5931,10366,3835,0,987,12789,4502,25931,742,0,1365,2028,0,128,0,33016292,24.0,475419,22.9,24.0,0.0
477
+ 2012-06-01,112080,474,52156,5125,8686,3640,0,758,10811,3689,22733,678,0,1350,1881,0,99,0,30423595,20.5,428927,18.9,20.5,0.0
478
+ 2012-06-02,102400,431,39597,3804,5167,1779,0,190,8875,2701,37166,412,0,804,1423,0,51,0,21503129,14.5,352334,6.4,14.5,0.0
479
  2012-06-03,98366,293,45378,3892,5607,2239,0,401,10035,3104,24288,473,0,1004,1561,0,91,0,24371260,27.7,8147915,20.4,27.7,37.4
480
  2012-06-04,123965,537,57282,6264,10418,3572,0,841,13480,4681,22512,673,0,1459,2139,0,107,0,32902849,54.9,11187615,21.8,54.9,28.7
481
  2012-06-05,124439,511,57928,5601,9593,3931,0,821,13266,4786,23698,660,0,1525,1983,0,136,0,33554902,51.2,11543619,21.9,51.2,39.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
  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