Add 2015-02-04 — 580.5K events, 14 files
Browse files- README.md +22 -22
- data/commit_comments/2015/02/04.parquet +3 -0
- data/creates/2015/02/04.parquet +3 -0
- data/deletes/2015/02/04.parquet +3 -0
- data/forks/2015/02/04.parquet +3 -0
- data/issue_comments/2015/02/04.parquet +3 -0
- data/issues/2015/02/04.parquet +3 -0
- data/members/2015/02/04.parquet +3 -0
- data/pr_review_comments/2015/02/04.parquet +3 -0
- data/public_events/2015/02/04.parquet +3 -0
- data/pull_requests/2015/02/04.parquet +3 -0
- data/pushes/2015/02/04.parquet +3 -0
- data/releases/2015/02/04.parquet +3 -0
- data/stars/2015/02/04.parquet +3 -0
- data/wiki_pages/2015/02/04.parquet +3 -0
- stats.csv +2 -1
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-02-
|
| 65 |
|
| 66 |
-
We believe this is the most complete and regularly updated structured mirror of public GitHub activity available on Hugging Face. The original
|
| 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 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 14.
|
| 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 |
|
| 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 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 7.
|
| 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 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 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 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 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 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.
|
| 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 | 138,
|
| 643 |
-
| `issues` | IssuesEvent | 15,
|
| 644 |
-
| `issue_comments` | IssueCommentEvent | 24,
|
| 645 |
-
| `pull_requests` | PullRequestEvent | 11,
|
| 646 |
-
| `pr_review_comments` | PullRequestReviewCommentEvent | 2,
|
| 647 |
-
| `stars` | WatchEvent | 25,
|
| 648 |
-
| `forks` | ForkEvent | 9,
|
| 649 |
-
| `creates` | CreateEvent | 34,
|
| 650 |
-
| `deletes` | DeleteEvent | 3,
|
| 651 |
-
| `releases` | ReleaseEvent |
|
| 652 |
-
| `commit_comments` | CommitCommentEvent | 2,
|
| 653 |
-
| `wiki_pages` | GollumEvent | 4,
|
| 654 |
-
| `members` | MemberEvent |
|
| 655 |
-
| `public_events` | PublicEvent | 257,
|
| 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-02-04** (1,422 days), totaling **275,985,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 95.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 18.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 |
|
|
|
|
| 139 |
2012 ██████████░░░░░░░░░░░░░░░░░░░░ 42.5M
|
| 140 |
2013 ██████████████████░░░░░░░░░░░░ 76.2M
|
| 141 |
2014 ██████████████████████████████ 124.6M
|
| 142 |
+
2015 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 14.7M
|
| 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 | 32 | 14,679,614 | 458,737 | 5.1 GB | 2.4 GB | 23m23s | 52m20s | 34m39s |
|
| 152 |
|
| 153 |
|
| 154 |
### Pushes per year
|
|
|
|
| 160 |
2012 █████████░░░░░░░░░░░░░░░░░░░░░ 20.6M
|
| 161 |
2013 ██████████████████░░░░░░░░░░░░ 38.9M
|
| 162 |
2014 ██████████████████████████████ 63.1M
|
| 163 |
+
2015 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 7.3M
|
| 164 |
```
|
| 165 |
|
| 166 |
|
|
|
|
| 181 |
2012 █████████░░░░░░░░░░░░░░░░░░░░░ 2.4M
|
| 182 |
2013 ██████████████████░░░░░░░░░░░░ 4.4M
|
| 183 |
2014 ██████████████████████████████ 7.3M
|
| 184 |
+
2015 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 732.6K
|
| 185 |
```
|
| 186 |
|
| 187 |
|
|
|
|
| 204 |
2012 █████████░░░░░░░░░░░░░░░░░░░░░ 1.8M
|
| 205 |
2013 ████████████████░░░░░░░░░░░░░░ 3.0M
|
| 206 |
2014 ██████████████████████████████ 5.5M
|
| 207 |
+
2015 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 714.6K
|
| 208 |
```
|
| 209 |
|
| 210 |
|
|
|
|
| 226 |
2012 ██████████░░░░░░░░░░░░░░░░░░░░ 4.0M
|
| 227 |
2013 ███████████████████░░░░░░░░░░░ 7.1M
|
| 228 |
2014 ██████████████████████████████ 11.2M
|
| 229 |
+
2015 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.4M
|
| 230 |
```
|
| 231 |
|
| 232 |
|
|
|
|
| 639 |
|
| 640 |
| Table | GitHub Event | Events | % | Description |
|
| 641 |
|-------|-------------|-------:|---:|-------------|
|
| 642 |
+
| `pushes` | PushEvent | 138,589,166 | 50.2% | Git pushes with commits |
|
| 643 |
+
| `issues` | IssuesEvent | 15,812,124 | 5.7% | Issue lifecycle events |
|
| 644 |
+
| `issue_comments` | IssueCommentEvent | 24,224,570 | 8.8% | Comments on issues/PRs |
|
| 645 |
+
| `pull_requests` | PullRequestEvent | 11,484,339 | 4.2% | PR lifecycle events |
|
| 646 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 2,926,995 | 1.1% | Line-level PR comments |
|
| 647 |
+
| `stars` | WatchEvent | 25,545,275 | 9.3% | Repository stars |
|
| 648 |
+
| `forks` | ForkEvent | 9,674,171 | 3.5% | Repository forks |
|
| 649 |
+
| `creates` | CreateEvent | 34,516,257 | 12.5% | Branch/tag/repo creation |
|
| 650 |
+
| `deletes` | DeleteEvent | 3,844,007 | 1.4% | Branch/tag deletion |
|
| 651 |
+
| `releases` | ReleaseEvent | 439,703 | 0.2% | Release publications |
|
| 652 |
+
| `commit_comments` | CommitCommentEvent | 2,418,113 | 0.9% | Comments on commits |
|
| 653 |
+
| `wiki_pages` | GollumEvent | 4,148,708 | 1.5% | Wiki page edits |
|
| 654 |
+
| `members` | MemberEvent | 207,073 | 0.1% | Collaborator additions |
|
| 655 |
+
| `public_events` | PublicEvent | 257,714 | 0.1% | Repo made public |
|
| 656 |
|
| 657 |
## How it's built
|
| 658 |
|
data/commit_comments/2015/02/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2cebc3e0983b0e7808cee400b5b5d902590c6b7e7350ce3864af865f5b656e5c
|
| 3 |
+
size 528634
|
data/creates/2015/02/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6e492ad774cb9578a4c1c42ab0614f6cf3aed2f8624562f0fba2cfcc935b66d3
|
| 3 |
+
size 2794110
|
data/deletes/2015/02/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ca6c5b986400c59874ecf30849613b68d3103871c0652881bf2e78b61a683717
|
| 3 |
+
size 376267
|
data/forks/2015/02/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e387d34e004138dd47b6b701a6a4adb1bb9bfba862d358a09417b4b13e6e8ee3
|
| 3 |
+
size 2249195
|
data/issue_comments/2015/02/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:58d61040fec53ddd0263283ffd8ff9ba41b23639cb7344d0d34d8ec9f4207c6c
|
| 3 |
+
size 11365753
|
data/issues/2015/02/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0e4b3191e15821811788128148c416e176603928ed43b0e4da4a152f0d317c5a
|
| 3 |
+
size 7423182
|
data/members/2015/02/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:60d73f0dfc132b3e33c64984335f4f944ab24550e3224414078fa2b5557d1dee
|
| 3 |
+
size 114364
|
data/pr_review_comments/2015/02/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:35b26a3d2857bc2ad247ac99cf5c4ea489b30e56cf559d15e93816376e6df0ab
|
| 3 |
+
size 3238388
|
data/public_events/2015/02/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:194c87ceb31265ba2d6632cdfc6d1a76883f22deaee23ec808496ae6fcc3a13b
|
| 3 |
+
size 29732
|
data/pull_requests/2015/02/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:14a7be7164c07740f9ad55930f2d28bba9f354c3aa5b083b1a8a9df734f1b547
|
| 3 |
+
size 5293202
|
data/pushes/2015/02/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:51836f26d3c5a391f58462d3cdb5bf39976e5a63be76a697ab8a4de007bdaaaf
|
| 3 |
+
size 67693282
|
data/releases/2015/02/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:84a62b7134f69474a8b1327882888fe3c45d3a1f6392be5d4d99b874ba78dae4
|
| 3 |
+
size 242767
|
data/stars/2015/02/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8d375bbdfd4b69b0eb7b89f2e4295a10b3788b468b728520889b7741ec787dc3
|
| 3 |
+
size 1786342
|
data/wiki_pages/2015/02/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1e835c44a3a5190dcc680f0b5cb783e4df39fa856c7589c10d104a0eef4a1abe
|
| 3 |
+
size 371307
|
stats.csv
CHANGED
|
@@ -1419,4 +1419,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 1419 |
2015-01-31,352170,0,187168,16977,27635,15692,0,3234,32155,11871,41620,5949,1199,1824,3930,2542,374,0,120882558,80.7,61187691,44.4,80.7,70.1
|
| 1420 |
2015-02-01,364541,0,197137,17584,28545,15141,0,3342,35213,11350,41262,6210,1143,2030,3596,1589,399,0,123277686,73.4,62970058,33.9,73.4,53.8
|
| 1421 |
2015-02-02,534695,0,261073,31091,55412,26091,0,8774,50500,18022,59955,9901,1627,3650,5305,2744,550,0,206817437,116.9,96560910,44.6,116.9,102.4
|
| 1422 |
-
2015-02-03,545625,0,265073,28553,57656,27517,0,8794,52536,19249,62258,10098,1455,3964,4947,2976,549,0,211994038,122.6,97058661,49.9,122.6,
|
|
|
|
|
|
| 1419 |
2015-01-31,352170,0,187168,16977,27635,15692,0,3234,32155,11871,41620,5949,1199,1824,3930,2542,374,0,120882558,80.7,61187691,44.4,80.7,70.1
|
| 1420 |
2015-02-01,364541,0,197137,17584,28545,15141,0,3342,35213,11350,41262,6210,1143,2030,3596,1589,399,0,123277686,73.4,62970058,33.9,73.4,53.8
|
| 1421 |
2015-02-02,534695,0,261073,31091,55412,26091,0,8774,50500,18022,59955,9901,1627,3650,5305,2744,550,0,206817437,116.9,96560910,44.6,116.9,102.4
|
| 1422 |
+
2015-02-03,545625,0,265073,28553,57656,27517,0,8794,52536,19249,62258,10098,1455,3964,4947,2976,549,0,211994038,122.6,97058661,49.9,122.6,127.7
|
| 1423 |
+
2015-02-04,580496,0,280464,32221,62289,29245,0,9701,53302,20960,66026,10494,1768,4076,6365,2912,673,0,228243275,121.1,103506525,88.5,121.1,0.0
|