tamnd commited on
Commit
c89830b
·
verified ·
1 Parent(s): 53dd5a0

Add 2015-03-07 — 386.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-03-03** (1,447 days), totaling **288,703,780 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 99.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 20.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** — 2,337,172 events in 118 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 216.2K
@@ -83,7 +83,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
83
  06:00 ████████████████████████████░░ 246.3K
84
  07:00 ███████████████████████████░░░ 240.5K
85
  08:00 ████████████████████████████░░ 246.9K
86
- 09:00 ███████████████████████░░░░░░░ 199.4K
87
  10:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
88
  11:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
89
  12: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,327,174 events** in 4,109 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 ██████░░░░░░░░░░░░���░░░░░░░░░░░ 27.4M
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 | 57 | 27,398,102 | 480,668 | 9.5 GB | 4.5 GB | 41m17s | 1h38m | 1h07m |
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 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 13.7M
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.4M
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 ███████░░░░░░░░░░░░░░░░░░░░░░░ 1.3M
208
  ```
209
 
210
 
@@ -639,20 +639,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
- | `pushes` | PushEvent | 144,951,997 | 50.2% | Git pushes with commits |
643
- | `issues` | IssuesEvent | 16,506,523 | 5.7% | Issue lifecycle events |
644
- | `issue_comments` | IssueCommentEvent | 25,522,568 | 8.8% | Comments on issues/PRs |
645
- | `pull_requests` | PullRequestEvent | 12,101,647 | 4.2% | PR lifecycle events |
646
- | `pr_review_comments` | PullRequestReviewCommentEvent | 3,122,994 | 1.1% | Line-level PR comments |
647
- | `stars` | WatchEvent | 26,618,219 | 9.2% | Repository stars |
648
- | `forks` | ForkEvent | 10,094,094 | 3.5% | Repository forks |
649
- | `creates` | CreateEvent | 35,988,682 | 12.5% | Branch/tag/repo creation |
650
- | `deletes` | DeleteEvent | 4,098,039 | 1.4% | Branch/tag deletion |
651
- | `releases` | ReleaseEvent | 479,120 | 0.2% | Release publications |
652
- | `commit_comments` | CommitCommentEvent | 2,501,952 | 0.9% | Comments on commits |
653
- | `wiki_pages` | GollumEvent | 4,273,870 | 1.5% | Wiki page edits |
654
- | `members` | MemberEvent | 276,507 | 0.1% | Collaborator additions |
655
- | `public_events` | PublicEvent | 270,491 | 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-08** (1,449 days), totaling **289,486,777 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 99.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 20.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** — 2,359,707 events in 119 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 216.2K
 
83
  06:00 ████████████████████████████░░ 246.3K
84
  07:00 ███████████████████████████░░░ 240.5K
85
  08:00 ████████████████████████████░░ 246.9K
86
+ 09:00 █████████████████████████░░░░░ 221.9K
87
  10:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
88
  11:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
89
  12:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
103
+ Live capture spans **2 days** (2026-03-28 → 2026-03-29) — **8,349,709 events** in 4,110 blocks.
104
 
105
 
106
  ### Live event schema
 
139
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 42.5M
140
  2013 ██████████████████░░░░░░░░░░░░ 76.2M
141
  2014 ██████████████████████████████ 124.6M
142
+ 2015 ██████░░░░░░░░░░░░░░░░░░░░░░░ 28.2M
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 | 59 | 28,181,099 | 477,645 | 9.8 GB | 4.7 GB | 42m12s | 1h40m | 1h07m |
152
 
153
 
154
  ### Pushes per year
 
160
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 20.6M
161
  2013 ██████████████████░░░░░░░░░░░░ 38.9M
162
  2014 ██████████████████████████████ 63.1M
163
+ 2015 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
164
  ```
165
 
166
 
 
181
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 2.4M
182
  2013 ██████████████████░░░░░░░░░░░░ 4.4M
183
  2014 ██████████████████████████████ 7.3M
184
+ 2015 █████░░░░░░░░░░░░░░░░░░░░░░░░ 1.5M
185
  ```
186
 
187
 
 
204
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 1.8M
205
  2013 ████████████████░░░░░░░░░░░░░░ 3.0M
206
  2014 ██████████████████████████████ 5.5M
207
+ 2015 ███████░░░░░░░░░░░░░░░░░░░░░░░ 1.4M
208
  ```
209
 
210
 
 
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
+ | `pushes` | PushEvent | 145,381,940 | 50.2% | Git pushes with commits |
643
+ | `issues` | IssuesEvent | 16,541,893 | 5.7% | Issue lifecycle events |
644
+ | `issue_comments` | IssueCommentEvent | 25,579,917 | 8.8% | Comments on issues/PRs |
645
+ | `pull_requests` | PullRequestEvent | 12,135,579 | 4.2% | PR lifecycle events |
646
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 3,131,015 | 1.1% | Line-level PR comments |
647
+ | `stars` | WatchEvent | 26,684,491 | 9.2% | Repository stars |
648
+ | `forks` | ForkEvent | 10,119,067 | 3.5% | Repository forks |
649
+ | `creates` | CreateEvent | 36,082,971 | 12.5% | Branch/tag/repo creation |
650
+ | `deletes` | DeleteEvent | 4,112,281 | 1.4% | Branch/tag deletion |
651
+ | `releases` | ReleaseEvent | 481,522 | 0.2% | Release publications |
652
+ | `commit_comments` | CommitCommentEvent | 2,506,287 | 0.9% | Comments on commits |
653
+ | `wiki_pages` | GollumEvent | 4,280,922 | 1.5% | Wiki page edits |
654
+ | `members` | MemberEvent | 280,629 | 0.1% | Collaborator additions |
655
+ | `public_events` | PublicEvent | 271,186 | 0.1% | Repo made public |
656
 
657
  ## How it's built
658
 
data/commit_comments/2015/03/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9db42893c049cf8a408bcc4e7e13e0278e6683a94e6506baf4756167e737b755
3
+ size 303430
data/creates/2015/03/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:134b3b76ae5d8144bb5d148a73972e22e961632935512c88165bd2e1798ff01a
3
+ size 1895984
data/deletes/2015/03/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a4e395fb0240a27054071c78bffb73bbe4bca4e7ca328713f079309233f0f56
3
+ size 235771
data/forks/2015/03/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3b726fb90fc0882bd508068ba5b54ee3b0e8e4d5412d33f39099157c76cdea1
3
+ size 1392665
data/issue_comments/2015/03/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3213540df822c3184194d797666a2b0c2f6c1cd835373a38d8a811aee8022b7c
3
+ size 5462924
data/issues/2015/03/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8596d73d18120404992304717791d66d5742584493f370f2195c6e46e1367a4f
3
+ size 3927997
data/members/2015/03/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b5a9cc33c953882d4ffc7656b09a9040cbee5714f14ae72e03e766d40c9bfa9
3
+ size 91026
data/pr_review_comments/2015/03/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db88eb471799a463f9b614450b18951ea38add240f5d89b003888a7b876bd603
3
+ size 1311983
data/public_events/2015/03/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa5595535ec65439d1c51bc71e660d8250f36bd126f1845dcc548f4980d4f84b
3
+ size 16027
data/pull_requests/2015/03/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3f6c603d21f54d89ff84ac2add8ece934820831bea1e0193cc76b0323b44503
3
+ size 2966834
data/pushes/2015/03/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9935ba2a4f7505031fb4eacea85c9d3b9278b0796c00ed10c7eb5e22ff06212
3
+ size 47605303
data/releases/2015/03/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2443df049c29658f923aa2fdfc4f10e440b4f5f66c3a4c8c053f8951c3d40a1
3
+ size 167763
data/stars/2015/03/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2785660da3d975096b81bfe5adab348e47cf8aef924d5a3ce8a4f97147e6c711
3
+ size 1126691
data/wiki_pages/2015/03/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c77acc3a231b35377f69cb172fe2fa237f3ba21ed3490847a925e7a81696262
3
+ size 263923
stats.csv CHANGED
@@ -1446,3 +1446,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1446
  2015-03-01,438018,0,216461,36491,55524,16527,0,3950,33984,11364,46646,7266,1262,2177,3972,1944,450,0,139972210,90.3,72060254,32.8,90.3,70.0
1447
  2015-03-02,640631,0,298626,46966,86774,29609,0,10902,52274,18457,68651,12108,1957,4365,5987,3311,644,0,238352718,138.6,112479235,41.8,138.6,105.4
1448
  2015-03-03,630681,0,306811,34074,66039,31557,0,11198,57568,20320,72269,13153,1870,4613,6441,4177,591,0,241830545,122.4,113713993,56.4,122.4,73.4
 
 
 
1446
  2015-03-01,438018,0,216461,36491,55524,16527,0,3950,33984,11364,46646,7266,1262,2177,3972,1944,450,0,139972210,90.3,72060254,32.8,90.3,70.0
1447
  2015-03-02,640631,0,298626,46966,86774,29609,0,10902,52274,18457,68651,12108,1957,4365,5987,3311,644,0,238352718,138.6,112479235,41.8,138.6,105.4
1448
  2015-03-03,630681,0,306811,34074,66039,31557,0,11198,57568,20320,72269,13153,1870,4613,6441,4177,591,0,241830545,122.4,113713993,56.4,122.4,73.4
1449
+ 2015-03-07,386466,0,209275,17664,28681,17049,0,3993,33165,12616,47642,7038,1163,2204,3318,2325,333,0,131480507,64.2,66768321,55.1,64.2,0.0
1450
+ 2015-03-08,396531,0,220668,17706,28668,16883,0,4028,33107,12357,46647,7204,1239,2131,3734,1797,362,0,133565276,66.4,69035897,0.0,66.4,0.0