tamnd commited on
Commit
230f7fd
·
verified ·
1 Parent(s): 780ea5a

Add 2014-12-01 — 515.2K 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,361 days), totaling **249,221,138 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 83.5 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 14.9 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,770,300 events in 91 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 █████████████░░░░░░░░░░░░░░░░░ 119.9K
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,760,302 events** in 4,082 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 ███████████████████���██████████ 112.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 | 317 | 111,985,025 | 353,265 | 45.2 GB | 10.4 GB | 3h46m | 19h44m | 4h40m |
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 ██████████████████████████████ 56.7M
163
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
164
  ```
165
 
@@ -223,7 +223,7 @@ Stars (WatchEvent in the GitHub API) reflect community interest and discovery. S
223
 
224
  ```
225
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
226
- 2012 ███████████░░░░░░░░░░░░░░░░░░ 4.0M
227
  2013 █████████████████████░░░░░░░░░ 7.1M
228
  2014 ██████████████████████████████ 10.1M
229
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
@@ -639,20 +639,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
- | `pushes` | PushEvent | 125,163,266 | 50.2% | Git pushes with commits |
643
- | `issues` | IssuesEvent | 14,321,877 | 5.7% | Issue lifecycle events |
644
- | `issue_comments` | IssueCommentEvent | 21,773,159 | 8.7% | Comments on issues/PRs |
645
- | `pull_requests` | PullRequestEvent | 10,223,005 | 4.1% | PR lifecycle events |
646
- | `pr_review_comments` | PullRequestReviewCommentEvent | 2,527,036 | 1.0% | Line-level PR comments |
647
- | `stars` | WatchEvent | 23,105,616 | 9.3% | Repository stars |
648
- | `forks` | ForkEvent | 8,770,936 | 3.5% | Repository forks |
649
- | `creates` | CreateEvent | 31,305,630 | 12.6% | Branch/tag/repo creation |
650
- | `deletes` | DeleteEvent | 3,361,882 | 1.3% | Branch/tag deletion |
651
- | `releases` | ReleaseEvent | 359,490 | 0.1% | Release publications |
652
- | `commit_comments` | CommitCommentEvent | 2,235,284 | 0.9% | Comments on commits |
653
- | `wiki_pages` | GollumEvent | 3,863,019 | 1.6% | Wiki page edits |
654
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
655
- | `public_events` | PublicEvent | 230,466 | 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,362 days), totaling **249,736,377 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 83.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 14.9 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,791,181 events in 92 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 ████████████████░░░░░░░░░░░░░░ 140.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,781,183 events** in 4,083 blocks.
104
 
105
 
106
  ### Live event schema
 
138
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
139
  2012 ███████████░░░░░░░░░░░░░░░░░░░ 42.5M
140
  2013 ████████████████████░░░░░░░░░░ 76.2M
141
+ 2014 █████████████████████████████ 112.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 | 318 | 112,500,264 | 353,774 | 45.4 GB | 10.5 GB | 3h47m | 19h46m | 4h41m |
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 ██████████████████████████████ 56.9M
163
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
164
  ```
165
 
 
223
 
224
  ```
225
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
226
+ 2012 ███████████░░░░░░░░░░░░░░░░░░ 4.0M
227
  2013 █████████████████████░░░░░░░░░ 7.1M
228
  2014 ██████████████████████████████ 10.1M
229
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
 
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
+ | `pushes` | PushEvent | 125,419,815 | 50.2% | Git pushes with commits |
643
+ | `issues` | IssuesEvent | 14,357,772 | 5.7% | Issue lifecycle events |
644
+ | `issue_comments` | IssueCommentEvent | 21,822,504 | 8.7% | Comments on issues/PRs |
645
+ | `pull_requests` | PullRequestEvent | 10,247,084 | 4.1% | PR lifecycle events |
646
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 2,535,518 | 1.0% | Line-level PR comments |
647
+ | `stars` | WatchEvent | 23,150,112 | 9.3% | Repository stars |
648
+ | `forks` | ForkEvent | 8,786,757 | 3.5% | Repository forks |
649
+ | `creates` | CreateEvent | 31,364,637 | 12.6% | Branch/tag/repo creation |
650
+ | `deletes` | DeleteEvent | 3,370,217 | 1.3% | Branch/tag deletion |
651
+ | `releases` | ReleaseEvent | 360,813 | 0.1% | Release publications |
652
+ | `commit_comments` | CommitCommentEvent | 2,238,643 | 0.9% | Comments on commits |
653
+ | `wiki_pages` | GollumEvent | 3,868,208 | 1.5% | Wiki page edits |
654
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
655
+ | `public_events` | PublicEvent | 231,021 | 0.1% | Repo made public |
656
 
657
  ## How it's built
658
 
data/commit_comments/2014/12/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70943b9a0ac4c91f72cbac5a86d2bf30db7b5036c40fd0ef4fd41477ad00b68e
3
+ size 116928
data/creates/2014/12/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f6b6d2ab1c160efd0db21bb1319bcec65462f9cd72a3f4fb8f78ffa915d7961
3
+ size 9084854
data/deletes/2014/12/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef592349afe3e905370bad8e4d7d7b3af49b60ea485f8466dbfa935ec8de5fb9
3
+ size 242035
data/forks/2014/12/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c160bf7ce2f75a3864179115a4edb9a4bc45ed6645e8c589726bbae14ce59711
3
+ size 433910
data/issue_comments/2014/12/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93a6f6b40c3eb9d8c7ae589dfa8f354db49671212ebfceacd63ef7f60383433e
3
+ size 1121986
data/issues/2014/12/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cfa4361b8c60cfab8f15ff970c3d45112f74e0ef655f39400cf7754d87701af
3
+ size 830616
data/public_events/2014/12/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b626059dae799d26236c694d58bec44dd148f26d85421f2a9eb782e02f010658
3
+ size 18974
data/pull_requests/2014/12/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c42757b9ffc83c7e83741a5b802d277789da96cb983ae9b0f2c00b1295709d06
3
+ size 4227436
data/pushes/2014/12/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:721a366fe526dc461ceb88c5af5beb5560266ec5b162e3a154a88f73eca35d33
3
+ size 39803770
data/stars/2014/12/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ad8e49ac723415346344c351bf8428a4b79daaaf214c62d562e9caa0ef08678
3
+ size 1930405
data/wiki_pages/2014/12/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09ca264903158b009be8f0e6565c84e1364ccb8607774fd1b270311a00f0deec
3
+ size 335210
stats.csv CHANGED
@@ -1357,6 +1357,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1357
  2014-11-27,425816,1946,215762,29017,41443,17645,0,5369,36947,13379,49395,6827,1260,2851,3622,0,353,0,239671720,114.9,46730792,52.2,114.9,60.6
1358
  2014-11-28,376288,1897,196769,22400,30661,16529,0,4787,31893,11696,46058,5975,1004,2454,3835,0,330,0,218647338,100.7,43512130,41.6,100.7,24.1
1359
  2014-11-29,311250,1384,166046,18948,20815,11824,0,5251,25951,9773,39609,6038,905,1754,2684,0,268,0,178164224,84.4,35771874,45.0,84.4,34.2
1360
- 2014-11-30,376189,1631,202662,22782,25705,14081,0,3745,33377,11301,48109,5499,982,1982,3962,0,371,0,214851922,97.8,43804368,50.6,97.8,0.0
 
1361
  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
1362
  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
 
1357
  2014-11-27,425816,1946,215762,29017,41443,17645,0,5369,36947,13379,49395,6827,1260,2851,3622,0,353,0,239671720,114.9,46730792,52.2,114.9,60.6
1358
  2014-11-28,376288,1897,196769,22400,30661,16529,0,4787,31893,11696,46058,5975,1004,2454,3835,0,330,0,218647338,100.7,43512130,41.6,100.7,24.1
1359
  2014-11-29,311250,1384,166046,18948,20815,11824,0,5251,25951,9773,39609,6038,905,1754,2684,0,268,0,178164224,84.4,35771874,45.0,84.4,34.2
1360
+ 2014-11-30,376189,1631,202662,22782,25705,14081,0,3745,33377,11301,48109,5499,982,1982,3962,0,371,0,214851922,97.8,43804368,50.6,97.8,36.5
1361
+ 2014-12-01,515239,2804,256549,35895,49345,24079,0,8482,44496,15821,59007,8335,1323,3359,5189,0,555,0,299076169,138.9,58146124,58.4,138.9,0.0
1362
  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
1363
  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