tamnd commited on
Commit
a2033a3
·
verified ·
1 Parent(s): 9e19f56

Add 2014-10-26 — 366.5K 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,325 days), totaling **233,306,184 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 75.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 13.3 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,548,004 events in 80 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 ████████████████░░░░░░░░░░░░░░ 144.0K
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,538,006 events** in 4,071 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 ███████████████████���██████████ 96.1M
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 | 281 | 96,070,071 | 341,886 | 36.9 GB | 8.9 GB | 3h14m | 18h35m | 4h14m |
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 ██████████████████████████████ 48.6M
163
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
164
  ```
165
 
@@ -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.7M
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 | 117,037,591 | 50.2% | Git pushes with commits |
643
- | `issues` | IssuesEvent | 13,203,146 | 5.7% | Issue lifecycle events |
644
- | `issue_comments` | IssueCommentEvent | 20,409,943 | 8.7% | Comments on issues/PRs |
645
- | `pull_requests` | PullRequestEvent | 9,522,059 | 4.1% | PR lifecycle events |
646
- | `pr_review_comments` | PullRequestReviewCommentEvent | 2,301,566 | 1.0% | Line-level PR comments |
647
- | `stars` | WatchEvent | 21,761,529 | 9.3% | Repository stars |
648
- | `forks` | ForkEvent | 8,260,159 | 3.5% | Repository forks |
649
- | `creates` | CreateEvent | 29,464,106 | 12.6% | Branch/tag/repo creation |
650
- | `deletes` | DeleteEvent | 3,092,061 | 1.3% | Branch/tag deletion |
651
- | `releases` | ReleaseEvent | 317,589 | 0.1% | Release publications |
652
- | `commit_comments` | CommitCommentEvent | 2,129,115 | 0.9% | Comments on commits |
653
- | `wiki_pages` | GollumEvent | 3,698,978 | 1.6% | Wiki page edits |
654
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
655
- | `public_events` | PublicEvent | 215,087 | 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,326 days), totaling **233,672,661 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 75.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 13.3 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,568,361 events in 81 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 ███████████████████░░░░░░░░░░░ 164.3K
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,558,363 events** in 4,072 blocks.
104
 
105
 
106
  ### Live event schema
 
138
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
139
  2012 █████████████░░░░░░░░░░░░░░░░░ 42.5M
140
  2013 ███████████████████████░░░░░░░ 76.2M
141
+ 2014 █████████████████████████████ 96.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 | 282 | 96,436,548 | 341,973 | 37.0 GB | 8.9 GB | 3h15m | 18h37m | 4h15m |
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 ██████████████████████████████ 48.8M
163
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
164
  ```
165
 
 
225
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
226
  2012 █████████████░░░░░░░░░░░░░░░░░ 4.0M
227
  2013 ████████████████████████░░░░░░ 7.1M
228
+ 2014 ██████████████████████████████ 8.8M
229
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
230
  ```
231
 
 
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
+ | `pushes` | PushEvent | 117,229,159 | 50.2% | Git pushes with commits |
643
+ | `issues` | IssuesEvent | 13,221,730 | 5.7% | Issue lifecycle events |
644
+ | `issue_comments` | IssueCommentEvent | 20,433,875 | 8.7% | Comments on issues/PRs |
645
+ | `pull_requests` | PullRequestEvent | 9,535,440 | 4.1% | PR lifecycle events |
646
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 2,304,303 | 1.0% | Line-level PR comments |
647
+ | `stars` | WatchEvent | 21,792,893 | 9.3% | Repository stars |
648
+ | `forks` | ForkEvent | 8,272,973 | 3.5% | Repository forks |
649
+ | `creates` | CreateEvent | 29,522,759 | 12.6% | Branch/tag/repo creation |
650
+ | `deletes` | DeleteEvent | 3,096,928 | 1.3% | Branch/tag deletion |
651
+ | `releases` | ReleaseEvent | 318,495 | 0.1% | Release publications |
652
+ | `commit_comments` | CommitCommentEvent | 2,131,162 | 0.9% | Comments on commits |
653
+ | `wiki_pages` | GollumEvent | 3,702,675 | 1.6% | Wiki page edits |
654
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
655
+ | `public_events` | PublicEvent | 215,475 | 0.1% | Repo made public |
656
 
657
  ## How it's built
658
 
data/commit_comments/2014/10/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65b99d756b2bdbabe80df58f69c566b6943f4b83711ad740b75673b94cd458ed
3
+ size 74712
data/creates/2014/10/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c50d9a9f29fda4e9b4c6fffe5cdf1e458d5b3cd1ef22d7db5fc407869a28e7c6
3
+ size 5368363
data/deletes/2014/10/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:746e022ea5b55c52d28e5e7a79c2738e28c0b8bf048b24831d671bafa11986d3
3
+ size 141865
data/forks/2014/10/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cfd3028b454c67f66e69dec7f01ae089ffa08b0390eadfc2ee16e807382dad3
3
+ size 326495
data/issue_comments/2014/10/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27b315257067f2bc97f1821d7cc230c9045061ee70e388b5e893ad403774e6e8
3
+ size 579720
data/issues/2014/10/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:392cd4a4a1489ed13660ace03c31c8a21712d699457b4198abca5df5cf18be3b
3
+ size 467011
data/public_events/2014/10/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcb5e9ee5953d77f10126a9d9094e95c4b85c702eb7c78cf4c0c7342bd0cfc5f
3
+ size 15308
data/pull_requests/2014/10/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:668b923c44b94a36d46483f3ea72b17be8e724eb629f10204c603d2ee0e1f337
3
+ size 2207884
data/pushes/2014/10/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d25855525816ccfd3a273b9480c543b2eab0e081d17f1eb652a49d9f328ad280
3
+ size 27406537
data/stars/2014/10/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fc27ea74464d3e07fc67716565b7eccd6f85ee7d7b4bf3563c667d4df02cf3f
3
+ size 1383124
data/wiki_pages/2014/10/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cd31311f081f0d6d8f5493fc8df5620a8cb9a7dfa7d30f457e291caafc5aafe
3
+ size 189918
stats.csv CHANGED
@@ -1321,6 +1321,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1321
  2014-10-22,469700,2438,230925,23146,41345,21975,0,6963,40199,16102,67756,8900,1206,3187,5126,0,432,0,264473847,119.9,49252715,56.6,119.9,43.0
1322
  2014-10-23,472917,2781,235639,24346,43416,22302,0,7329,40012,16128,62380,8480,1285,3250,5066,0,503,0,268315246,128.1,49517018,48.9,128.1,55.8
1323
  2014-10-24,420690,2535,211427,22376,37679,20026,0,5825,33303,13858,57591,7587,1175,2743,4094,0,471,0,245899246,114.1,52700332,60.3,114.1,52.1
1324
- 2014-10-25,312168,1911,164484,16073,20661,11833,0,1997,24750,10818,48275,5178,772,2212,2877,0,327,0,169171872,77.4,33714379,50.4,77.4,0.0
 
1325
  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
1326
  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
 
1321
  2014-10-22,469700,2438,230925,23146,41345,21975,0,6963,40199,16102,67756,8900,1206,3187,5126,0,432,0,264473847,119.9,49252715,56.6,119.9,43.0
1322
  2014-10-23,472917,2781,235639,24346,43416,22302,0,7329,40012,16128,62380,8480,1285,3250,5066,0,503,0,268315246,128.1,49517018,48.9,128.1,55.8
1323
  2014-10-24,420690,2535,211427,22376,37679,20026,0,5825,33303,13858,57591,7587,1175,2743,4094,0,471,0,245899246,114.1,52700332,60.3,114.1,52.1
1324
+ 2014-10-25,312168,1911,164484,16073,20661,11833,0,1997,24750,10818,48275,5178,772,2212,2877,0,327,0,169171872,77.4,33714379,50.4,77.4,30.7
1325
+ 2014-10-26,366477,1539,191568,18584,23932,13381,0,2737,31364,12814,58653,4867,906,2047,3697,0,388,0,196520789,89.9,38160937,53.6,90.0,0.0
1326
  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
1327
  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