tamnd commited on
Commit
79dc7b8
·
verified ·
1 Parent(s): 258c271

Add 2014-10-31 — 408.6K events, 11 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,330 days), totaling **235,597,069 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 76.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 13.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
 
@@ -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-29** — 1,588,556 events in 82 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 216.2K
@@ -80,7 +80,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
80
  03:00 ██████████████████████████░░░░ 230.2K
81
  04:00 ███████████████████████████░░░ 237.8K
82
  05:00 ██████████████████████████████ 258.6K
83
- 06:00 █████████████████████░░░░░░░░░ 184.5K
84
  07:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
85
  08:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
86
  09:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -100,7 +100,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
103
- Live capture spans **2 days** (2026-03-28 → 2026-03-29) — **7,578,558 events** in 4,073 blocks.
104
 
105
 
106
  ### Live event schema
@@ -138,7 +138,7 @@ duckdb.sql("""
138
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
139
  2012 ████████████░░░░░░░░░░░░░░░░░░ 42.5M
140
  2013 ███████████████████████░░░░░░░ 76.2M
141
- 2014 ███████████████████���██████████ 98.4M
142
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
143
  ```
144
 
@@ -147,7 +147,7 @@ duckdb.sql("""
147
  | 2011 | 323 | 18,032,583 | 55,828 | 3.5 GB | 76.6 MB | 47m29s | 52m20s | 33m17s |
148
  | 2012 | 366 | 42,537,517 | 116,222 | 11.5 GB | 161.5 MB | 1h19m | 2h30m | 35m15s |
149
  | 2013 | 353 | 76,154,264 | 215,734 | 23.2 GB | 4.1 GB | 2h33m | 8h52m | 2h34m |
150
- | 2014 | 286 | 98,360,956 | 343,919 | 38.0 GB | 9.1 GB | 3h18m | 18h45m | 4h18m |
151
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
152
 
153
 
@@ -159,7 +159,7 @@ Pushes are the most common event type, representing roughly half of all GitHub a
159
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
160
  2012 ████████████░░░░░░░░░░░░░░░░░░ 20.6M
161
  2013 ███████████████████████░░░░░░░ 38.9M
162
- 2014 ██████████████████████████████ 49.8M
163
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
164
  ```
165
 
@@ -179,7 +179,7 @@ Issue events track the full lifecycle: opened, closed, reopened, labeled, assign
179
  ```
180
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 982.1K
181
  2012 █████████████░░░░░░░░░░░░░░░░░ 2.4M
182
- 2013 ███████████████████████░░░░░░ 4.4M
183
  2014 ██████████████████████████████ 5.5M
184
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
185
  ```
@@ -225,7 +225,7 @@ Stars (WatchEvent in the GitHub API) reflect community interest and discovery. S
225
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
226
  2012 █████████████░░░░░░░░░░░░░░░░░ 4.0M
227
  2013 ███████████████████████░░░░░░░ 7.1M
228
- 2014 ██████████████████████████████ 8.9M
229
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
230
  ```
231
 
@@ -639,20 +639,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
- | `pushes` | PushEvent | 118,279,567 | 50.2% | Git pushes with commits |
643
- | `issues` | IssuesEvent | 13,317,258 | 5.7% | Issue lifecycle events |
644
- | `issue_comments` | IssueCommentEvent | 20,598,018 | 8.7% | Comments on issues/PRs |
645
- | `pull_requests` | PullRequestEvent | 9,620,713 | 4.1% | PR lifecycle events |
646
- | `pr_review_comments` | PullRequestReviewCommentEvent | 2,331,757 | 1.0% | Line-level PR comments |
647
- | `stars` | WatchEvent | 21,949,078 | 9.3% | Repository stars |
648
- | `forks` | ForkEvent | 8,333,072 | 3.5% | Repository forks |
649
- | `creates` | CreateEvent | 29,727,376 | 12.6% | Branch/tag/repo creation |
650
- | `deletes` | DeleteEvent | 3,128,556 | 1.3% | Branch/tag deletion |
651
- | `releases` | ReleaseEvent | 323,061 | 0.1% | Release publications |
652
- | `commit_comments` | CommitCommentEvent | 2,143,894 | 0.9% | Comments on commits |
653
- | `wiki_pages` | GollumEvent | 3,722,438 | 1.6% | Wiki page edits |
654
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
655
- | `public_events` | PublicEvent | 217,373 | 0.1% | Repo made public |
656
 
657
  ## How it's built
658
 
 
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,332 days), totaling **236,304,104 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 76.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 13.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-29** — 1,609,134 events in 83 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 216.2K
 
80
  03:00 ██████████████████████████░░░░ 230.2K
81
  04:00 ███████████████████████████░░░ 237.8K
82
  05:00 ██████████████████████████████ 258.6K
83
+ 06:00 ███████████████████████░░░░░░░ 205.1K
84
  07:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
85
  08:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
86
  09:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
103
+ Live capture spans **2 days** (2026-03-28 → 2026-03-29) — **7,599,136 events** in 4,074 blocks.
104
 
105
 
106
  ### Live event schema
 
138
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
139
  2012 ████████████░░░░░░░░░░░░░░░░░░ 42.5M
140
  2013 ███████████████████████░░░░░░░ 76.2M
141
+ 2014 █████████████████████████████ 99.1M
142
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
143
  ```
144
 
 
147
  | 2011 | 323 | 18,032,583 | 55,828 | 3.5 GB | 76.6 MB | 47m29s | 52m20s | 33m17s |
148
  | 2012 | 366 | 42,537,517 | 116,222 | 11.5 GB | 161.5 MB | 1h19m | 2h30m | 35m15s |
149
  | 2013 | 353 | 76,154,264 | 215,734 | 23.2 GB | 4.1 GB | 2h33m | 8h52m | 2h34m |
150
+ | 2014 | 288 | 99,067,991 | 343,986 | 38.4 GB | 9.2 GB | 3h20m | 18h48m | 4h19m |
151
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
152
 
153
 
 
159
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
160
  2012 ████████████░░░░░░░░░░░░░░░░░░ 20.6M
161
  2013 ███████████████████████░░░░░░░ 38.9M
162
+ 2014 ██████████████████████████████ 50.2M
163
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
164
  ```
165
 
 
179
  ```
180
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 982.1K
181
  2012 █████████████░░░░░░░░░░░░░░░░░ 2.4M
182
+ 2013 ███████████████████████░░░░░░ 4.4M
183
  2014 ██████████████████████████████ 5.5M
184
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
185
  ```
 
225
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
226
  2012 █████████████░░░░░░░░░░░░░░░░░ 4.0M
227
  2013 ███████████████████████░░░░░░░ 7.1M
228
+ 2014 ██████████████████████████████ 9.0M
229
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
230
  ```
231
 
 
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
+ | `pushes` | PushEvent | 118,654,025 | 50.2% | Git pushes with commits |
643
+ | `issues` | IssuesEvent | 13,354,752 | 5.7% | Issue lifecycle events |
644
+ | `issue_comments` | IssueCommentEvent | 20,657,544 | 8.7% | Comments on issues/PRs |
645
+ | `pull_requests` | PullRequestEvent | 9,652,447 | 4.1% | PR lifecycle events |
646
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 2,340,188 | 1.0% | Line-level PR comments |
647
+ | `stars` | WatchEvent | 22,010,749 | 9.3% | Repository stars |
648
+ | `forks` | ForkEvent | 8,355,688 | 3.5% | Repository forks |
649
+ | `creates` | CreateEvent | 29,808,773 | 12.6% | Branch/tag/repo creation |
650
+ | `deletes` | DeleteEvent | 3,139,895 | 1.3% | Branch/tag deletion |
651
+ | `releases` | ReleaseEvent | 325,071 | 0.1% | Release publications |
652
+ | `commit_comments` | CommitCommentEvent | 2,148,888 | 0.9% | Comments on commits |
653
+ | `wiki_pages` | GollumEvent | 3,729,072 | 1.6% | Wiki page edits |
654
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
655
+ | `public_events` | PublicEvent | 218,052 | 0.1% | Repo made public |
656
 
657
  ## How it's built
658
 
data/commit_comments/2014/10/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e7acfd5ea052b6b68c234b0262e2937de0f3f98260a3fb73df03c492162a5b5
3
+ size 112066
data/creates/2014/10/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb629ed028252721d37b8384a66cb7d96797840ac19f03bc27df29f03611256c
3
+ size 3749690
data/deletes/2014/10/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:127bef78b07345d469782162c92c65f9f8a6831408cbbe7104715edba220e5f6
3
+ size 204700
data/forks/2014/10/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b66b086c82fb32bb330e0a6b4b75d7c8b08ee4a3bdd8a04f20dbce0d5904e2d
3
+ size 352550
data/issue_comments/2014/10/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37f168ce07ce394a843b7f25f28c08c65e546d4ca1a2c44fd18fac89aeddca84
3
+ size 890114
data/issues/2014/10/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:023eb03fd9af570901dd1c1829736484cdfb620141e68832f773d28d69c8c03f
3
+ size 581288
data/public_events/2014/10/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c4da7ec0cb073181a8723adde9db2b783f1f375ab56107c6de7b781f56426af
3
+ size 15072
data/pull_requests/2014/10/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25163269b541835bc72ce1b9869e62cac1898aace4d9a5267d2c6a3ab8d57a67
3
+ size 3655607
data/pushes/2014/10/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f588a8d9958a55389d416f77995d4c7e3773e474badca4d18944f929ef9a1506
3
+ size 32132794
data/stars/2014/10/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50259571b8167cd580f2792a0be10f8968e6f01794b62ff1d310bad8e81ee455
3
+ size 1562066
data/wiki_pages/2014/10/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34109a1f5ad3a92f98716b655e4cac1cc7e849315b19904cb1626f21f6098929
3
+ size 200650
stats.csv CHANGED
@@ -1326,6 +1326,8 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1326
  2014-10-27,438284,2459,223301,24008,41399,20913,0,6726,37934,13826,49761,8057,1193,3450,4786,0,471,0,251180259,110.7,48034084,64.3,110.7,39.6
1327
  2014-10-28,492301,2250,299792,20936,34860,17907,0,5596,36505,13839,45641,6405,963,2570,4659,0,378,0,256754462,111.5,52030874,40.0,111.5,41.2
1328
  2014-10-29,522860,2552,287754,25902,44244,22731,0,7759,40954,16504,55225,8503,1210,3435,5586,0,501,0,292864207,141.4,57534006,70.1,141.4,27.5
1329
- 2014-10-30,470963,2853,239561,24682,43640,23722,0,7373,40792,15930,53990,8663,1200,3277,4732,0,548,0,268313284,129.9,49603078,57.9,129.9,0.0
 
 
1330
  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
1331
  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
 
1326
  2014-10-27,438284,2459,223301,24008,41399,20913,0,6726,37934,13826,49761,8057,1193,3450,4786,0,471,0,251180259,110.7,48034084,64.3,110.7,39.6
1327
  2014-10-28,492301,2250,299792,20936,34860,17907,0,5596,36505,13839,45641,6405,963,2570,4659,0,378,0,256754462,111.5,52030874,40.0,111.5,41.2
1328
  2014-10-29,522860,2552,287754,25902,44244,22731,0,7759,40954,16504,55225,8503,1210,3435,5586,0,501,0,292864207,141.4,57534006,70.1,141.4,27.5
1329
+ 2014-10-30,470963,2853,239561,24682,43640,23722,0,7373,40792,15930,53990,8663,1200,3277,4732,0,548,0,268313284,129.9,49603078,57.9,129.9,52.0
1330
+ 2014-10-31,408629,2349,210653,21962,38447,19911,0,6077,35528,12875,45400,7006,1105,3154,3780,0,382,0,230961398,111.8,43456597,50.6,111.8,0.0
1331
+ 2014-11-01,298406,1703,163805,15532,21079,11823,0,2354,26143,9741,35997,4333,905,1840,2854,0,297,0,162156406,79.5,32310074,49.5,79.5,0.0
1332
  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
1333
  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