tamnd commited on
Commit
06d83de
·
verified ·
1 Parent(s): 00c1eb5

Add 2015-04-08 — 613.3K 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-07** (1,474 days), totaling **301,985,249 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 103.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 22.8 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
 
@@ -139,7 +139,7 @@ duckdb.sql("""
139
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 42.5M
140
  2013 ██████████████████░░░░░░░░░░░░ 76.2M
141
  2014 ██████████████████████████████ 124.6M
142
- 2015 █████████░░░░░░░░░░░░░░░░░░░░░ 40.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 | 84 | 40,679,571 | 484,280 | 13.1 GB | 6.7 GB | 55m54s | 2h09m | 1h59m |
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 █████████░░░░░░░░░░░░░░░░░░░░░ 20.0M
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 ██████████░░░░░░░░░░░░░░░░░░░ 2.0M
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 | 151,294,720 | 50.1% | Git pushes with commits |
643
- | `issues` | IssuesEvent | 17,149,043 | 5.7% | Issue lifecycle events |
644
- | `issue_comments` | IssueCommentEvent | 26,748,512 | 8.9% | Comments on issues/PRs |
645
- | `pull_requests` | PullRequestEvent | 12,768,807 | 4.2% | PR lifecycle events |
646
- | `pr_review_comments` | PullRequestReviewCommentEvent | 3,328,556 | 1.1% | Line-level PR comments |
647
- | `stars` | WatchEvent | 27,836,041 | 9.2% | Repository stars |
648
- | `forks` | ForkEvent | 10,548,368 | 3.5% | Repository forks |
649
- | `creates` | CreateEvent | 37,855,859 | 12.5% | Branch/tag/repo creation |
650
- | `deletes` | DeleteEvent | 4,377,764 | 1.4% | Branch/tag deletion |
651
- | `releases` | ReleaseEvent | 521,493 | 0.2% | Release publications |
652
- | `commit_comments` | CommitCommentEvent | 2,598,499 | 0.9% | Comments on commits |
653
- | `wiki_pages` | GollumEvent | 4,422,485 | 1.5% | Wiki page edits |
654
- | `members` | MemberEvent | 353,802 | 0.1% | Collaborator additions |
655
- | `public_events` | PublicEvent | 284,223 | 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-08** (1,475 days), totaling **302,598,519 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 103.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 22.9 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
 
 
139
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 42.5M
140
  2013 ██████████████████░░░░░░░░░░░░ 76.2M
141
  2014 ██████████████████████████████ 124.6M
142
+ 2015 █████████░░░░░░░░░░░░░░░░░░░░░ 41.3M
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 | 85 | 41,292,841 | 485,798 | 13.3 GB | 6.8 GB | 56m43s | 2h11m | 2h02m |
152
 
153
 
154
  ### Pushes per year
 
160
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 20.6M
161
  2013 ██████████████████░░░░░░░░░░░░ 38.9M
162
  2014 ██████████████████████████████ 63.1M
163
+ 2015 █████████░░░░░░░░░░░░░░░░░░░░░ 20.3M
164
  ```
165
 
166
 
 
204
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 1.8M
205
  2013 ████████████████░░░░░░░░░░░░░░ 3.0M
206
  2014 ██████████████████████████████ 5.5M
207
+ 2015 ██████████░░░░░░░░░░░░░░░░░░░ 2.0M
208
  ```
209
 
210
 
 
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
+ | `pushes` | PushEvent | 151,595,551 | 50.1% | Git pushes with commits |
643
+ | `issues` | IssuesEvent | 17,177,706 | 5.7% | Issue lifecycle events |
644
+ | `issue_comments` | IssueCommentEvent | 26,805,765 | 8.9% | Comments on issues/PRs |
645
+ | `pull_requests` | PullRequestEvent | 12,800,308 | 4.2% | PR lifecycle events |
646
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 3,339,338 | 1.1% | Line-level PR comments |
647
+ | `stars` | WatchEvent | 27,891,335 | 9.2% | Repository stars |
648
+ | `forks` | ForkEvent | 10,569,564 | 3.5% | Repository forks |
649
+ | `creates` | CreateEvent | 37,936,198 | 12.5% | Branch/tag/repo creation |
650
+ | `deletes` | DeleteEvent | 4,389,395 | 1.5% | Branch/tag deletion |
651
+ | `releases` | ReleaseEvent | 523,195 | 0.2% | Release publications |
652
+ | `commit_comments` | CommitCommentEvent | 2,602,745 | 0.9% | Comments on commits |
653
+ | `wiki_pages` | GollumEvent | 4,428,481 | 1.5% | Wiki page edits |
654
+ | `members` | MemberEvent | 357,099 | 0.1% | Collaborator additions |
655
+ | `public_events` | PublicEvent | 284,762 | 0.1% | Repo made public |
656
 
657
  ## How it's built
658
 
data/commit_comments/2015/04/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b38d3f0efcb001c24fa9d777fef37b224983bc586b05a0d20fa057bd4d9798f
3
+ size 541232
data/creates/2015/04/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c023a29315f95eb3474d311c87055271ca7b83ce26fa8537590c0f161fe3f35b
3
+ size 3160758
data/deletes/2015/04/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66e7703c7345c1d4a3c9cddeb62ec541301c10f4f25309411d251692fd7cb97f
3
+ size 406989
data/forks/2015/04/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9898f597fe589f69b663b00ab2377cfab6612308dd38a08d994a614b14845899
3
+ size 2203440
data/issue_comments/2015/04/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29b1f9fea64eab1063a513445eaf41426682085225e124eede34beccf774d569
3
+ size 10472044
data/issues/2015/04/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66399f1a328a928f5f95382c07c3670c282e76e1aa07833496c4daf1405e8373
3
+ size 6879795
data/members/2015/04/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c126df1ee5e338edbcf2d59a41a6d5a452fcd0cb09481b77f3743b4215aa0bb
3
+ size 130867
data/pr_review_comments/2015/04/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1973fd4270e87d0ddce28d70505b23bd057461ae38e4d2264041fedaf5ef7a5
3
+ size 3505689
data/public_events/2015/04/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db22f1a3e6f06276171cb7c5a164bead989783d5aea64aa7d78dc2a47d490ccd
3
+ size 25083
data/pull_requests/2015/04/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b54b3f48c8ddd809dfa3cb225a27298c928fdfeb9c44856285057d98fc84f5c
3
+ size 5615970
data/pushes/2015/04/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a03755652bc5433fddd3757100ea759f5f3d84b382736a513eb3430e19130335
3
+ size 71912895
data/releases/2015/04/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eecf0cc0691cf52c68ad18e3251fdcb1e69d0bbc02f907a5a4896abd103b9fab
3
+ size 243249
data/stars/2015/04/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:087e1610c8604e8056978f979ebcbe4ffa2b2e54e3c8cc498150caac5df7a8ea
3
+ size 1834929
data/wiki_pages/2015/04/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8eb8a4fd71238abb1a15f2aff82e41a6dd9591986d79a55e13ced14fe4d113e
3
+ size 364351
stats.csv CHANGED
@@ -1472,4 +1472,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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,40.5
1474
  2015-04-06,449814,0,224484,21021,39585,21373,0,6858,39055,13856,62605,8857,1384,2735,4975,2535,491,0,161409612,74.2,78964033,105.8,74.2,74.9
1475
- 2015-04-07,649106,0,313256,31015,61404,33488,0,11601,57058,21157,90438,12744,1903,3914,6743,3757,628,0,243972345,132.8,113537629,54.5,132.8,0.0
 
 
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,40.5
1474
  2015-04-06,449814,0,224484,21021,39585,21373,0,6858,39055,13856,62605,8857,1384,2735,4975,2535,491,0,161409612,74.2,78964033,105.8,74.2,74.9
1475
+ 2015-04-07,649106,0,313256,31015,61404,33488,0,11601,57058,21157,90438,12744,1903,3914,6743,3757,628,0,243972345,132.8,113537629,54.5,132.8,172.5
1476
+ 2015-04-08,613270,0,300831,28663,57253,31501,0,10782,55294,21196,80339,11631,1702,4246,5996,3297,539,0,228865964,112.2,107297291,49.4,112.2,0.0