tamnd commited on
Commit
6f1d7ea
·
verified ·
1 Parent(s): 1d26132

Add 2015-03-15 — 432.2K 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-03-14** (1,455 days), totaling **293,012,062 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 101.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 21.3 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,439,699 events in 122 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 216.2K
@@ -84,7 +84,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
84
  07:00 ███████████████████████████░░░ 240.5K
85
  08:00 ████████████████████████████░░ 246.9K
86
  09:00 ████████████████████████████░░ 243.6K
87
- 10:00 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 58.3K
88
  11:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
89
  12:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
90
  13: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,429,701 events** in 4,113 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 ███████░░░░░░░░░░░���░░░░░░░░░░░ 31.7M
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 | 65 | 31,706,384 | 487,790 | 11.0 GB | 5.2 GB | 45m00s | 1h51m | 1h23m |
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 ███████░░░░░░░░░░░░░░░░░░░░░░░ 15.9M
164
  ```
165
 
166
 
@@ -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 ████████░░░░░░░░░░░░░░░░░░░░░░ 1.5M
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 ███████░░░░░░░░░░░░░░░░░░░░░░░ 2.8M
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 | 147,122,108 | 50.2% | Git pushes with commits |
643
- | `issues` | IssuesEvent | 16,709,784 | 5.7% | Issue lifecycle events |
644
- | `issue_comments` | IssueCommentEvent | 25,903,170 | 8.8% | Comments on issues/PRs |
645
- | `pull_requests` | PullRequestEvent | 12,309,093 | 4.2% | PR lifecycle events |
646
- | `pr_review_comments` | PullRequestReviewCommentEvent | 3,188,971 | 1.1% | Line-level PR comments |
647
- | `stars` | WatchEvent | 26,986,504 | 9.2% | Repository stars |
648
- | `forks` | ForkEvent | 10,233,086 | 3.5% | Repository forks |
649
- | `creates` | CreateEvent | 36,561,306 | 12.5% | Branch/tag/repo creation |
650
- | `deletes` | DeleteEvent | 4,185,583 | 1.4% | Branch/tag deletion |
651
- | `releases` | ReleaseEvent | 492,324 | 0.2% | Release publications |
652
- | `commit_comments` | CommitCommentEvent | 2,529,806 | 0.9% | Comments on commits |
653
- | `wiki_pages` | GollumEvent | 4,317,960 | 1.5% | Wiki page edits |
654
- | `members` | MemberEvent | 300,466 | 0.1% | Collaborator additions |
655
- | `public_events` | PublicEvent | 274,824 | 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-03-15** (1,456 days), totaling **293,444,258 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 101.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 21.4 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,460,947 events in 123 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 216.2K
 
84
  07:00 ███████████████████████████░░░ 240.5K
85
  08:00 ████████████████████████████░░ 246.9K
86
  09:00 ████████████████████████████░░ 243.6K
87
+ 10:00 █████████░░░░░░░░░░░░░░░░░░░░░ 79.6K
88
  11:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
89
  12:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
90
  13:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
103
+ Live capture spans **2 days** (2026-03-28 → 2026-03-29) — **8,450,949 events** in 4,114 blocks.
104
 
105
 
106
  ### Live event schema
 
139
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 42.5M
140
  2013 ██████████████████░░░░░░░░░░░░ 76.2M
141
  2014 ██████████████████████████████ 124.6M
142
+ 2015 ███████░░░░░░░░░░░░░░░░░░░░░░ 32.1M
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 | 66 | 32,138,580 | 486,948 | 11.1 GB | 5.3 GB | 45m35s | 1h53m | 1h28m |
152
 
153
 
154
  ### Pushes per year
 
160
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 20.6M
161
  2013 ██████████████████░░░░░░░░░░░░ 38.9M
162
  2014 ██████████████████████████████ 63.1M
163
+ 2015 ███████░░░░░░░░░░░░░░░░░░░░░░░ 16.1M
164
  ```
165
 
166
 
 
204
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 1.8M
205
  2013 ████████████████░░░░░░░░░░░░░░ 3.0M
206
  2014 ██████████████████████████████ 5.5M
207
+ 2015 ████████░░░░░░░░░░░░░░░░░░░░░░ 1.6M
208
  ```
209
 
210
 
 
226
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 4.0M
227
  2013 ███████████████████░░░░░░░░░░░ 7.1M
228
  2014 ██████████████████████████████ 11.2M
229
+ 2015 ███████░░░░░░░░░░░░░░░░░░░░░░░ 2.9M
230
  ```
231
 
232
 
 
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
+ | `pushes` | PushEvent | 147,345,170 | 50.2% | Git pushes with commits |
643
+ | `issues` | IssuesEvent | 16,726,926 | 5.7% | Issue lifecycle events |
644
+ | `issue_comments` | IssueCommentEvent | 25,931,530 | 8.8% | Comments on issues/PRs |
645
+ | `pull_requests` | PullRequestEvent | 12,325,631 | 4.2% | PR lifecycle events |
646
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 3,193,133 | 1.1% | Line-level PR comments |
647
+ | `stars` | WatchEvent | 27,021,495 | 9.2% | Repository stars |
648
+ | `forks` | ForkEvent | 10,246,734 | 3.5% | Repository forks |
649
+ | `creates` | CreateEvent | 36,636,290 | 12.5% | Branch/tag/repo creation |
650
+ | `deletes` | DeleteEvent | 4,192,974 | 1.4% | Branch/tag deletion |
651
+ | `releases` | ReleaseEvent | 493,839 | 0.2% | Release publications |
652
+ | `commit_comments` | CommitCommentEvent | 2,532,507 | 0.9% | Comments on commits |
653
+ | `wiki_pages` | GollumEvent | 4,323,416 | 1.5% | Wiki page edits |
654
+ | `members` | MemberEvent | 302,315 | 0.1% | Collaborator additions |
655
+ | `public_events` | PublicEvent | 275,221 | 0.1% | Repo made public |
656
 
657
  ## How it's built
658
 
data/commit_comments/2015/03/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8679d3c19ed03f607af617dfe2a73225aabb9db1f1b6c35966ae8b637a96fb6d
3
+ size 354076
data/creates/2015/03/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7ae4cccb0d19b28876054dc0e8349c3af15e1d43d2a278e4b9cec080e3560be
3
+ size 2585217
data/deletes/2015/03/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:854f6af0582ff22a4ca2a99e5952539da5674c6aac289e6c7451bc8b49dffa37
3
+ size 243688
data/forks/2015/03/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cef66f3fa09f24b7b2babe671e1dcad1a34dc03654186519c378e4fcd32e972c
3
+ size 1424351
data/issue_comments/2015/03/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6dacdbef115e130ec00f97dda9dba31d7aafdcd2ee1aa052ebb62697f37fe64d
3
+ size 5374855
data/issues/2015/03/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41eac6b51f20082a9c11043041c7ba85f73ec8d87b6af0ce639f7f79c4803508
3
+ size 4012773
data/members/2015/03/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37793c719c8e84e53bab3d89be09f6e85dab105277c4a18b57de2d216bc31f6f
3
+ size 76325
data/pr_review_comments/2015/03/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3c27c0f1e07ffc67c4c4821f24d83535501abdaeaf12f72f701c94b250f8d34
3
+ size 1458566
data/public_events/2015/03/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb106950903e3c3e0f3916f8b037862a5aaa8eb8453125c34d914b64d9e4491a
3
+ size 18558
data/pull_requests/2015/03/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cd59cffd7021d820eb76a4f6258894b48699fb4ecee6408d63f722868e9981e
3
+ size 3084881
data/pushes/2015/03/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d33c7ecbcbbfb2d39d121f2d96c48d0eff5451e8d4ca9383df36400444793ea5
3
+ size 50288938
data/releases/2015/03/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb9a9f3a2bc4ef9d0f0ad1dabc26c95ac1682e71fdee3c8482afc9a1a2f6c8a4
3
+ size 213157
data/stars/2015/03/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4ad57fb7445ead6348e90269887e3feb3bb394d28e49b6f6528ab82def14d20
3
+ size 1180553
data/wiki_pages/2015/03/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2dcddbe625112823c1fb988f4fef85fb7b50014d9731983e8edd0132863023d7
3
+ size 320598
stats.csv CHANGED
@@ -1453,4 +1453,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1453
  2015-03-11,630539,0,318026,30560,61531,32199,0,11546,53786,20696,71872,13449,1873,4750,6129,3484,638,0,241363601,115.7,113335334,59.5,115.7,0.0
1454
  2015-03-12,632066,0,313601,29973,58965,32295,0,10969,56108,20930,77865,14001,2017,4338,6639,3694,671,0,238978417,119.1,113472409,5.6,119.1,273.9
1455
  2015-03-13,635564,0,291452,31696,59475,30496,0,9996,53894,20070,109294,12241,1814,3860,7318,3324,634,0,230858974,115.2,107960583,5.5,115.2,330.4
1456
- 2015-03-14,418178,0,208377,18658,30119,16500,0,4003,35140,13283,72749,7883,1529,2360,4790,2349,438,0,135323916,89.8,69240794,33.9,89.8,0.0
 
 
1453
  2015-03-11,630539,0,318026,30560,61531,32199,0,11546,53786,20696,71872,13449,1873,4750,6129,3484,638,0,241363601,115.7,113335334,59.5,115.7,0.0
1454
  2015-03-12,632066,0,313601,29973,58965,32295,0,10969,56108,20930,77865,14001,2017,4338,6639,3694,671,0,238978417,119.1,113472409,5.6,119.1,273.9
1455
  2015-03-13,635564,0,291452,31696,59475,30496,0,9996,53894,20070,109294,12241,1814,3860,7318,3324,634,0,230858974,115.2,107960583,5.5,115.2,330.4
1456
+ 2015-03-14,418178,0,208377,18658,30119,16500,0,4003,35140,13283,72749,7883,1529,2360,4790,2349,438,0,135323916,89.8,69240794,33.9,89.8,281.1
1457
+ 2015-03-15,432196,0,223062,17142,28360,16538,0,4162,34991,13648,74984,7391,1515,2701,5456,1849,397,0,137175029,87.6,70636536,35.6,87.6,0.0