tamnd commited on
Commit
8132f96
·
verified ·
1 Parent(s): 033650e

Add 2015-03-17 — 643.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-16** (1,457 days), totaling **294,074,119 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.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 21.5 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,480,706 events in 124 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 ███████████░░░░░░░░░░░░░░░░░░░ 99.4K
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,470,708 events** in 4,115 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 ███████░░░░░░░░░░░░░░░░░░░░░░ 32.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 | 67 | 32,768,441 | 489,081 | 11.3 GB | 5.4 GB | 46m19s | 1h54m | 1h33m |
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 ███████░░░░░░░░░░░░░░░░░░░░░░░ 16.4M
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 ██████░░░░░░░░░░░░░░░░░░░░░░░ 1.7M
185
  ```
186
 
187
 
@@ -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.9M
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,650,216 | 50.2% | Git pushes with commits |
643
- | `issues` | IssuesEvent | 16,756,868 | 5.7% | Issue lifecycle events |
644
- | `issue_comments` | IssueCommentEvent | 25,990,116 | 8.8% | Comments on issues/PRs |
645
- | `pull_requests` | PullRequestEvent | 12,356,348 | 4.2% | PR lifecycle events |
646
- | `pr_review_comments` | PullRequestReviewCommentEvent | 3,204,592 | 1.1% | Line-level PR comments |
647
- | `stars` | WatchEvent | 27,075,867 | 9.2% | Repository stars |
648
- | `forks` | ForkEvent | 10,267,375 | 3.5% | Repository forks |
649
- | `creates` | CreateEvent | 36,725,330 | 12.5% | Branch/tag/repo creation |
650
- | `deletes` | DeleteEvent | 4,205,043 | 1.4% | Branch/tag deletion |
651
- | `releases` | ReleaseEvent | 495,920 | 0.2% | Release publications |
652
- | `commit_comments` | CommitCommentEvent | 2,536,478 | 0.9% | Comments on commits |
653
- | `wiki_pages` | GollumEvent | 4,330,498 | 1.5% | Wiki page edits |
654
- | `members` | MemberEvent | 306,488 | 0.1% | Collaborator additions |
655
- | `public_events` | PublicEvent | 275,903 | 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-17** (1,458 days), totaling **294,717,292 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.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 21.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
 
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,499,858 events in 125 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 █████████████░░░░░░░░░░░░░░░░░ 118.5K
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,489,860 events** in 4,116 blocks.
104
 
105
 
106
  ### Live event schema
 
139
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 42.5M
140
  2013 ██████████████████░░░░░░░░░░░░ 76.2M
141
  2014 ██████████████████████████████ 124.6M
142
+ 2015 ███████░░░░░░░░░░░░░░░░░░░░░░ 33.4M
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 | 68 | 33,411,614 | 491,347 | 11.6 GB | 5.5 GB | 47m13s | 1h56m | 1h37m |
152
 
153
 
154
  ### Pushes per year
 
160
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 20.6M
161
  2013 ██████████████████░░░░░░░░░░░░ 38.9M
162
  2014 ██████████████████████████████ 63.1M
163
+ 2015 ███████░░░░░░░░░░░░░░░░░░░░░░░ 16.7M
164
  ```
165
 
166
 
 
181
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 2.4M
182
  2013 ██████████████████░░░░░░░░░░░░ 4.4M
183
  2014 ██████████████████████████████ 7.3M
184
+ 2015 ██████░░░░░░░░░░░░░░░░░░░░░░░ 1.7M
185
  ```
186
 
187
 
 
226
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 4.0M
227
  2013 ███████████████████░░░░░░░░░░░ 7.1M
228
  2014 ██████████████████████████████ 11.2M
229
+ 2015 ███████░░░░░░░░░░░░░░░░░░░░░░░ 3.0M
230
  ```
231
 
232
 
 
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
+ | `pushes` | PushEvent | 147,965,594 | 50.2% | Git pushes with commits |
643
+ | `issues` | IssuesEvent | 16,785,588 | 5.7% | Issue lifecycle events |
644
+ | `issue_comments` | IssueCommentEvent | 26,049,928 | 8.8% | Comments on issues/PRs |
645
+ | `pull_requests` | PullRequestEvent | 12,389,445 | 4.2% | PR lifecycle events |
646
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 3,215,383 | 1.1% | Line-level PR comments |
647
+ | `stars` | WatchEvent | 27,131,120 | 9.2% | Repository stars |
648
+ | `forks` | ForkEvent | 10,289,338 | 3.5% | Repository forks |
649
+ | `creates` | CreateEvent | 36,812,453 | 12.5% | Branch/tag/repo creation |
650
+ | `deletes` | DeleteEvent | 4,218,153 | 1.4% | Branch/tag deletion |
651
+ | `releases` | ReleaseEvent | 497,993 | 0.2% | Release publications |
652
+ | `commit_comments` | CommitCommentEvent | 2,541,359 | 0.9% | Comments on commits |
653
+ | `wiki_pages` | GollumEvent | 4,337,111 | 1.5% | Wiki page edits |
654
+ | `members` | MemberEvent | 310,205 | 0.1% | Collaborator additions |
655
+ | `public_events` | PublicEvent | 276,545 | 0.1% | Repo made public |
656
 
657
  ## How it's built
658
 
data/commit_comments/2015/03/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88b437b699111a6e9d72a4c849261cea6cba76a3696ebc074e71438bafb8311a
3
+ size 600771
data/creates/2015/03/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0b3d9e658f9ba45277875aa83cd32780e7859b7031edee745324ae166b612a8
3
+ size 3467028
data/deletes/2015/03/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89005037c567234dbaca845d7522d7454f7dfc88c1c11f2427db0d8c90473378
3
+ size 453534
data/forks/2015/03/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46d0cfd89daac5014703614e53ab293f2b85180ea02f3fa57258b5bb2cc2a4f5
3
+ size 2286826
data/issue_comments/2015/03/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ea05d70ef1fd28f4a0ce125784d87b06128db57b6b15b4fe5331948c0845257
3
+ size 10807649
data/issues/2015/03/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90390aceaee489e155e6d73415d594c87cd8371449b62971bb56f76f21b4bd70
3
+ size 6915121
data/members/2015/03/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d6b484072b5dcbca9f23157b9821fb1bfe2fb6fe7643dab8e594d161d3aec0f
3
+ size 157951
data/pr_review_comments/2015/03/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:493a18566d19f5b817dba4a07aa249013175322f152dd314b4ae7e90bef8c3c7
3
+ size 3695125
data/public_events/2015/03/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f54fa5f923b4be4112b097d8f98107545f59794b9fbd83627c2a6761a845b9c4
3
+ size 26781
data/pull_requests/2015/03/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:898d61deaf64d79a8673545a175480d068f001c6c260868cea1f822103967cee
3
+ size 5971242
data/pushes/2015/03/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d2e90930a1bbdbbac285763b0c68b884ed954c0e93fb41c925687df1fc5f238
3
+ size 76924989
data/releases/2015/03/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a87ea75576bc36f85a427a5043c3430e2e6a87d3affb0300b930f1215fd2e2d2
3
+ size 331088
data/stars/2015/03/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4503bc605544f284d57b0eb3eae4e92881772f31b4f35074160c6bf9ead33bb
3
+ size 1897395
data/wiki_pages/2015/03/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:597f603d095c82157b170f0366cfaad0d0bcff59a3897bb7d7bb80e4b990949d
3
+ size 397630
stats.csv CHANGED
@@ -1455,4 +1455,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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,304.2
1458
- 2015-03-16,629861,0,305046,29942,58586,30717,0,11459,54372,20641,89040,12069,2081,3971,7082,4173,682,0,236837268,105.2,111097511,43.5,105.2,0.0
 
 
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,304.2
1458
+ 2015-03-16,629861,0,305046,29942,58586,30717,0,11459,54372,20641,89040,12069,2081,3971,7082,4173,682,0,236837268,105.2,111097511,43.5,105.2,238.0
1459
+ 2015-03-17,643173,0,315378,28720,59812,33097,0,10791,55253,21963,87123,13110,2073,4881,6613,3717,642,0,242048920,110.2,113933130,54.1,110.2,0.0