tamnd commited on
Commit
e509abd
·
verified ·
1 Parent(s): 2dddc3c

Add 2014-11-04 — 495.7K 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,334 days), totaling **237,119,513 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 77.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 13.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,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,609,134 events in 83 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 ███████████████████████░░░░░░░ 205.1K
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,599,136 events** in 4,074 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 ███████████████████���██████████ 99.9M
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 | 290 | 99,883,400 | 344,425 | 38.8 GB | 9.2 GB | 3h22m | 18h52m | 4h22m |
151
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
152
 
153
 
@@ -158,8 +158,8 @@ Pushes are the most common event type, representing roughly half of all GitHub a
158
  ```
159
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
160
  2012 ████████████░░░░░░░░░░░░░░░░░░ 20.6M
161
- 2013 ██████████████████████░░░░░░░ 38.9M
162
- 2014 ██████████████████████████████ 50.6M
163
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
164
  ```
165
 
@@ -202,8 +202,8 @@ Pull request events cover the full review cycle: opened, merged, closed, review
202
  ```
203
  2011 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 475.6K
204
  2012 ████████████░░░░░░░░░░░░░░░░░░ 1.8M
205
- 2013 ███████████████████░░░░░░░░░░ 3.0M
206
- 2014 ██████████████████████████████ 4.4M
207
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
208
  ```
209
 
@@ -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 ██████████████████████████████ 9.0M
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 | 119,078,897 | 50.2% | Git pushes with commits |
643
- | `issues` | IssuesEvent | 13,397,629 | 5.7% | Issue lifecycle events |
644
- | `issue_comments` | IssueCommentEvent | 20,727,767 | 8.7% | Comments on issues/PRs |
645
- | `pull_requests` | PullRequestEvent | 9,688,606 | 4.1% | PR lifecycle events |
646
- | `pr_review_comments` | PullRequestReviewCommentEvent | 2,351,959 | 1.0% | Line-level PR comments |
647
- | `stars` | WatchEvent | 22,083,284 | 9.3% | Repository stars |
648
- | `forks` | ForkEvent | 8,383,276 | 3.5% | Repository forks |
649
- | `creates` | CreateEvent | 29,903,020 | 12.6% | Branch/tag/repo creation |
650
- | `deletes` | DeleteEvent | 3,153,363 | 1.3% | Branch/tag deletion |
651
- | `releases` | ReleaseEvent | 327,259 | 0.1% | Release publications |
652
- | `commit_comments` | CommitCommentEvent | 2,154,323 | 0.9% | Comments on commits |
653
- | `wiki_pages` | GollumEvent | 3,737,908 | 1.6% | Wiki page edits |
654
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
655
- | `public_events` | PublicEvent | 218,916 | 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,335 days), totaling **237,615,214 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 77.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 13.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-29** — 1,628,978 events in 84 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 ██████████████████████████░░░░ 224.9K
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,618,980 events** in 4,075 blocks.
104
 
105
 
106
  ### Live event schema
 
138
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
139
  2012 ████████████░░░░░░░░░░░░░░░░░░ 42.5M
140
  2013 ██████████████████████░░░░░░░░ 76.2M
141
+ 2014 █████████████████████████████ 100.4M
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 | 291 | 100,379,101 | 344,945 | 39.1 GB | 9.3 GB | 3h23m | 18h54m | 4h22m |
151
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
152
 
153
 
 
158
  ```
159
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
160
  2012 ████████████░░░░░░░░░░░░░░░░░░ 20.6M
161
+ 2013 ██████████████████████░░░░░░░ 38.9M
162
+ 2014 ██████████████████████████████ 50.9M
163
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
164
  ```
165
 
 
202
  ```
203
  2011 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 475.6K
204
  2012 ████████████░░░░░░░░░░░░░░░░░░ 1.8M
205
+ 2013 ███████████████████░░░░░░░░░░ 3.0M
206
+ 2014 ██████████████████████████████ 4.5M
207
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
208
  ```
209
 
 
225
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
226
  2012 █████████████░░░░░░░░░░░░░░░░░ 4.0M
227
  2013 ███████████████████████░░░░░░░ 7.1M
228
+ 2014 ██████████████████████████████ 9.1M
229
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
230
  ```
231
 
 
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
+ | `pushes` | PushEvent | 119,328,342 | 50.2% | Git pushes with commits |
643
+ | `issues` | IssuesEvent | 13,425,013 | 5.6% | Issue lifecycle events |
644
+ | `issue_comments` | IssueCommentEvent | 20,774,719 | 8.7% | Comments on issues/PRs |
645
+ | `pull_requests` | PullRequestEvent | 9,712,066 | 4.1% | PR lifecycle events |
646
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 2,360,001 | 1.0% | Line-level PR comments |
647
+ | `stars` | WatchEvent | 22,126,241 | 9.3% | Repository stars |
648
+ | `forks` | ForkEvent | 8,400,195 | 3.5% | Repository forks |
649
+ | `creates` | CreateEvent | 29,961,629 | 12.6% | Branch/tag/repo creation |
650
+ | `deletes` | DeleteEvent | 3,162,184 | 1.3% | Branch/tag deletion |
651
+ | `releases` | ReleaseEvent | 328,612 | 0.1% | Release publications |
652
+ | `commit_comments` | CommitCommentEvent | 2,157,762 | 0.9% | Comments on commits |
653
+ | `wiki_pages` | GollumEvent | 3,743,086 | 1.6% | Wiki page edits |
654
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
655
+ | `public_events` | PublicEvent | 219,416 | 0.1% | Repo made public |
656
 
657
  ## How it's built
658
 
data/commit_comments/2014/11/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca45b4b8bafd4863ec5e136c0f351db5bc9fdce9471d9ed9f2f33b76574524ef
3
+ size 121028
data/creates/2014/11/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d83dda3772b97976afee4646fb1de13d475c1e48d5cda650ab960f3c530bfc74
3
+ size 3820702
data/deletes/2014/11/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b668079007c8e712fe57976a8d65d63e8ce822640425ce76868271005e68cae9
3
+ size 248830
data/forks/2014/11/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07bc87c26169ff2cc23a591c5edc0bbb7080773d4e75607a37004db9e56bf603
3
+ size 453800
data/issue_comments/2014/11/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2df8a9f64602d7bcf17e2422d13e59ccd6bc6f3447adba5635cabf8d908a4c93
3
+ size 1103434
data/issues/2014/11/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eba7c9a5e20e44be005bdd5262840aee9eecb7b8f43b6f123e5877893b339e7d
3
+ size 760812
data/public_events/2014/11/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3ab5b592de41f82206f621dcd056e907764f8649ec4b5e39d67a67b9a1f49b0
3
+ size 19003
data/pull_requests/2014/11/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b48e6cd07862b23f9d790e78ede792b9b86a02850ec8869763d25e30c85f91a
3
+ size 4123290
data/pushes/2014/11/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e793c1ba429f1aa3c81b0ecb8824629d6c9834636171836cbcb817205b4c03c4
3
+ size 38047214
data/stars/2014/11/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6450531b5fc399ebeb24985a90b36c0d3680d183c3780f52886fd9b0e1d9a739
3
+ size 1921957
data/wiki_pages/2014/11/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9394bd47570718c1e0b1bd97ff96e0814049b96d981b06ca76b29c113a045bc8
3
+ size 339558
stats.csv CHANGED
@@ -1330,6 +1330,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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,58.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,30.7
1332
  2014-11-02,347558,1519,189061,18353,26261,13352,0,3212,31605,11700,40194,4967,994,2142,3843,0,355,0,187644119,94.1,36237975,47.1,94.1,87.1
1333
- 2014-11-03,467851,2827,235811,24524,43962,22807,0,8559,40930,15888,54053,8501,1194,3293,4993,0,509,0,265276053,118.7,49526280,55.1,118.7,0.0
 
1334
  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
1335
  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
 
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,58.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,30.7
1332
  2014-11-02,347558,1519,189061,18353,26261,13352,0,3212,31605,11700,40194,4967,994,2142,3843,0,355,0,187644119,94.1,36237975,47.1,94.1,87.1
1333
+ 2014-11-03,467851,2827,235811,24524,43962,22807,0,8559,40930,15888,54053,8501,1194,3293,4993,0,509,0,265276053,118.7,49526280,55.1,118.7,28.0
1334
+ 2014-11-04,495701,2642,249445,27384,46952,23460,0,8042,42957,16919,58609,8821,1353,3439,5178,0,500,0,277072004,109.5,50959628,58.8,109.5,0.0
1335
  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
1336
  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