tamnd commited on
Commit
3c76ed9
·
verified ·
1 Parent(s): 031d3dd

Add 2015-01-30 — 520.1K 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-29** (1,416 days), totaling **273,087,643 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 94.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 18.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** — 2,094,946 events in 107 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 ███████████████████████░░░░░░░ 204.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) — **8,084,948 events** in 4,098 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 ██░░░░░░░░░░░░░░░░���░░░░░░░░░░░ 11.8M
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 | 26 | 11,781,965 | 453,152 | 4.1 GB | 2.0 GB | 18m10s | 41m39s | 25m50s |
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 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.9M
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 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 579.3K
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 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 573.3K
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 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1M
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 | 137,139,089 | 50.2% | Git pushes with commits |
643
- | `issues` | IssuesEvent | 15,658,794 | 5.7% | Issue lifecycle events |
644
- | `issue_comments` | IssueCommentEvent | 23,942,721 | 8.8% | Comments on issues/PRs |
645
- | `pull_requests` | PullRequestEvent | 11,343,066 | 4.2% | PR lifecycle events |
646
- | `pr_review_comments` | PullRequestReviewCommentEvent | 2,884,280 | 1.1% | Line-level PR comments |
647
- | `stars` | WatchEvent | 25,274,623 | 9.3% | Repository stars |
648
- | `forks` | ForkEvent | 9,575,304 | 3.5% | Repository forks |
649
- | `creates` | CreateEvent | 34,185,944 | 12.5% | Branch/tag/repo creation |
650
- | `deletes` | DeleteEvent | 3,791,377 | 1.4% | Branch/tag deletion |
651
- | `releases` | ReleaseEvent | 430,737 | 0.2% | Release publications |
652
- | `commit_comments` | CommitCommentEvent | 2,399,119 | 0.9% | Comments on commits |
653
- | `wiki_pages` | GollumEvent | 4,119,279 | 1.5% | Wiki page edits |
654
- | `members` | MemberEvent | 191,602 | 0.1% | Collaborator additions |
655
- | `public_events` | PublicEvent | 254,631 | 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-31** (1,418 days), totaling **273,959,935 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 94.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 18.2 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** — 2,115,250 events in 108 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 ██████████████████████████░░░░ 224.4K
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) — **8,105,252 events** in 4,099 blocks.
104
 
105
 
106
  ### Live event schema
 
139
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 42.5M
140
  2013 ██████████████████░░░░░░░░░░░░ 76.2M
141
  2014 ██████████████████████████████ 124.6M
142
+ 2015 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░ 12.7M
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 | 28 | 12,654,257 | 451,937 | 4.4 GB | 2.1 GB | 19m46s | 45m06s | 27m04s |
152
 
153
 
154
  ### Pushes per year
 
160
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 20.6M
161
  2013 ██████████████████░░░░░░░░░░░░ 38.9M
162
  2014 ██████████████████████████████ 63.1M
163
+ 2015 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░ 6.3M
164
  ```
165
 
166
 
 
181
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 2.4M
182
  2013 ██████████████████░░░░░░░░░░░░ 4.4M
183
  2014 ██████████████████████████████ 7.3M
184
+ 2015 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 623.2K
185
  ```
186
 
187
 
 
204
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 1.8M
205
  2013 ████████████████░░░░░░░░░░░░░░ 3.0M
206
  2014 ██████████████████████████████ 5.5M
207
+ 2015 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 616.6K
208
  ```
209
 
210
 
 
226
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 4.0M
227
  2013 ███████████████████░░░░░░░░░░░ 7.1M
228
  2014 ██████████████████████████████ 11.2M
229
+ 2015 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.2M
230
  ```
231
 
232
 
 
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
+ | `pushes` | PushEvent | 137,585,419 | 50.2% | Git pushes with commits |
643
+ | `issues` | IssuesEvent | 15,702,675 | 5.7% | Issue lifecycle events |
644
+ | `issue_comments` | IssueCommentEvent | 24,020,668 | 8.8% | Comments on issues/PRs |
645
+ | `pull_requests` | PullRequestEvent | 11,386,345 | 4.2% | PR lifecycle events |
646
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 2,896,384 | 1.1% | Line-level PR comments |
647
+ | `stars` | WatchEvent | 25,353,724 | 9.3% | Repository stars |
648
+ | `forks` | ForkEvent | 9,604,590 | 3.5% | Repository forks |
649
+ | `creates` | CreateEvent | 34,286,756 | 12.5% | Branch/tag/repo creation |
650
+ | `deletes` | DeleteEvent | 3,807,304 | 1.4% | Branch/tag deletion |
651
+ | `releases` | ReleaseEvent | 433,710 | 0.2% | Release publications |
652
+ | `commit_comments` | CommitCommentEvent | 2,404,393 | 0.9% | Comments on commits |
653
+ | `wiki_pages` | GollumEvent | 4,128,495 | 1.5% | Wiki page edits |
654
+ | `members` | MemberEvent | 196,852 | 0.1% | Collaborator additions |
655
+ | `public_events` | PublicEvent | 255,543 | 0.1% | Repo made public |
656
 
657
  ## How it's built
658
 
data/commit_comments/2015/01/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b9b3acfdd3285b9ea98dd0a36ef5bc75152a0f40d7c5d79b71ff0cee74df1e3
3
+ size 461365
data/creates/2015/01/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:378bb826c3a19797b05a240ce91f7ef762ef600b05dc19579d8097e8bbcb05be
3
+ size 2529733
data/deletes/2015/01/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49df1a17ee6ace5ec9eac825ba37e4726ca213af629105c2adc9657b16119f56
3
+ size 347278
data/forks/2015/01/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ecc3547c503d906363c2c7605fdc53906eb2fa26b56dd61b3cf192dffda8a75
3
+ size 1847950
data/issue_comments/2015/01/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89bf04dd0b4b04e15f12a01b8e297e53b1019ff75a98136d1f95155f0cb9cf73
3
+ size 10399596
data/issues/2015/01/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c40fdb67e085ad51790a5fe657d6ca3ab1aea1fd56a34d541ff2af258a7c8f89
3
+ size 6348728
data/members/2015/01/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2e6aa920ad0eaf81a76d2ce806735eef625d55198a1e3209d66ba8ef3947263
3
+ size 107275
data/pr_review_comments/2015/01/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72dfa61e558001426ee56f1b62ade1d2c92fb3ce875e90864713547f92d46c97
3
+ size 3007745
data/public_events/2015/01/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d5f0ba88328a8beb689ec3933596b5dc2b51d9726d77738cb63b21e4c5de090
3
+ size 25053
data/pull_requests/2015/01/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f1e95f85a48e74d334e67a7722451303fe9b82b777203038fd1eca1b6690d4a
3
+ size 4849935
data/pushes/2015/01/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61595877364b133d017eaac6a89089c46c9a03de78406900213cc40cf62a2616
3
+ size 62859221
data/releases/2015/01/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2e76993196685a9b84dedaf950888c424ae709fe25cbc7019b3f1caf0747832
3
+ size 276342
data/stars/2015/01/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4c7cb4ddc47e8030247ef309657416b4ffee72bb907355a7daa784cb2ae4bf2
3
+ size 1580039
data/wiki_pages/2015/01/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b454874a7c1697b65aa092aa105bd29031a7c03a3a6048a98cc3c60be2b3d80
3
+ size 377208
stats.csv CHANGED
@@ -1414,4 +1414,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1414
  2015-01-26,538383,0,263926,27095,52247,26444,0,8712,52608,17998,63239,10201,1679,3427,7243,2746,818,0,202319510,113.4,95569990,34.4,113.4,55.2
1415
  2015-01-27,568500,0,279567,29098,56809,30355,0,9744,54022,19350,63941,10571,1720,4184,5753,2821,565,0,219597883,110.0,101762641,41.7,110.0,123.9
1416
  2015-01-28,514474,0,254227,25200,50854,26979,0,9004,47365,17536,60606,9232,1594,3426,5110,2808,533,0,199281726,88.3,93258932,36.6,88.3,58.1
1417
- 2015-01-29,521416,0,255848,25547,52985,28097,0,9441,48233,17649,58435,9912,1628,3704,6224,3120,593,0,204333412,73.6,93946959,35.9,73.6,0.0
 
 
 
1414
  2015-01-26,538383,0,263926,27095,52247,26444,0,8712,52608,17998,63239,10201,1679,3427,7243,2746,818,0,202319510,113.4,95569990,34.4,113.4,55.2
1415
  2015-01-27,568500,0,279567,29098,56809,30355,0,9744,54022,19350,63941,10571,1720,4184,5753,2821,565,0,219597883,110.0,101762641,41.7,110.0,123.9
1416
  2015-01-28,514474,0,254227,25200,50854,26979,0,9004,47365,17536,60606,9232,1594,3426,5110,2808,533,0,199281726,88.3,93258932,36.6,88.3,58.1
1417
+ 2015-01-29,521416,0,255848,25547,52985,28097,0,9441,48233,17649,58435,9912,1628,3704,6224,3120,593,0,204333412,73.6,93946959,35.9,73.6,74.5
1418
+ 2015-01-30,520122,0,259162,26904,50312,27587,0,8870,46946,17415,59192,9978,1774,3450,5286,2708,538,0,202263702,126.2,95017468,51.9,126.2,0.0
1419
+ 2015-01-31,352170,0,187168,16977,27635,15692,0,3234,32155,11871,41620,5949,1199,1824,3930,2542,374,0,120882558,80.7,61187691,44.4,80.7,0.0