tamnd commited on
Commit
92cc9cf
·
verified ·
1 Parent(s): c1c4b33

Add 2015-04-05 — 348.6K 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-04-04** (1,471 days), totaling **300,537,729 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.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 22.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** — 3,261,427 events in 163 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 █████████░░░░░░░░░░░░░░░░░░░░ 81.0K
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,251,429 events** in 4,154 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 █████████░░░░░░░░░��░░░░░░░░░░░ 39.2M
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 | 81 | 39,232,051 | 484,346 | 12.6 GB | 6.4 GB | 52m03s | 2h05m | 1h56m |
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 █████████░░░░░░░░░░░░░░░░░░░░░ 19.3M
164
  ```
165
 
166
 
@@ -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.5M
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 | 150,573,619 | 50.1% | Git pushes with commits |
643
- | `issues` | IssuesEvent | 17,081,720 | 5.7% | Issue lifecycle events |
644
- | `issue_comments` | IssueCommentEvent | 26,622,959 | 8.9% | Comments on issues/PRs |
645
- | `pull_requests` | PullRequestEvent | 12,699,978 | 4.2% | PR lifecycle events |
646
- | `pr_review_comments` | PullRequestReviewCommentEvent | 3,307,025 | 1.1% | Line-level PR comments |
647
- | `stars` | WatchEvent | 27,708,209 | 9.2% | Repository stars |
648
- | `forks` | ForkEvent | 10,502,834 | 3.5% | Repository forks |
649
- | `creates` | CreateEvent | 37,652,358 | 12.5% | Branch/tag/repo creation |
650
- | `deletes` | DeleteEvent | 4,349,478 | 1.4% | Branch/tag deletion |
651
- | `releases` | ReleaseEvent | 517,170 | 0.2% | Release publications |
652
- | `commit_comments` | CommitCommentEvent | 2,589,886 | 0.9% | Comments on commits |
653
- | `wiki_pages` | GollumEvent | 4,406,583 | 1.5% | Wiki page edits |
654
- | `members` | MemberEvent | 346,071 | 0.1% | Collaborator additions |
655
- | `public_events` | PublicEvent | 282,762 | 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-04-05** (1,472 days), totaling **300,886,329 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.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 22.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** — 3,272,424 events in 164 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 █████████░░░░░░░░░░░░░░░░░░░░ 92.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,262,426 events** in 4,155 blocks.
104
 
105
 
106
  ### Live event schema
 
139
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 42.5M
140
  2013 ██████████████████░░░░░░░░░░░░ 76.2M
141
  2014 ██████████████████████████████ 124.6M
142
+ 2015 █████████░░░░░░░░░░░░░░░░░░░░ 39.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 | 82 | 39,580,651 | 482,690 | 12.7 GB | 6.5 GB | 53m13s | 2h05m | 1h57m |
152
 
153
 
154
  ### Pushes per year
 
160
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 20.6M
161
  2013 ██████████████████░░░░░░░░░░░░ 38.9M
162
  2014 ██████████████████████████████ 63.1M
163
+ 2015 █████████░░░░░░░░░░░░░░░░░░░░░ 19.5M
164
  ```
165
 
166
 
 
226
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 4.0M
227
  2013 ███████████████████░░░░░░░░░░░ 7.1M
228
  2014 ██████████████████████████████ 11.2M
229
+ 2015 █████████░░░░░░░░░░░░░░░░░░░░░ 3.6M
230
  ```
231
 
232
 
 
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
+ | `pushes` | PushEvent | 150,756,980 | 50.1% | Git pushes with commits |
643
+ | `issues` | IssuesEvent | 17,097,007 | 5.7% | Issue lifecycle events |
644
+ | `issue_comments` | IssueCommentEvent | 26,647,523 | 8.9% | Comments on issues/PRs |
645
+ | `pull_requests` | PullRequestEvent | 12,713,946 | 4.2% | PR lifecycle events |
646
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 3,310,097 | 1.1% | Line-level PR comments |
647
+ | `stars` | WatchEvent | 27,739,928 | 9.2% | Repository stars |
648
+ | `forks` | ForkEvent | 10,513,355 | 3.5% | Repository forks |
649
+ | `creates` | CreateEvent | 37,702,816 | 12.5% | Branch/tag/repo creation |
650
+ | `deletes` | DeleteEvent | 4,356,163 | 1.4% | Branch/tag deletion |
651
+ | `releases` | ReleaseEvent | 518,206 | 0.2% | Release publications |
652
+ | `commit_comments` | CommitCommentEvent | 2,591,850 | 0.9% | Comments on commits |
653
+ | `wiki_pages` | GollumEvent | 4,410,767 | 1.5% | Wiki page edits |
654
+ | `members` | MemberEvent | 347,510 | 0.1% | Collaborator additions |
655
+ | `public_events` | PublicEvent | 283,104 | 0.1% | Repo made public |
656
 
657
  ## How it's built
658
 
data/commit_comments/2015/04/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d343fb6bcb7ad461a61cd6d65be139ae263bb7a41f3c050dfb298084c90eba0
3
+ size 258088
data/creates/2015/04/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e645926c993b9bed93dc68abfea3ba678b64e82aaaaec1ed6b0d72aeb2d4f0ba
3
+ size 1879708
data/deletes/2015/04/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cf08a7144c242d45b8a3c9b8e82a127e6baf7b1bf8a45fb05c700e38d121380
3
+ size 218149
data/forks/2015/04/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9b5f8050284b23d26c7fb362f60eca6e01251fed1168d47ec3593f2b9782aa0
3
+ size 1152623
data/issue_comments/2015/04/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:240175a7d5490f333e9b0f36edf89c68daa8c47fb2bd78f71aaf638183495912
3
+ size 4616491
data/issues/2015/04/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e66e72b7c7626502e5a70342b59f551eb513ee768cb2313c45496ed427ef7d3
3
+ size 3520788
data/members/2015/04/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1190701a8dc8c9732fb081fe9eacceae6bf64fcfc6cb1edcf502f055763213a
3
+ size 59857
data/pr_review_comments/2015/04/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e695356a8b9d1fca7b2e36ee8a759137e87accb683ac7fb4c92b1c16ff5fba9
3
+ size 955868
data/public_events/2015/04/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44c138c91a12ddbff8cbfc93ef944c43e52dd9cb0c968264daf50da51d127f6a
3
+ size 16017
data/pull_requests/2015/04/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:044df7dbc5e35d6c1017a1c840bbf216eba8a6c20f7f75e6117a4fb09ac5c4e7
3
+ size 2410869
data/pushes/2015/04/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93a4564ac573acaa8ab98683bae1753c37d52b7b62bd552d470f3d700c8affe8
3
+ size 40411618
data/releases/2015/04/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc4aaf0c34974aade4f01d8c411b07678e2e9e5746572d78291d1b00d0b7e6bc
3
+ size 168625
data/stars/2015/04/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:001ed2aa2c59a6ecdaee1fd3c1e7caad277a2ec898559580fa955e176b7785e6
3
+ size 1071605
data/wiki_pages/2015/04/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f844a5ec489bcd9a8b35ff8605e92496b21f602b8064747bac93bb04aa4bc238
3
+ size 258479
stats.csv CHANGED
@@ -1469,4 +1469,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1469
  2015-04-01,576968,0,276062,29323,56020,30164,0,9814,50543,19879,77356,12954,1810,3650,5471,3366,556,0,220274489,80.9,102510026,39.2,80.9,165.8
1470
  2015-04-02,457705,0,224931,21922,42975,23983,0,8073,40525,15261,59275,8671,1394,3078,4066,3119,432,0,171592317,69.4,81941578,80.8,69.4,97.1
1471
  2015-04-03,381676,0,187055,18741,34211,18269,0,5231,36266,13895,50362,7707,1184,2303,3836,2302,314,0,136995029,51.3,66193669,41.0,51.3,84.3
1472
- 2015-04-04,168460,0,0,16322,26822,14634,0,3357,31027,11517,48920,6359,1041,1855,4305,1987,314,0,0,0.0,17732540,0.0,0.0,0.0
 
 
1469
  2015-04-01,576968,0,276062,29323,56020,30164,0,9814,50543,19879,77356,12954,1810,3650,5471,3366,556,0,220274489,80.9,102510026,39.2,80.9,165.8
1470
  2015-04-02,457705,0,224931,21922,42975,23983,0,8073,40525,15261,59275,8671,1394,3078,4066,3119,432,0,171592317,69.4,81941578,80.8,69.4,97.1
1471
  2015-04-03,381676,0,187055,18741,34211,18269,0,5231,36266,13895,50362,7707,1184,2303,3836,2302,314,0,136995029,51.3,66193669,41.0,51.3,84.3
1472
+ 2015-04-04,168460,0,0,16322,26822,14634,0,3357,31027,11517,48920,6359,1041,1855,4305,1987,314,0,0,0.0,17732540,0.0,0.0,41.6
1473
+ 2015-04-05,348600,0,183361,15287,24564,13968,0,3072,31719,10521,50458,6685,1036,1964,4184,1439,342,0,111492835,41.0,56998785,70.7,41.0,0.0