tamnd commited on
Commit
a8e54b9
·
verified ·
1 Parent(s): acbcf6a

Add 2014-12-04 — 515.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,364 days), totaling **250,806,078 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 84.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 15.0 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,791,181 events in 92 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 ████████████████░░░░░░░░░░░░░░ 140.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,781,183 events** in 4,083 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 ███████████████████���██████████ 113.6M
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 | 320 | 113,569,965 | 354,906 | 46.0 GB | 10.6 GB | 3h49m | 19h51m | 4h42m |
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 ██████████████████████████████ 57.5M
163
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
164
  ```
165
 
@@ -179,7 +179,7 @@ Issue events track the full lifecycle: opened, closed, reopened, labeled, assign
179
  ```
180
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 982.1K
181
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 2.4M
182
- 2013 ███████████████████░░░░░░░░░░ 4.4M
183
  2014 ██████████████████████████████ 6.6M
184
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
185
  ```
@@ -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 ██████████████████████████████ 5.0M
207
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
208
  ```
209
 
@@ -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,949,286 | 50.2% | Git pushes with commits |
643
- | `issues` | IssuesEvent | 14,438,347 | 5.8% | Issue lifecycle events |
644
- | `issue_comments` | IssueCommentEvent | 21,931,147 | 8.7% | Comments on issues/PRs |
645
- | `pull_requests` | PullRequestEvent | 10,299,012 | 4.1% | PR lifecycle events |
646
- | `pr_review_comments` | PullRequestReviewCommentEvent | 2,551,270 | 1.0% | Line-level PR comments |
647
- | `stars` | WatchEvent | 23,233,268 | 9.3% | Repository stars |
648
- | `forks` | ForkEvent | 8,820,475 | 3.5% | Repository forks |
649
- | `creates` | CreateEvent | 31,487,738 | 12.6% | Branch/tag/repo creation |
650
- | `deletes` | DeleteEvent | 3,388,128 | 1.4% | Branch/tag deletion |
651
- | `releases` | ReleaseEvent | 363,510 | 0.1% | Release publications |
652
- | `commit_comments` | CommitCommentEvent | 2,246,009 | 0.9% | Comments on commits |
653
- | `wiki_pages` | GollumEvent | 3,877,254 | 1.5% | Wiki page edits |
654
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
655
- | `public_events` | PublicEvent | 232,101 | 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,365 days), totaling **251,321,084 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 84.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 15.1 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,810,756 events in 93 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 ██████████████████░░░░░░░░░░░░ 160.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,800,758 events** in 4,084 blocks.
104
 
105
 
106
  ### Live event schema
 
138
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
139
  2012 ███████████░░░░░░░░░░░░░░░░░░░ 42.5M
140
  2013 ████████████████████░░░░░░░░░░ 76.2M
141
+ 2014 █████████████████████████████ 114.1M
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 | 321 | 114,084,971 | 355,404 | 46.3 GB | 10.7 GB | 3h49m | 19h53m | 4h43m |
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 ██████████████████████████████ 57.7M
163
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
164
  ```
165
 
 
179
  ```
180
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 982.1K
181
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 2.4M
182
+ 2013 ███████████████████░░░░░░░░░░ 4.4M
183
  2014 ██████████████████████████████ 6.6M
184
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
185
  ```
 
203
  2011 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 475.6K
204
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 1.8M
205
  2013 █████████████████░░░░░░░░░░░░░ 3.0M
206
+ 2014 ██████████████████████████████ 5.1M
207
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
208
  ```
209
 
 
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
+ | `pushes` | PushEvent | 126,211,849 | 50.2% | Git pushes with commits |
643
+ | `issues` | IssuesEvent | 14,468,335 | 5.8% | Issue lifecycle events |
644
+ | `issue_comments` | IssueCommentEvent | 21,976,110 | 8.7% | Comments on issues/PRs |
645
+ | `pull_requests` | PullRequestEvent | 10,323,880 | 4.1% | PR lifecycle events |
646
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 2,559,446 | 1.0% | Line-level PR comments |
647
+ | `stars` | WatchEvent | 23,276,980 | 9.3% | Repository stars |
648
+ | `forks` | ForkEvent | 8,836,620 | 3.5% | Repository forks |
649
+ | `creates` | CreateEvent | 31,546,526 | 12.6% | Branch/tag/repo creation |
650
+ | `deletes` | DeleteEvent | 3,399,147 | 1.4% | Branch/tag deletion |
651
+ | `releases` | ReleaseEvent | 364,875 | 0.1% | Release publications |
652
+ | `commit_comments` | CommitCommentEvent | 2,249,276 | 0.9% | Comments on commits |
653
+ | `wiki_pages` | GollumEvent | 3,884,251 | 1.5% | Wiki page edits |
654
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
655
+ | `public_events` | PublicEvent | 232,559 | 0.1% | Repo made public |
656
 
657
  ## How it's built
658
 
data/commit_comments/2014/12/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47a8d47f7d9426c63b6bd8b416b94980ee066d801ecb8f16b3e098ffc3214d32
3
+ size 115029
data/creates/2014/12/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:804d755fe3f8ee693a3bae28909da98fbc5e4bfa6b7bb5c87948ea453b95d1b5
3
+ size 8459628
data/deletes/2014/12/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f717d6aad15ba26c5bf106e0f8293d3d2d875254726900249e15081c006f048
3
+ size 283545
data/forks/2014/12/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4f7ead1d1cfb60a1e3289e79a78d841f9ec434c0186e2facc48864be794ceeb
3
+ size 490647
data/issue_comments/2014/12/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bcc9bc7dad010415e5d63aeea9315d141438e60e83666848cfd69ad78e26e6f
3
+ size 1083982
data/issues/2014/12/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c387973b2c08f7723e96afce179808db4c37eb080f84fb64e657f15a62d78432
3
+ size 751904
data/public_events/2014/12/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8555d9fdffd0ca0046ea516555f866afd81bb767c1b0b8ea75252b419242924
3
+ size 17692
data/pull_requests/2014/12/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:830ef74b35562901b3e69831da1067ae9c4ebebc8090c91e4d63ddc2a77d7ee1
3
+ size 4235320
data/pushes/2014/12/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:345e5885e67e661b4888e1093c0028c2b00eb00b752b47ead0539f883d327284
3
+ size 42174861
data/stars/2014/12/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:816cec84769933a244c5ac76eeb01b50308d5b9b45b1dd6a6f9763d29505ac22
3
+ size 1994970
data/wiki_pages/2014/12/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3bdab55f793f81689abb1b9d50ce5136a16fdfdd8a44bf1c349e881ad10b366
3
+ size 486680
stats.csv CHANGED
@@ -1360,6 +1360,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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,42.6
1362
  2014-12-02,539600,2646,264820,45512,52196,25847,0,7498,43611,17008,60895,9227,1414,3826,4535,0,565,0,307663570,147.6,59264161,47.8,147.6,37.1
1363
- 2014-12-03,530101,2611,264651,35063,56447,26081,0,8254,39545,16710,62206,8684,1283,3540,4511,0,515,0,303590460,150.6,58558150,54.1,150.6,0.0
 
1364
  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
1365
  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
 
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,42.6
1362
  2014-12-02,539600,2646,264820,45512,52196,25847,0,7498,43611,17008,60895,9227,1414,3826,4535,0,565,0,307663570,147.6,59264161,47.8,147.6,37.1
1363
+ 2014-12-03,530101,2611,264651,35063,56447,26081,0,8254,39545,16710,62206,8684,1283,3540,4511,0,515,0,303590460,150.6,58558150,54.1,150.6,32.4
1364
+ 2014-12-04,515006,2697,262563,29988,44963,24868,0,8176,43712,16145,58788,11019,1365,3267,6997,0,458,0,301229998,143.5,60094258,53.5,143.5,0.0
1365
  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
1366
  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