tamnd commited on
Commit
f9e14dd
·
verified ·
1 Parent(s): cfe8175

Add 2015-03-31 — 505.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-03-29** (1,465 days), totaling **298,026,146 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 102.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 22.1 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** — 3,195,825 events in 158 blocks
75
 
76
  ```
77
  00:00 ████████████████████████░░░░░░ 216.2K
@@ -88,7 +88,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
88
  11:00 ███████████████████████████░░░ 250.9K
89
  12:00 ██████████████████████████████ 269.8K
90
  13:00 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.1K
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 15.4K
92
  15:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
93
  16:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
94
  17: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) — **9,185,827 events** in 4,149 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 ████████░░░░░░░░░░��░░░░░░░░░░░ 36.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 | 75 | 36,720,468 | 489,606 | 12.1 GB | 6.0 GB | 49m22s | 2h01m | 1h47m |
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 ████████░░░░░░░░░░░░░░░░░░░░░░ 18.2M
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.8M
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 ████████░░░░░░░░░░░░░░░░░░░░░ 3.3M
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 | 149,444,269 | 50.1% | Git pushes with commits |
643
- | `issues` | IssuesEvent | 16,951,089 | 5.7% | Issue lifecycle events |
644
- | `issue_comments` | IssueCommentEvent | 26,375,637 | 8.9% | Comments on issues/PRs |
645
- | `pull_requests` | PullRequestEvent | 12,566,185 | 4.2% | PR lifecycle events |
646
- | `pr_review_comments` | PullRequestReviewCommentEvent | 3,271,480 | 1.1% | Line-level PR comments |
647
- | `stars` | WatchEvent | 27,459,738 | 9.2% | Repository stars |
648
- | `forks` | ForkEvent | 10,410,148 | 3.5% | Repository forks |
649
- | `creates` | CreateEvent | 37,288,293 | 12.5% | Branch/tag/repo creation |
650
- | `deletes` | DeleteEvent | 4,294,341 | 1.4% | Branch/tag deletion |
651
- | `releases` | ReleaseEvent | 508,949 | 0.2% | Release publications |
652
- | `commit_comments` | CommitCommentEvent | 2,572,815 | 0.9% | Comments on commits |
653
- | `wiki_pages` | GollumEvent | 4,376,011 | 1.5% | Wiki page edits |
654
- | `members` | MemberEvent | 329,840 | 0.1% | Collaborator additions |
655
- | `public_events` | PublicEvent | 280,274 | 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-31** (1,467 days), totaling **298,952,920 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 102.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 22.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
 
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** — 3,228,373 events in 160 blocks
75
 
76
  ```
77
  00:00 ████████████████████████░░░░░░ 216.2K
 
88
  11:00 ███████████████████████████░░░ 250.9K
89
  12:00 ██████████████████████████████ 269.8K
90
  13:00 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.1K
91
+ 14:00 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 48.0K
92
  15:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
93
  16:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
94
  17:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
103
+ Live capture spans **2 days** (2026-03-28 → 2026-03-29) — **9,218,375 events** in 4,151 blocks.
104
 
105
 
106
  ### Live event schema
 
139
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 42.5M
140
  2013 ██████████████████░░░░░░░░░░░░ 76.2M
141
  2014 ██████████████████████████████ 124.6M
142
+ 2015 ████████░░░░░░░░░░░░░░░░░░░░░ 37.6M
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 | 77 | 37,647,242 | 488,925 | 12.1 GB | 6.2 GB | 49m22s | 2h01m | 1h49m |
152
 
153
 
154
  ### Pushes per year
 
160
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 20.6M
161
  2013 ██████████████████░░░░░░░░░░░░ 38.9M
162
  2014 ██████████████████████████████ 63.1M
163
+ 2015 ████████░░░░░░░░░░░░░░░░░░░░░░ 18.6M
164
  ```
165
 
166
 
 
204
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 1.8M
205
  2013 ████████████████░░░░░░░░░░░░░░ 3.0M
206
  2014 ██████████████████████████████ 5.5M
207
+ 2015 █████████░░░░░░░░░░░░░░░░░░░░ 1.8M
208
  ```
209
 
210
 
 
226
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 4.0M
227
  2013 ███████████████████░░░░░░░░░░░ 7.1M
228
  2014 ██████████████████████████████ 11.2M
229
+ 2015 ████████░░░░░░░░░░░░░░░░░░░░░ 3.4M
230
  ```
231
 
232
 
 
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
+ | `pushes` | PushEvent | 149,885,571 | 50.1% | Git pushes with commits |
643
+ | `issues` | IssuesEvent | 16,995,412 | 5.7% | Issue lifecycle events |
644
+ | `issue_comments` | IssueCommentEvent | 26,462,931 | 8.9% | Comments on issues/PRs |
645
+ | `pull_requests` | PullRequestEvent | 12,612,928 | 4.2% | PR lifecycle events |
646
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 3,280,550 | 1.1% | Line-level PR comments |
647
+ | `stars` | WatchEvent | 27,549,848 | 9.2% | Repository stars |
648
+ | `forks` | ForkEvent | 10,442,282 | 3.5% | Repository forks |
649
+ | `creates` | CreateEvent | 37,416,445 | 12.5% | Branch/tag/repo creation |
650
+ | `deletes` | DeleteEvent | 4,313,787 | 1.4% | Branch/tag deletion |
651
+ | `releases` | ReleaseEvent | 511,741 | 0.2% | Release publications |
652
+ | `commit_comments` | CommitCommentEvent | 2,579,000 | 0.9% | Comments on commits |
653
+ | `wiki_pages` | GollumEvent | 4,388,905 | 1.5% | Wiki page edits |
654
+ | `members` | MemberEvent | 335,297 | 0.1% | Collaborator additions |
655
+ | `public_events` | PublicEvent | 281,146 | 0.1% | Repo made public |
656
 
657
  ## How it's built
658
 
data/commit_comments/2015/03/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11259f75f8447aca37acfaa8cadb5f9e2ff4dd814f3b1f2ace985a74ad149e56
3
+ size 467463
data/creates/2015/03/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f11471ccb2cce32d5075fff9a0ab93257e5d4fffde9e12694ad273eee8374a6b
3
+ size 2617859
data/deletes/2015/03/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:938c5277b3e8ac342be2cb01fa4d9fd79fefd6299b3518d6187e57bc477159c6
3
+ size 373586
data/forks/2015/03/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3b1fb1f1fe2cdd7cb0b40f622a11f4a436ff07b6754b6ff0c5af0c9254bc91e
3
+ size 1885366
data/issue_comments/2015/03/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04d7298847f3425ecab72ea746d96d5711b090e052dea4a42bf625023c59369f
3
+ size 8509367
data/issues/2015/03/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfe99fff2c2a7402ae5434ea355277b7103073811d8273a2504fe6273a942827
3
+ size 5876546
data/members/2015/03/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd9c496660ed403a8c32833f20d6e545c3e988941d87f5bd4021740527cb3f00
3
+ size 118822
data/pr_review_comments/2015/03/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee8bbff3edf111421848c57acdef31b668c56965dc03cf6031e0ea02e0a81647
3
+ size 3088757
data/public_events/2015/03/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd5425fc0417dbc1e79a3c90c3625aad902c6e6faff8e67420b3770363644f1d
3
+ size 20646
data/pull_requests/2015/03/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be06031bf2f03a5f881dc88541adb008f4fae6ddb9dc1b8dc03d6fb82cc29bd1
3
+ size 4642634
data/pushes/2015/03/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb24c5f100b5d8078b45d930b8cea42166583c1c0e8e0b776c842e0b5580cee4
3
+ size 58962977
data/releases/2015/03/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1a6bf79f948f959227ffce907353e4a006cc922cded3970adf20e5b8ef5f8eb
3
+ size 231616
data/stars/2015/03/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2941daaccc8f1b23037d5d29340e661e94e1d3ed58e03c0d2551c12db27b1704
3
+ size 1685814
data/wiki_pages/2015/03/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22895a636dcdfacba4381ff2f880f998aeab178511412df10ab6672dc92c5d0a
3
+ size 303620
stats.csv CHANGED
@@ -1463,4 +1463,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1463
  2015-03-26,610987,0,293210,28083,57283,31672,0,9895,57183,21324,82629,13020,1780,3900,7177,3168,663,0,0,0.0,107159208,0.0,0.0,94.9
1464
  2015-03-27,272418,0,0,24941,47205,25822,0,8305,50803,17390,69134,10333,1722,7293,5893,2982,595,0,0,0.0,30254539,0.0,0.0,52.0
1465
  2015-03-28,344279,0,171907,17265,30345,14714,0,3087,31193,11603,47973,6567,1117,2565,3432,2140,371,0,119325302,42.3,59485543,23.5,42.3,21.0
1466
- 2015-03-29,134440,0,70740,5614,8903,5297,0,1180,13576,4812,18787,2224,399,608,1563,616,121,0,0,0.0,22037894,0.0,0.0,0.0
 
 
 
1463
  2015-03-26,610987,0,293210,28083,57283,31672,0,9895,57183,21324,82629,13020,1780,3900,7177,3168,663,0,0,0.0,107159208,0.0,0.0,94.9
1464
  2015-03-27,272418,0,0,24941,47205,25822,0,8305,50803,17390,69134,10333,1722,7293,5893,2982,595,0,0,0.0,30254539,0.0,0.0,52.0
1465
  2015-03-28,344279,0,171907,17265,30345,14714,0,3087,31193,11603,47973,6567,1117,2565,3432,2140,371,0,119325302,42.3,59485543,23.5,42.3,21.0
1466
+ 2015-03-29,134440,0,70740,5614,8903,5297,0,1180,13576,4812,18787,2224,399,608,1563,616,121,0,0,0.0,22037894,0.0,0.0,81.0
1467
+ 2015-03-30,421650,0,202806,20804,40209,20531,0,0,40675,14253,59371,8721,1298,2784,7445,2318,435,0,0,0.0,72473605,0.0,0.0,0.0
1468
+ 2015-03-31,505124,0,238496,23519,47085,26212,0,9070,49435,17881,68781,10725,1494,3401,5449,3139,437,0,0,0.0,88785073,0.0,0.0,0.0