tamnd commited on
Commit
8c2fb02
·
verified ·
1 Parent(s): 4a871b5

Add 2012-09-01 to 2012-09-07 — 7 days, 792.1K 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,236 days), totaling **205,356,835 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 61.5 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 15.2 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,698,864 events in 3846 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 █████████████████████░░░░░░░░░ 204.5K
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 ████████████████░░░░░░░░░░░░░░ 39.8M
138
  2013 ██████████████████████████████ 74.5M
139
  2014 █████████████████████████████░ 72.5M
140
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
@@ -143,7 +143,7 @@ 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 | 346 | 39,829,133 | 115,113 | 10.6 GB | 1.4 GB | 1h43m | 2h54m | 1h24m |
147
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
148
  | 2014 | 221 | 72,499,958 | 328,054 | 24.5 GB | 6.6 GB | 2h26m | 13h56m | 3h23m |
149
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
@@ -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 ███████████████░░░░░░░░░░░░░░░ 19.2M
159
  2013 ██████████████████████████████ 38.1M
160
  2014 ████████████████████████████░░ 36.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 | 103,005,388 | 50.2% | Git pushes with commits |
641
- | `issues` | IssuesEvent | 11,339,125 | 5.5% | Issue lifecycle events |
642
- | `issue_comments` | IssueCommentEvent | 17,863,478 | 8.7% | Comments on issues/PRs |
643
- | `pull_requests` | PullRequestEvent | 8,314,191 | 4.0% | PR lifecycle events |
644
- | `pr_review_comments` | PullRequestReviewCommentEvent | 1,928,668 | 0.9% | Line-level PR comments |
645
- | `stars` | WatchEvent | 19,328,914 | 9.4% | Repository stars |
646
- | `forks` | ForkEvent | 7,332,203 | 3.6% | Repository forks |
647
- | `creates` | CreateEvent | 26,145,219 | 12.7% | Branch/tag/repo creation |
648
- | `deletes` | DeleteEvent | 2,659,230 | 1.3% | Branch/tag deletion |
649
  | `releases` | ReleaseEvent | 254,967 | 0.1% | Release publications |
650
- | `commit_comments` | CommitCommentEvent | 1,913,641 | 0.9% | Comments on commits |
651
- | `wiki_pages` | GollumEvent | 3,338,262 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
653
- | `public_events` | PublicEvent | 189,360 | 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,239 days), totaling **205,628,298 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 61.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 15.1 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,721,044 events in 3847 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 ███████████████████████░░░░░░░ 226.7K
89
  12:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
90
  13:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
91
  14:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
134
 
135
  ```
136
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
137
+ 2012 ████████████████░░░░░░░░░░░░░░ 40.1M
138
  2013 ██████████████████████████████ 74.5M
139
  2014 █████████████████████████████░ 72.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 | 349 | 40,100,596 | 114,901 | 10.7 GB | 1.3 GB | 1h42m | 2h52m | 1h22m |
147
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
148
  | 2014 | 221 | 72,499,958 | 328,054 | 24.5 GB | 6.6 GB | 2h26m | 13h56m | 3h23m |
149
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
 
155
 
156
  ```
157
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
158
+ 2012 ███████████████░░░░░░░░░░░░░░░ 19.3M
159
  2013 ██████████████████████████████ 38.1M
160
  2014 ████████████████████████████░░ 36.8M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
 
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
+ | `pushes` | PushEvent | 103,149,247 | 50.2% | Git pushes with commits |
641
+ | `issues` | IssuesEvent | 11,352,540 | 5.5% | Issue lifecycle events |
642
+ | `issue_comments` | IssueCommentEvent | 17,885,064 | 8.7% | Comments on issues/PRs |
643
+ | `pull_requests` | PullRequestEvent | 8,322,184 | 4.0% | PR lifecycle events |
644
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 1,930,379 | 0.9% | Line-level PR comments |
645
+ | `stars` | WatchEvent | 19,356,113 | 9.4% | Repository stars |
646
+ | `forks` | ForkEvent | 7,342,736 | 3.6% | Repository forks |
647
+ | `creates` | CreateEvent | 26,178,428 | 12.7% | Branch/tag/repo creation |
648
+ | `deletes` | DeleteEvent | 2,660,982 | 1.3% | Branch/tag deletion |
649
  | `releases` | ReleaseEvent | 254,967 | 0.1% | Release publications |
650
+ | `commit_comments` | CommitCommentEvent | 1,916,341 | 0.9% | Comments on commits |
651
+ | `wiki_pages` | GollumEvent | 3,344,121 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
653
+ | `public_events` | PublicEvent | 189,583 | 0.1% | Repo made public |
654
 
655
  ## How it's built
656
 
data/stars/2012/09/01.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:38e96907dcd68bb964f407a2fd03ae9692dde2b592f81655a7c6c29dfbed9048
3
- size 161770
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66e9119bc33d5b389aaa5ad8975f2b595f887fda7115d7bc1cc7beae5286bf2b
3
+ size 339217
data/stars/2012/09/02.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:12589f6e49aaad563fd79dc60de3431ff14de2cca2477d0edae2beea9181fac1
3
- size 163515
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c30019b38d2e961d0b1b4b12ad9acd81085d11f0e94c0626203d8b9d9d430a7e
3
+ size 364533
data/stars/2012/09/03.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2a5ca172f37ccaf028c1d3143f193eef4a55c60d1956fc4508f32181f3c200e6
3
- size 211695
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3372434116d4e5410956699f722dd6b3a1cea1e6faf1c80e58558c0d85384eeb
3
+ size 458553
data/stars/2012/09/04.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a357c92a204584fa3920c977340a0c4b0ab99abf175f10fd9b9a3f63c4ef9062
3
- size 249391
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df89cd37e45a3c3f601dff1afbc8bfe9202ebc3496b6e6b536ecbf77dc137a40
3
+ size 544975
data/stars/2012/09/05.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2647a073f664e9fad248fd2f1e21447b1f0815855bf784551c9fe864ac907a13
3
- size 252231
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5421ae20bc165f8af8c87d93565227a8be2ab31534957e0cde47d1269cd6608
3
+ size 535598
data/stars/2012/09/06.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5de41e259adcefd042fe2618322ab8222d7a0550546ca51e88bac59395f3a343
3
- size 252671
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1be1a5d2d8fb250673da6bc8fafbc00e41c8910f5c67091836550059857b55a2
3
+ size 541539
data/stars/2012/09/07.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1fc3e8c5d223dee0ff8be40b9b46e7f89b2d8d67945feabcf28905c11e674927
3
- size 217370
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fac54210f39cbc21525625bb1b486edef084d118064c652974e2308b05694030
3
+ size 471604
stats.csv CHANGED
@@ -559,17 +559,20 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
559
  2012-08-22,135269,779,70648,7108,12293,5363,0,1119,12236,5376,15202,861,0,1728,2423,0,133,0,41356571,36.6,515569,12.9,36.6,5.0
560
  2012-08-23,134986,772,65401,7234,12025,7581,0,1027,11228,7295,17395,855,0,1573,2491,0,109,0,41516483,34.8,469048,25.1,34.8,5.0
561
  2012-08-24,113590,636,57086,7237,10901,4190,0,1079,10312,4540,13262,760,0,1301,2187,0,99,0,34758494,26.7,438750,6.6,26.7,5.0
562
- 2012-08-25,78615,457,42552,4019,6166,2067,0,415,7302,3145,9659,441,0,764,1535,0,93,0,23531685,17.1,319998,20.0,17.1,0.0
563
- 2012-08-26,94909,507,47558,6416,12168,2383,0,476,7843,3301,10828,552,0,1083,1714,0,80,0,26344286,18.7,344076,5.2,18.7,0.0
564
- 2012-08-27,127135,678,64873,6587,11852,4674,0,1129,11854,5025,15415,818,0,1621,2484,0,125,0,38955960,29.9,501968,9.2,29.9,0.0
565
- 2012-08-28,133942,803,65682,7159,13885,4875,0,1375,12216,5285,16944,892,0,1732,2967,0,127,0,40609498,28.5,520658,25.5,28.5,0.0
566
- 2012-08-29,128671,794,64683,7105,12167,4946,0,1354,11939,5172,15048,943,0,1844,2557,0,119,0,40080995,28.8,490247,10.2,28.8,0.0
567
- 2012-08-30,128687,690,65766,6690,11896,4737,0,1546,11863,4852,15230,939,0,1586,2732,0,160,0,41379623,29.9,486896,11.5,29.9,0.0
568
- 2012-08-31,111632,578,57173,6087,10174,4066,0,943,10544,4655,13006,706,0,1350,2204,0,146,0,35217630,23.3,439925,0.0,23.3,0.0
569
- 2012-09-04,135329,832,67557,7323,12947,5024,0,1270,13169,5213,15899,976,0,1646,3374,0,99,0,41644811,78.3,13625107,27.8,78.3,39.9
570
- 2012-09-05,134956,750,67754,7973,13372,4710,0,1225,13498,5119,15271,873,0,1470,2815,0,126,0,41427000,76.8,13299017,32.5,76.8,34.8
571
- 2012-09-06,131427,816,65475,6595,11960,4779,0,1329,12774,5181,16558,916,0,1475,3446,0,123,0,40242156,76.5,12683112,21.7,76.5,41.2
572
- 2012-09-07,118928,733,60456,5927,10514,4376,0,1210,11288,4605,15387,750,0,1177,2403,0,102,0,36041678,70.4,11818865,22.6,70.4,41.3
 
 
 
573
  2012-09-08,91473,531,41916,9676,12039,2268,0,491,7959,3093,10296,439,0,843,1843,0,79,0,24213209,48.2,7912908,23.3,48.2,29.1
574
  2012-09-09,94348,494,49309,5118,8181,2620,0,583,8921,3401,11883,631,0,999,2120,0,88,0,27142686,49.0,9250671,20.8,49.0,44.7
575
  2012-09-10,134856,892,66765,8134,12298,4797,0,1364,14476,5077,15886,911,0,1618,2512,0,126,0,40611187,71.5,13599972,22.2,71.5,55.7
 
559
  2012-08-22,135269,779,70648,7108,12293,5363,0,1119,12236,5376,15202,861,0,1728,2423,0,133,0,41356571,36.6,515569,12.9,36.6,5.0
560
  2012-08-23,134986,772,65401,7234,12025,7581,0,1027,11228,7295,17395,855,0,1573,2491,0,109,0,41516483,34.8,469048,25.1,34.8,5.0
561
  2012-08-24,113590,636,57086,7237,10901,4190,0,1079,10312,4540,13262,760,0,1301,2187,0,99,0,34758494,26.7,438750,6.6,26.7,5.0
562
+ 2012-08-25,78615,457,42552,4019,6166,2067,0,415,7302,3145,9659,441,0,764,1535,0,93,0,23531685,17.1,319998,20.0,17.1,7.4
563
+ 2012-08-26,94909,507,47558,6416,12168,2383,0,476,7843,3301,10828,552,0,1083,1714,0,80,0,26344286,18.7,344076,5.2,18.7,7.4
564
+ 2012-08-27,127135,678,64873,6587,11852,4674,0,1129,11854,5025,15415,818,0,1621,2484,0,125,0,38955960,29.9,501968,9.2,29.9,7.4
565
+ 2012-08-28,133942,803,65682,7159,13885,4875,0,1375,12216,5285,16944,892,0,1732,2967,0,127,0,40609498,28.5,520658,25.5,28.5,7.4
566
+ 2012-08-29,128671,794,64683,7105,12167,4946,0,1354,11939,5172,15048,943,0,1844,2557,0,119,0,40080995,28.8,490247,10.2,28.8,7.4
567
+ 2012-08-30,128687,690,65766,6690,11896,4737,0,1546,11863,4852,15230,939,0,1586,2732,0,160,0,41379623,29.9,486896,11.5,29.9,7.4
568
+ 2012-08-31,111632,578,57173,6087,10174,4066,0,943,10544,4655,13006,706,0,1350,2204,0,146,0,35217630,23.3,439925,0.0,23.3,7.4
569
+ 2012-09-01,74407,383,39425,3686,5520,2065,0,426,7721,3049,9255,445,0,695,1689,0,48,0,24145415,18.3,339217,0.0,18.3,0.0
570
+ 2012-09-02,85460,393,46546,4410,6495,2284,0,398,8391,3165,10178,497,0,859,1771,0,73,0,25688123,19.3,364533,0.0,19.3,0.0
571
+ 2012-09-03,111596,648,57888,5319,9571,3644,0,887,11087,4319,13776,810,0,1146,2399,0,102,0,33710711,26.0,458553,0.0,26.0,0.0
572
+ 2012-09-04,135329,832,67557,7323,12947,5024,0,1270,13169,5213,15899,976,0,1646,3374,0,99,0,41644811,36.5,544975,13.9,36.5,0.0
573
+ 2012-09-05,134956,750,67754,7973,13372,4710,0,1225,13498,5119,15271,873,0,1470,2815,0,126,0,41427000,37.1,535598,22.4,37.1,0.0
574
+ 2012-09-06,131427,816,65475,6595,11960,4779,0,1329,12774,5181,16558,916,0,1475,3446,0,123,0,40242156,34.8,541539,10.0,34.8,0.0
575
+ 2012-09-07,118928,733,60456,5927,10514,4376,0,1210,11288,4605,15387,750,0,1177,2403,0,102,0,36041678,32.1,471604,9.9,32.1,0.0
576
  2012-09-08,91473,531,41916,9676,12039,2268,0,491,7959,3093,10296,439,0,843,1843,0,79,0,24213209,48.2,7912908,23.3,48.2,29.1
577
  2012-09-09,94348,494,49309,5118,8181,2620,0,583,8921,3401,11883,631,0,999,2120,0,88,0,27142686,49.0,9250671,20.8,49.0,44.7
578
  2012-09-10,134856,892,66765,8134,12298,4797,0,1364,14476,5077,15886,911,0,1618,2512,0,126,0,40611187,71.5,13599972,22.2,71.5,55.7