tamnd commited on
Commit
64705a3
·
verified ·
1 Parent(s): b943660

Add 2014-11-20 — 529.0K 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,350 days), totaling **244,530,991 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 81.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 14.4 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,711,479 events in 88 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 216.2K
@@ -81,7 +81,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
81
  04:00 ███████████████████████████░░░ 237.8K
82
  05:00 ██████████████████████████████ 258.6K
83
  06:00 ████████████████████████████░░ 246.3K
84
- 07:00 ███████░░░░░░░░░░░░░░░░░░░░░░░ 61.1K
85
  08:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
86
  09:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
87
  10: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,701,481 events** in 4,079 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 ██████████████████████████████ 107.3M
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 | 306 | 107,294,878 | 350,636 | 42.7 GB | 10.0 GB | 3h36m | 19h23m | 4h33m |
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 ██████████████████████████████ 54.3M
163
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
164
  ```
165
 
@@ -200,7 +200,7 @@ GROUP BY repo_name ORDER BY opened DESC LIMIT 20;
200
  Pull request events cover the full review cycle: opened, merged, closed, review requested, and synchronized (new commits pushed). The `merged` field indicates whether a PR was merged when closed.
201
 
202
  ```
203
- 2011 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░ 475.6K
204
  2012 ███████████░░░░░░░░░░░░░░░░░░░ 1.8M
205
  2013 ██████████████████░░░░░░░░░░░░ 3.0M
206
  2014 ██████████████████████████████ 4.8M
@@ -224,7 +224,7 @@ Stars (WatchEvent in the GitHub API) reflect community interest and discovery. S
224
  ```
225
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
226
  2012 ████████████░░░░░░░░░░░░░░░░░░ 4.0M
227
- 2013 █████████████████████░░░░░░░░ 7.1M
228
  2014 ██████████████████████████████ 9.7M
229
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
230
  ```
@@ -639,20 +639,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
- | `pushes` | PushEvent | 122,753,743 | 50.2% | Git pushes with commits |
643
- | `issues` | IssuesEvent | 13,990,756 | 5.7% | Issue lifecycle events |
644
- | `issue_comments` | IssueCommentEvent | 21,383,190 | 8.7% | Comments on issues/PRs |
645
- | `pull_requests` | PullRequestEvent | 10,017,415 | 4.1% | PR lifecycle events |
646
- | `pr_review_comments` | PullRequestReviewCommentEvent | 2,458,474 | 1.0% | Line-level PR comments |
647
- | `stars` | WatchEvent | 22,714,412 | 9.3% | Repository stars |
648
- | `forks` | ForkEvent | 8,623,823 | 3.5% | Repository forks |
649
- | `creates` | CreateEvent | 30,754,536 | 12.6% | Branch/tag/repo creation |
650
- | `deletes` | DeleteEvent | 3,283,390 | 1.3% | Branch/tag deletion |
651
- | `releases` | ReleaseEvent | 346,737 | 0.1% | Release publications |
652
- | `commit_comments` | CommitCommentEvent | 2,204,629 | 0.9% | Comments on commits |
653
- | `wiki_pages` | GollumEvent | 3,817,333 | 1.6% | Wiki page edits |
654
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
655
- | `public_events` | PublicEvent | 226,205 | 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,351 days), totaling **245,060,022 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 81.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 14.4 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,728,127 events in 89 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 216.2K
 
81
  04:00 ███████████████████████████░░░ 237.8K
82
  05:00 ██████████████████████████████ 258.6K
83
  06:00 ████████████████████████████░░ 246.3K
84
+ 07:00 █████████░░░░░░░░░░░░░░░░░░░░░ 77.8K
85
  08:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
86
  09:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
87
  10:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
103
+ Live capture spans **2 days** (2026-03-28 → 2026-03-29) — **7,718,129 events** in 4,080 blocks.
104
 
105
 
106
  ### Live event schema
 
138
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
139
  2012 ███████████░░░░░░░░░░░░░░░░░░░ 42.5M
140
  2013 █████████████████████░░░░░░░░░ 76.2M
141
+ 2014 ██████████████████████████████ 107.8M
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 | 307 | 107,823,909 | 351,217 | 43.0 GB | 10.0 GB | 3h37m | 19h25m | 4h34m |
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 ██████████████████████████████ 54.5M
163
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
164
  ```
165
 
 
200
  Pull request events cover the full review cycle: opened, merged, closed, review requested, and synchronized (new commits pushed). The `merged` field indicates whether a PR was merged when closed.
201
 
202
  ```
203
+ 2011 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░ 475.6K
204
  2012 ███████████░░░░░░░░░░░░░░░░░░░ 1.8M
205
  2013 ██████████████████░░░░░░░░░░░░ 3.0M
206
  2014 ██████████████████████████████ 4.8M
 
224
  ```
225
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
226
  2012 ████████████░░░░░░░░░░░░░░░░░░ 4.0M
227
+ 2013 █████████████████████░░░░░░░░ 7.1M
228
  2014 ██████████████████████████████ 9.7M
229
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
230
  ```
 
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
+ | `pushes` | PushEvent | 123,006,194 | 50.2% | Git pushes with commits |
643
+ | `issues` | IssuesEvent | 14,052,620 | 5.7% | Issue lifecycle events |
644
+ | `issue_comments` | IssueCommentEvent | 21,429,554 | 8.7% | Comments on issues/PRs |
645
+ | `pull_requests` | PullRequestEvent | 10,042,736 | 4.1% | PR lifecycle events |
646
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 2,467,879 | 1.0% | Line-level PR comments |
647
+ | `stars` | WatchEvent | 22,754,699 | 9.3% | Repository stars |
648
+ | `forks` | ForkEvent | 8,640,226 | 3.5% | Repository forks |
649
+ | `creates` | CreateEvent | 30,810,078 | 12.6% | Branch/tag/repo creation |
650
+ | `deletes` | DeleteEvent | 3,292,092 | 1.3% | Branch/tag deletion |
651
+ | `releases` | ReleaseEvent | 348,031 | 0.1% | Release publications |
652
+ | `commit_comments` | CommitCommentEvent | 2,208,418 | 0.9% | Comments on commits |
653
+ | `wiki_pages` | GollumEvent | 3,821,801 | 1.6% | Wiki page edits |
654
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
655
+ | `public_events` | PublicEvent | 226,663 | 0.1% | Repo made public |
656
 
657
  ## How it's built
658
 
data/commit_comments/2014/11/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74546562f21ef0bfc30dfaa32a01e502c2594aa120aeec9ec6c5200f3f49e258
3
+ size 128927
data/creates/2014/11/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c43b4391bf8f2665d689eb94f53e4ec228ef8079f57206b7f8251f91683423c8
3
+ size 5003271
data/deletes/2014/11/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88281327b283e1c27ad7a0bb687c07cbd756db9a0fcba70429af8228eb7897a0
3
+ size 258706
data/forks/2014/11/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcfbdef990c7dc98c1a52e54c9e77aaab63ba04ff2b52c5d44048aeac05092bc
3
+ size 429682
data/issue_comments/2014/11/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15d2068f02a0f0782e66635ffbb7a803a63eea06f302fddd60f13642ebd9d3ce
3
+ size 1085208
data/issues/2014/11/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10696be48976ca0460e1ff639717a34b3be39765d684c4d6467273f55aa18c13
3
+ size 1150245
data/public_events/2014/11/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c3bcdceb984399a80f90130bb4c4fac54a1fd17df999ec515a88b1dadb57e2e
3
+ size 16497
data/pull_requests/2014/11/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0de319931ac6dc6d5f4f8e8f2ecacdfd673ae5d6b68979777eb14b376f192679
3
+ size 4342855
data/pushes/2014/11/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6abeb00b1cddd310cfec9d1a4817d284148a369de05086dac9b046179ce3b1b
3
+ size 39087875
data/stars/2014/11/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:deb1f5efb6d7a23f96e6c45445525dc5c2ad2170854f8f59ffa173af2727c1a9
3
+ size 1882347
data/wiki_pages/2014/11/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2701ceffd5675ea1e6598963e802e9ecf8574410764b9db245e460028ed1ce76
3
+ size 244259
stats.csv CHANGED
@@ -1346,6 +1346,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1346
  2014-11-16,429838,1910,202449,70809,30544,14195,0,3574,34356,12964,45202,5515,1022,2451,4523,0,324,0,224650413,109.1,40367998,62.4,109.1,107.6
1347
  2014-11-17,516913,3001,255543,39339,45620,24098,0,8761,43073,16612,59381,10030,1449,4085,5363,0,558,0,292418524,139.0,54597433,50.1,139.0,76.6
1348
  2014-11-18,540069,3119,264927,50859,46686,24614,0,8944,43310,16949,58906,10639,1318,3769,5527,0,502,0,301841430,127.3,55287588,46.3,127.3,50.1
1349
- 2014-11-19,537576,3099,254983,62372,46240,25188,0,8524,42827,16940,58235,8603,1423,3618,5075,0,449,0,301404306,122.8,55596797,46.7,122.8,0.0
 
1350
  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
1351
  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
 
1346
  2014-11-16,429838,1910,202449,70809,30544,14195,0,3574,34356,12964,45202,5515,1022,2451,4523,0,324,0,224650413,109.1,40367998,62.4,109.1,107.6
1347
  2014-11-17,516913,3001,255543,39339,45620,24098,0,8761,43073,16612,59381,10030,1449,4085,5363,0,558,0,292418524,139.0,54597433,50.1,139.0,76.6
1348
  2014-11-18,540069,3119,264927,50859,46686,24614,0,8944,43310,16949,58906,10639,1318,3769,5527,0,502,0,301841430,127.3,55287588,46.3,127.3,50.1
1349
+ 2014-11-19,537576,3099,254983,62372,46240,25188,0,8524,42827,16940,58235,8603,1423,3618,5075,0,449,0,301404306,122.8,55596797,46.7,122.8,28.3
1350
+ 2014-11-20,529031,2683,252451,61864,46364,25321,0,9405,40287,16403,55542,8702,1294,3789,4468,0,458,0,305021955,127.7,53629872,62.5,127.7,0.0
1351
  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
1352
  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