tamnd commited on
Commit
c710c16
·
verified ·
1 Parent(s): 9556564

Add 2014-11-24 — 506.4K 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,354 days), totaling **246,215,628 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.9 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 14.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,728,127 events in 89 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 █████████░░░░░░░░░░░░░░░░░░░░░ 77.8K
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,718,129 events** in 4,080 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 ███████████████████��██████████ 109.0M
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 | 310 | 108,979,515 | 351,546 | 43.6 GB | 10.1 GB | 3h40m | 19h30m | 4h36m |
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 ██████████████████████████████ 55.1M
163
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
164
  ```
165
 
@@ -203,7 +203,7 @@ Pull request events cover the full review cycle: opened, merged, closed, review
203
  2011 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 475.6K
204
  2012 ███████████░░░░░░░░░░░░░░░░░░░ 1.8M
205
  2013 ██████████████████░░░░░░░░░░░░ 3.0M
206
- 2014 ██████████████████████████████ 4.8M
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.8M
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 | 123,613,104 | 50.2% | Git pushes with commits |
643
- | `issues` | IssuesEvent | 14,131,816 | 5.7% | Issue lifecycle events |
644
- | `issue_comments` | IssueCommentEvent | 21,517,794 | 8.7% | Comments on issues/PRs |
645
- | `pull_requests` | PullRequestEvent | 10,090,895 | 4.1% | PR lifecycle events |
646
- | `pr_review_comments` | PullRequestReviewCommentEvent | 2,481,536 | 1.0% | Line-level PR comments |
647
- | `stars` | WatchEvent | 22,850,443 | 9.3% | Repository stars |
648
- | `forks` | ForkEvent | 8,678,547 | 3.5% | Repository forks |
649
- | `creates` | CreateEvent | 30,947,183 | 12.6% | Branch/tag/repo creation |
650
- | `deletes` | DeleteEvent | 3,310,461 | 1.3% | Branch/tag deletion |
651
- | `releases` | ReleaseEvent | 351,323 | 0.1% | Release publications |
652
- | `commit_comments` | CommitCommentEvent | 2,215,668 | 0.9% | Comments on commits |
653
- | `wiki_pages` | GollumEvent | 3,833,541 | 1.6% | Wiki page edits |
654
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
655
- | `public_events` | PublicEvent | 227,736 | 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,355 days), totaling **246,722,045 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 82.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 14.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,750,807 events in 90 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 ███████████░░░░░░░░░░░░░░░░░░░ 100.4K
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,740,809 events** in 4,081 blocks.
104
 
105
 
106
  ### Live event schema
 
138
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
139
  2012 ███████████░░░░░░░░░░░░░░░░░░░ 42.5M
140
  2013 ████████████████████░░░░░░░░░░ 76.2M
141
+ 2014 █████████████████████████████ 109.5M
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 | 311 | 109,485,932 | 352,044 | 43.8 GB | 10.2 GB | 3h41m | 19h32m | 4h36m |
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 ██████████████████████████████ 55.4M
163
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
164
  ```
165
 
 
203
  2011 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 475.6K
204
  2012 ███████████░░░░░░░░░░░░░░░░░░░ 1.8M
205
  2013 ██████████████████░░░░░░░░░░░░ 3.0M
206
+ 2014 ██████████████████████████████ 4.9M
207
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
208
  ```
209
 
 
225
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
226
  2012 ████████████░░░░░░░░░░░░░░░░░░ 4.0M
227
  2013 █████████████████████░░░░░░░░░ 7.1M
228
+ 2014 ██████████████████████████████ 9.9M
229
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
230
  ```
231
 
 
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
+ | `pushes` | PushEvent | 123,870,129 | 50.2% | Git pushes with commits |
643
+ | `issues` | IssuesEvent | 14,161,735 | 5.7% | Issue lifecycle events |
644
+ | `issue_comments` | IssueCommentEvent | 21,564,133 | 8.7% | Comments on issues/PRs |
645
+ | `pull_requests` | PullRequestEvent | 10,115,347 | 4.1% | PR lifecycle events |
646
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 2,490,717 | 1.0% | Line-level PR comments |
647
+ | `stars` | WatchEvent | 22,893,899 | 9.3% | Repository stars |
648
+ | `forks` | ForkEvent | 8,693,852 | 3.5% | Repository forks |
649
+ | `creates` | CreateEvent | 31,005,494 | 12.6% | Branch/tag/repo creation |
650
+ | `deletes` | DeleteEvent | 3,319,431 | 1.3% | Branch/tag deletion |
651
+ | `releases` | ReleaseEvent | 352,719 | 0.1% | Release publications |
652
+ | `commit_comments` | CommitCommentEvent | 2,219,486 | 0.9% | Comments on commits |
653
+ | `wiki_pages` | GollumEvent | 3,838,398 | 1.6% | Wiki page edits |
654
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
655
+ | `public_events` | PublicEvent | 228,228 | 0.1% | Repo made public |
656
 
657
  ## How it's built
658
 
data/commit_comments/2014/11/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90f3769e3e87ef2fca7f9cd0648abbb476d2e418a58dcfd65be223de1086c1c0
3
+ size 131201
data/creates/2014/11/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d31c88d3dcf9474b0badc50c26564c0cf9890be7aa841a23a324c984ed86e4c
3
+ size 5685115
data/deletes/2014/11/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6072534c505f438bce1cb9b1ec04ec9ee2865a21f2fde733ac6eb390defb0e98
3
+ size 256934
data/forks/2014/11/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c2cfbc2a4c742d94ec5d76edece40478a09028f7eb1fd880a440b076da5aba7
3
+ size 424877
data/issue_comments/2014/11/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f255ceae8affc0bd900af3645d9ae46bf1fe46a3730a729947e578bd61d7bcb
3
+ size 1151847
data/issues/2014/11/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69ce6c4a6b708e5bb505fafbfd10165a5cad15d442fb9ea7474dd4286d4d030a
3
+ size 743097
data/public_events/2014/11/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d5c8a443e3ee03f49eba73ea771d9a2174e6d1a22adb157eefc75225bb56c4a
3
+ size 17139
data/pull_requests/2014/11/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51408dc02eda60b43be04cc164e448dc806727c818fc982501ba6fe121a3ba0f
3
+ size 4230181
data/pushes/2014/11/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80d6656aa79bc9cc7201d09e0ebeb7bfa74f9df7f9de455c58499e7180231719
3
+ size 40007509
data/stars/2014/11/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86868bcb949ffeff7d67db09615d8729c845d3139d8f0449f90c236213f7d57d
3
+ size 2001894
data/wiki_pages/2014/11/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17004991f2a03fd0818c67a8720cf3bd6f4d11bd615cfd4528689d49c8c39a7a
3
+ size 263627
stats.csv CHANGED
@@ -1350,6 +1350,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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,37.4
1351
  2014-11-21,441629,2630,222926,30828,41007,21309,0,7275,35790,13623,49578,7628,1297,3045,4281,0,412,0,250413266,106.9,47356793,53.0,106.9,45.7
1352
  2014-11-22,331235,2086,177882,24984,21301,12331,0,2770,27049,11231,39985,4975,894,1813,3640,0,294,0,179479144,93.0,34441612,46.5,93.0,25.4
1353
- 2014-11-23,382742,1834,206102,23384,25932,14519,0,3612,32905,13467,47542,5766,1101,2392,3819,0,367,0,211552051,103.4,42287216,44.3,103.4,0.0
 
1354
  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
1355
  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
 
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,37.4
1351
  2014-11-21,441629,2630,222926,30828,41007,21309,0,7275,35790,13623,49578,7628,1297,3045,4281,0,412,0,250413266,106.9,47356793,53.0,106.9,45.7
1352
  2014-11-22,331235,2086,177882,24984,21301,12331,0,2770,27049,11231,39985,4975,894,1813,3640,0,294,0,179479144,93.0,34441612,46.5,93.0,25.4
1353
+ 2014-11-23,382742,1834,206102,23384,25932,14519,0,3612,32905,13467,47542,5766,1101,2392,3819,0,367,0,211552051,103.4,42287216,44.3,103.4,31.7
1354
+ 2014-11-24,506417,2896,257025,29919,46339,24452,0,9181,43456,15305,58311,8970,1396,3818,4857,0,492,0,290969828,138.8,54913421,60.8,138.8,0.0
1355
  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
1356
  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