tamnd commited on
Commit
90113f3
·
verified ·
1 Parent(s): a259f88

Add 2014-10-19 — 320.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,318 days), totaling **230,326,340 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 73.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 13.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,512,993 events in 78 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 ████████████░░░░░░░░░░░░░░░░░░ 109.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,502,995 events** in 4,069 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 ███████████████████���██████████ 93.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 | 274 | 93,090,227 | 339,745 | 35.3 GB | 8.6 GB | 3h08m | 18h23m | 4h10m |
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 ██████████████████████████████ 47.1M
163
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
164
  ```
165
 
@@ -639,20 +639,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
- | `pushes` | PushEvent | 115,541,682 | 50.2% | Git pushes with commits |
643
- | `issues` | IssuesEvent | 13,054,527 | 5.7% | Issue lifecycle events |
644
- | `issue_comments` | IssueCommentEvent | 20,155,305 | 8.8% | Comments on issues/PRs |
645
- | `pull_requests` | PullRequestEvent | 9,387,272 | 4.1% | PR lifecycle events |
646
- | `pr_review_comments` | PullRequestReviewCommentEvent | 2,262,638 | 1.0% | Line-level PR comments |
647
- | `stars` | WatchEvent | 21,507,409 | 9.3% | Repository stars |
648
- | `forks` | ForkEvent | 8,159,159 | 3.5% | Repository forks |
649
- | `creates` | CreateEvent | 29,043,606 | 12.6% | Branch/tag/repo creation |
650
- | `deletes` | DeleteEvent | 3,040,752 | 1.3% | Branch/tag deletion |
651
- | `releases` | ReleaseEvent | 309,756 | 0.1% | Release publications |
652
- | `commit_comments` | CommitCommentEvent | 2,107,741 | 0.9% | Comments on commits |
653
- | `wiki_pages` | GollumEvent | 3,668,051 | 1.6% | Wiki page edits |
654
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
655
- | `public_events` | PublicEvent | 212,038 | 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,319 days), totaling **230,646,539 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 73.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 13.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
 
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,527,938 events in 79 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 ██████████████░░░░░░░░░░░░░░░░ 123.9K
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,517,940 events** in 4,070 blocks.
104
 
105
 
106
  ### Live event schema
 
138
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
139
  2012 █████████████░░░░░░░░░░░░░░░░░ 42.5M
140
  2013 ████████████████████████░░░░░░ 76.2M
141
+ 2014 █████████████████████████████ 93.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 | 275 | 93,410,426 | 339,674 | 35.5 GB | 8.6 GB | 3h08m | 18h24m | 4h10m |
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 ██████████████████████████████ 47.2M
163
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
164
  ```
165
 
 
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
+ | `pushes` | PushEvent | 115,715,643 | 50.2% | Git pushes with commits |
643
+ | `issues` | IssuesEvent | 13,069,340 | 5.7% | Issue lifecycle events |
644
+ | `issue_comments` | IssueCommentEvent | 20,178,022 | 8.7% | Comments on issues/PRs |
645
+ | `pull_requests` | PullRequestEvent | 9,399,890 | 4.1% | PR lifecycle events |
646
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 2,265,354 | 1.0% | Line-level PR comments |
647
+ | `stars` | WatchEvent | 21,537,062 | 9.3% | Repository stars |
648
+ | `forks` | ForkEvent | 8,170,203 | 3.5% | Repository forks |
649
+ | `creates` | CreateEvent | 29,083,425 | 12.6% | Branch/tag/repo creation |
650
+ | `deletes` | DeleteEvent | 3,045,642 | 1.3% | Branch/tag deletion |
651
+ | `releases` | ReleaseEvent | 310,588 | 0.1% | Release publications |
652
+ | `commit_comments` | CommitCommentEvent | 2,109,649 | 0.9% | Comments on commits |
653
+ | `wiki_pages` | GollumEvent | 3,671,345 | 1.6% | Wiki page edits |
654
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
655
+ | `public_events` | PublicEvent | 212,390 | 0.1% | Repo made public |
656
 
657
  ## How it's built
658
 
data/commit_comments/2014/10/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:986e2d0dccf1daf70384c44051dbf17c2f4ce88c6c2c35a95ba54a2546cfa92e
3
+ size 72013
data/creates/2014/10/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f39f1994e214d9a49404fefc9441ca150068d54139547bd11e8e790784a36e6
3
+ size 2982283
data/deletes/2014/10/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94f49804cada6c3b1159204c0729370b6eeda3da4f706bc6f15d32a757eb2fc9
3
+ size 134974
data/forks/2014/10/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:373ce1a19df711687e0dc2ee00e5dbcf00886717d3ea7d0b9d415a18e47a61ab
3
+ size 292555
data/issue_comments/2014/10/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8499e7ff355e674c8c8dddfb19dbfde90778f4a4b675fce28ca60fbb311f80f6
3
+ size 553581
data/issues/2014/10/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd041be6b49f26179341ca48e39034aa202ba314b8177fcbeaa2c4c206840360
3
+ size 395086
data/public_events/2014/10/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e3c2bb3f6d5678b17a13a531fb6914736217179911e1874dea4626fef19c246
3
+ size 13373
data/pull_requests/2014/10/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:670b1b09dc94cc853c7657c9710d37598cfd34a7d58f62005087cd8b51fc01fe
3
+ size 2091065
data/pushes/2014/10/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e10a88da7fb259e92c8d710bdda57bbf61552e4b0aa29585e55c0f4ed29593dd
3
+ size 27503423
data/stars/2014/10/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f691ebd5f33cbab52213eda0fde3e4d989e73aba4ec0ba8a208fe9d3166b776
3
+ size 1362265
data/wiki_pages/2014/10/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db50852de68e540730a22dd3a91920b75c91f1e91a70a5a501cf6b30b643b8a4
3
+ size 170507
stats.csv CHANGED
@@ -1315,5 +1315,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1315
  2014-10-12,384045,1431,173015,27802,57388,12215,0,2783,43286,11411,43718,4263,857,1792,3779,0,305,0,181686252,75.5,32682884,40.8,75.5,26.9
1316
  2014-10-13,463062,2545,236473,22829,43191,21751,0,6682,40393,15295,55089,8180,1236,3529,5405,0,464,0,257631881,93.9,47362773,46.6,93.9,60.2
1317
  2014-10-14,458693,2577,232622,21487,40438,22133,0,7065,45386,15227,53212,8214,1230,3699,4936,0,467,0,253328219,95.9,46857083,44.2,95.9,21.6
 
1318
  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
1319
  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
 
1315
  2014-10-12,384045,1431,173015,27802,57388,12215,0,2783,43286,11411,43718,4263,857,1792,3779,0,305,0,181686252,75.5,32682884,40.8,75.5,26.9
1316
  2014-10-13,463062,2545,236473,22829,43191,21751,0,6682,40393,15295,55089,8180,1236,3529,5405,0,464,0,257631881,93.9,47362773,46.6,93.9,60.2
1317
  2014-10-14,458693,2577,232622,21487,40438,22133,0,7065,45386,15227,53212,8214,1230,3699,4936,0,467,0,253328219,95.9,46857083,44.2,95.9,21.6
1318
+ 2014-10-19,320199,1582,173961,14813,22717,12618,0,2716,29653,11044,39819,4890,832,1908,3294,0,352,0,174260801,72.8,35571125,9.6,72.8,0.0
1319
  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
1320
  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