tamnd commited on
Commit
a12db78
·
verified ·
1 Parent(s): 1d63f25

Add 2015-01-11 — 336.5K events, 14 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-10** (1,398 days), totaling **264,419,271 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 91.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 16.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,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,973,029 events in 101 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 216.2K
@@ -82,7 +82,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
82
  05:00 ██████████████████████████████ 258.6K
83
  06:00 ████████████████████████████░░ 246.3K
84
  07:00 ███████████████████████████░░░ 240.5K
85
- 08:00 █████████░░░░░░░░░░░░░░░░░░░░░ 82.1K
86
  09:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
87
  10:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
88
  11: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,963,031 events** in 4,092 blocks.
104
 
105
 
106
  ### Live event schema
@@ -139,7 +139,7 @@ duckdb.sql("""
139
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 42.5M
140
  2013 ██████████████████░░░░░░░░░░░░ 76.2M
141
  2014 ██████████████████████████████ 124.6M
142
- 2015 █░░░░░░░░░░░░░░░░░��░░░░░░░░░░░ 3.1M
143
  ```
144
 
145
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
@@ -148,7 +148,7 @@ duckdb.sql("""
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 | 348 | 124,581,314 | 357,992 | 51.9 GB | 11.8 GB | 4h13m | 20h37m | 5h05m |
151
- | 2015 | 8 | 3,113,593 | 389,199 | 1.1 GB | 531.2 MB | 3m53s | 12m17s | 6m08s |
152
 
153
 
154
  ### Pushes per year
@@ -160,7 +160,7 @@ Pushes are the most common event type, representing roughly half of all GitHub a
160
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 20.6M
161
  2013 ██████████████████░░░░░░░░░░░░ 38.9M
162
  2014 ██████████████████████████████ 63.1M
163
- 2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.6M
164
  ```
165
 
166
 
@@ -181,7 +181,7 @@ Issue events track the full lifecycle: opened, closed, reopened, labeled, assign
181
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 2.4M
182
  2013 ██████████████████░░░░░░░░░░░░ 4.4M
183
  2014 ██████████████████████████████ 7.3M
184
- 2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 155.7K
185
  ```
186
 
187
 
@@ -204,7 +204,7 @@ Pull request events cover the full review cycle: opened, merged, closed, review
204
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 1.8M
205
  2013 ████████████████░░░░░░░░░░░░░░ 3.0M
206
  2014 ██████████████████████████████ 5.5M
207
- 2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 148.4K
208
  ```
209
 
210
 
@@ -226,7 +226,7 @@ Stars (WatchEvent in the GitHub API) reflect community interest and discovery. S
226
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 4.0M
227
  2013 ███████████████████░░░░░░░░░░░ 7.1M
228
  2014 ██████████████████████████████ 11.2M
229
- 2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 303.1K
230
  ```
231
 
232
 
@@ -639,20 +639,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
- | `pushes` | PushEvent | 132,807,572 | 50.2% | Git pushes with commits |
643
- | `issues` | IssuesEvent | 15,235,165 | 5.8% | Issue lifecycle events |
644
- | `issue_comments` | IssueCommentEvent | 23,131,580 | 8.7% | Comments on issues/PRs |
645
- | `pull_requests` | PullRequestEvent | 10,918,157 | 4.1% | PR lifecycle events |
646
- | `pr_review_comments` | PullRequestReviewCommentEvent | 2,750,199 | 1.0% | Line-level PR comments |
647
- | `stars` | WatchEvent | 24,470,828 | 9.3% | Repository stars |
648
- | `forks` | ForkEvent | 9,271,612 | 3.5% | Repository forks |
649
- | `creates` | CreateEvent | 33,145,613 | 12.5% | Branch/tag/repo creation |
650
- | `deletes` | DeleteEvent | 3,631,930 | 1.4% | Branch/tag deletion |
651
- | `releases` | ReleaseEvent | 404,119 | 0.2% | Release publications |
652
- | `commit_comments` | CommitCommentEvent | 2,339,880 | 0.9% | Comments on commits |
653
- | `wiki_pages` | GollumEvent | 4,023,557 | 1.5% | Wiki page edits |
654
- | `members` | MemberEvent | 146,528 | 0.1% | Collaborator additions |
655
- | `public_events` | PublicEvent | 245,454 | 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-11** (1,399 days), totaling **264,755,757 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 91.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 16.7 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,993,016 events in 102 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 216.2K
 
82
  05:00 ██████████████████████████████ 258.6K
83
  06:00 ████████████████████████████░░ 246.3K
84
  07:00 ███████████████████████████░░░ 240.5K
85
+ 08:00 ███████████░░░░░░░░░░░░░░░░░░░ 102.1K
86
  09:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
87
  10:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
88
  11:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
103
+ Live capture spans **2 days** (2026-03-28 → 2026-03-29) — **7,983,018 events** in 4,093 blocks.
104
 
105
 
106
  ### Live event schema
 
139
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 42.5M
140
  2013 ██████████████████░░░░░░░░░░░░ 76.2M
141
  2014 ██████████████████████████████ 124.6M
142
+ 2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 3.5M
143
  ```
144
 
145
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
 
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 | 348 | 124,581,314 | 357,992 | 51.9 GB | 11.8 GB | 4h13m | 20h37m | 5h05m |
151
+ | 2015 | 9 | 3,450,079 | 383,342 | 1.2 GB | 587.3 MB | 4m39s | 13m24s | 7m08s |
152
 
153
 
154
  ### Pushes per year
 
160
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 20.6M
161
  2013 ██████████████████░░░░░░░░░░░░ 38.9M
162
  2014 ██████████████████████████████ 63.1M
163
+ 2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.7M
164
  ```
165
 
166
 
 
181
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 2.4M
182
  2013 ██████████████████░░░░░░░░░░░░ 4.4M
183
  2014 ██████████████████████████████ 7.3M
184
+ 2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 170.9K
185
  ```
186
 
187
 
 
204
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 1.8M
205
  2013 ████████████████░░░░░░░░░░░░░░ 3.0M
206
  2014 ██████████████████████████████ 5.5M
207
+ 2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 162.1K
208
  ```
209
 
210
 
 
226
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 4.0M
227
  2013 ███████████████████░░░░░░░░░░░ 7.1M
228
  2014 ██████████████████████████████ 11.2M
229
+ 2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 333.7K
230
  ```
231
 
232
 
 
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
+ | `pushes` | PushEvent | 132,990,752 | 50.2% | Git pushes with commits |
643
+ | `issues` | IssuesEvent | 15,250,443 | 5.8% | Issue lifecycle events |
644
+ | `issue_comments` | IssueCommentEvent | 23,158,208 | 8.7% | Comments on issues/PRs |
645
+ | `pull_requests` | PullRequestEvent | 10,931,885 | 4.1% | PR lifecycle events |
646
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 2,753,333 | 1.0% | Line-level PR comments |
647
+ | `stars` | WatchEvent | 24,501,498 | 9.3% | Repository stars |
648
+ | `forks` | ForkEvent | 9,283,083 | 3.5% | Repository forks |
649
+ | `creates` | CreateEvent | 33,184,462 | 12.5% | Branch/tag/repo creation |
650
+ | `deletes` | DeleteEvent | 3,637,245 | 1.4% | Branch/tag deletion |
651
+ | `releases` | ReleaseEvent | 405,199 | 0.2% | Release publications |
652
+ | `commit_comments` | CommitCommentEvent | 2,341,901 | 0.9% | Comments on commits |
653
+ | `wiki_pages` | GollumEvent | 4,027,200 | 1.5% | Wiki page edits |
654
+ | `members` | MemberEvent | 147,687 | 0.1% | Collaborator additions |
655
+ | `public_events` | PublicEvent | 245,784 | 0.1% | Repo made public |
656
 
657
  ## How it's built
658
 
data/commit_comments/2015/01/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:549ca7533cbc119ab9cd64b4a012b88ed44449015d6e7cf5577b6fe6aa43a58e
3
+ size 272078
data/creates/2015/01/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da6bdd2f91efbc6d84769ab1195f30981c02e58b21cd4376db5a8b87d45ea997
3
+ size 1618168
data/deletes/2015/01/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b161f455b8507da00ad734aba24ea348f09159a0ef884457a40db1550458c18
3
+ size 176269
data/forks/2015/01/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f971f767ffdc098060cec54845128058b6b79e9f9062bdf0f38243f7941b40c4
3
+ size 1192822
data/issue_comments/2015/01/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3692cdfe6708dd702e5e39d1ab9ff5b991a53fc2242f310efe1b3042f821635b
3
+ size 5049963
data/issues/2015/01/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ee7e0ce7392016f977424618a1eea7eeda511f52c25ef783620df6b5b698a3e
3
+ size 3698001
data/members/2015/01/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fdec118244f981f7f9c7c9c412d143ec20f2e9df243a8d43fea7dc70da24e37
3
+ size 53120
data/pr_review_comments/2015/01/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b716d9fa9a36fcdf3da6d7c38702a0f8ccef92cb6b8c130a2266a214da04fa7a
3
+ size 1000053
data/public_events/2015/01/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7014cf1b4ecc879564a0ccc5cbdc5d5a306f3efd5aa022c6edffa7ce51ea3b03
3
+ size 15697
data/pull_requests/2015/01/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34ed1ee5e25fde2a9c66d33edac95aa4bac376e175f94b0040c8d4657caa88c2
3
+ size 2376653
data/pushes/2015/01/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1013ef7b61c7be0799cadb61bfd22a6050a5d8a6a6b92aa766eddfe3aae949d
3
+ size 41879210
data/releases/2015/01/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e21e8d9e6aaab7c900fbc48c2fa531198aae38139ec6778b2c2ed4a589b6539
3
+ size 171806
data/stars/2015/01/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac16016d2e1701b9f0a7c2a29c8c77332a711f7d72ccb9d24be3f21a7e10143f
3
+ size 1094774
data/wiki_pages/2015/01/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2035cb065045f4fb74726e6470c99f5e488f2ff129f5abf44eff63c010caf5cb
3
+ size 216320
stats.csv CHANGED
@@ -1396,4 +1396,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1396
  2015-01-07,470442,0,230286,23920,48021,23893,0,8502,44727,16792,52963,9030,1571,3354,4807,2047,529,0,183110740,100.4,84261179,37.3,100.4,75.6
1397
  2015-01-08,484469,0,236752,23572,48998,24199,0,8402,46094,17662,55883,9942,1511,3849,4917,2249,439,0,187180965,106.6,88139233,32.8,106.6,96.1
1398
  2015-01-09,435155,0,215848,21394,44137,22267,0,7482,40728,15825,48461,7642,1319,3273,4411,1924,444,0,169420959,95.8,79617760,35.8,95.8,73.9
1399
- 2015-01-10,319135,0,168371,15160,26074,14033,0,3259,29320,11392,37613,5323,1112,2017,3466,1664,331,0,110885233,62.9,55648578,35.6,62.9,0.0
 
 
1396
  2015-01-07,470442,0,230286,23920,48021,23893,0,8502,44727,16792,52963,9030,1571,3354,4807,2047,529,0,183110740,100.4,84261179,37.3,100.4,75.6
1397
  2015-01-08,484469,0,236752,23572,48998,24199,0,8402,46094,17662,55883,9942,1511,3849,4917,2249,439,0,187180965,106.6,88139233,32.8,106.6,96.1
1398
  2015-01-09,435155,0,215848,21394,44137,22267,0,7482,40728,15825,48461,7642,1319,3273,4411,1924,444,0,169420959,95.8,79617760,35.8,95.8,73.9
1399
+ 2015-01-10,319135,0,168371,15160,26074,14033,0,3259,29320,11392,37613,5323,1112,2017,3466,1664,331,0,110885233,62.9,55648578,35.6,62.9,60.8
1400
+ 2015-01-11,336486,0,183180,15278,26628,13728,0,3134,30670,11471,38849,5315,1080,2021,3643,1159,330,0,114344032,66.6,58814934,46.7,66.6,0.0