Add 2015-04-13 — 619.2K events, 14 files
Browse files- README.md +20 -20
- data/commit_comments/2015/04/13.parquet +3 -0
- data/creates/2015/04/13.parquet +3 -0
- data/deletes/2015/04/13.parquet +3 -0
- data/forks/2015/04/13.parquet +3 -0
- data/issue_comments/2015/04/13.parquet +3 -0
- data/issues/2015/04/13.parquet +3 -0
- data/members/2015/04/13.parquet +3 -0
- data/pr_review_comments/2015/04/13.parquet +3 -0
- data/public_events/2015/04/13.parquet +3 -0
- data/pull_requests/2015/04/13.parquet +3 -0
- data/pushes/2015/04/13.parquet +3 -0
- data/releases/2015/04/13.parquet +3 -0
- data/stars/2015/04/13.parquet +3 -0
- data/wiki_pages/2015/04/13.parquet +3 -0
- stats.csv +3 -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-04-
|
| 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.
|
| 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 ██████████░░░░░░░░░░░░░░░░░░░░
|
| 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 █████████░░░░░░░░░░░░░░░░░░░░
|
| 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 |
|
|
@@ -639,20 +639,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
|
|
| 639 |
|
| 640 |
| Table | GitHub Event | Events | % | Description |
|
| 641 |
|-------|-------------|-------:|---:|-------------|
|
| 642 |
-
| `pushes` | PushEvent | 152,
|
| 643 |
-
| `issues` | IssuesEvent | 17,
|
| 644 |
-
| `issue_comments` | IssueCommentEvent | 26,
|
| 645 |
-
| `pull_requests` | PullRequestEvent | 12,
|
| 646 |
-
| `pr_review_comments` | PullRequestReviewCommentEvent | 3,
|
| 647 |
-
| `stars` | WatchEvent | 28,
|
| 648 |
-
| `forks` | ForkEvent | 10,
|
| 649 |
-
| `creates` | CreateEvent | 38,
|
| 650 |
-
| `deletes` | DeleteEvent | 4,
|
| 651 |
-
| `releases` | ReleaseEvent |
|
| 652 |
-
| `commit_comments` | CommitCommentEvent | 2,
|
| 653 |
-
| `wiki_pages` | GollumEvent | 4,
|
| 654 |
-
| `members` | MemberEvent |
|
| 655 |
-
| `public_events` | PublicEvent | 286,
|
| 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-15** (1,481 days), totaling **304,484,380 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.9 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 23.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 |
|
|
|
|
| 139 |
2012 ██████████░░░░░░░░░░░░░░░░░░░░ 42.5M
|
| 140 |
2013 ██████████████████░░░░░░░░░░░░ 76.2M
|
| 141 |
2014 ██████████████████████████████ 124.6M
|
| 142 |
+
2015 ██████████░░░░░░░░░░░░░░░░░░░░ 43.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 | 91 | 43,178,702 | 474,491 | 13.8 GB | 7.1 GB | 59m16s | 2h15m | 2h09m |
|
| 152 |
|
| 153 |
|
| 154 |
### Pushes per year
|
|
|
|
| 160 |
2012 █████████░░░░░░░░░░░░░░░░░░░░░ 20.6M
|
| 161 |
2013 ██████████████████░░░░░░░░░░░░ 38.9M
|
| 162 |
2014 ██████████████████████████████ 63.1M
|
| 163 |
+
2015 ██████████░░░░░░░░░░░░░░░░░░░░ 21.2M
|
| 164 |
```
|
| 165 |
|
| 166 |
|
|
|
|
| 181 |
2012 █████████░░░░░░░░░░░░░░░░░░░░░ 2.4M
|
| 182 |
2013 ██████████████████░░░░░░░░░░░░ 4.4M
|
| 183 |
2014 ██████████████████████████████ 7.3M
|
| 184 |
+
2015 █████████░░░░░░░░░░░░░░░░░░░░░ 2.2M
|
| 185 |
```
|
| 186 |
|
| 187 |
|
|
|
|
| 639 |
|
| 640 |
| Table | GitHub Event | Events | % | Description |
|
| 641 |
|-------|-------------|-------:|---:|-------------|
|
| 642 |
+
| `pushes` | PushEvent | 152,400,030 | 50.1% | Git pushes with commits |
|
| 643 |
+
| `issues` | IssuesEvent | 17,290,572 | 5.7% | Issue lifecycle events |
|
| 644 |
+
| `issue_comments` | IssueCommentEvent | 26,990,903 | 8.9% | Comments on issues/PRs |
|
| 645 |
+
| `pull_requests` | PullRequestEvent | 12,906,380 | 4.2% | PR lifecycle events |
|
| 646 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 3,369,021 | 1.1% | Line-level PR comments |
|
| 647 |
+
| `stars` | WatchEvent | 28,074,327 | 9.2% | Repository stars |
|
| 648 |
+
| `forks` | ForkEvent | 10,646,202 | 3.5% | Repository forks |
|
| 649 |
+
| `creates` | CreateEvent | 38,232,637 | 12.6% | Branch/tag/repo creation |
|
| 650 |
+
| `deletes` | DeleteEvent | 4,426,487 | 1.5% | Branch/tag deletion |
|
| 651 |
+
| `releases` | ReleaseEvent | 529,438 | 0.2% | Release publications |
|
| 652 |
+
| `commit_comments` | CommitCommentEvent | 2,615,240 | 0.9% | Comments on commits |
|
| 653 |
+
| `wiki_pages` | GollumEvent | 4,450,303 | 1.5% | Wiki page edits |
|
| 654 |
+
| `members` | MemberEvent | 368,818 | 0.1% | Collaborator additions |
|
| 655 |
+
| `public_events` | PublicEvent | 286,945 | 0.1% | Repo made public |
|
| 656 |
|
| 657 |
## How it's built
|
| 658 |
|
data/commit_comments/2015/04/13.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:97140398ced7c89b87f6294cd97badf69e309196396e402d2893a809a9b8aebc
|
| 3 |
+
size 479433
|
data/creates/2015/04/13.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:facb4eb3e6f973850aeec814c9c3c90b5f87b290e069aaf26884995d1a62561a
|
| 3 |
+
size 3126076
|
data/deletes/2015/04/13.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8407bf8bdfb9d1051863954726e1dfc99bc3348c2bf8f96920817255cda88a8b
|
| 3 |
+
size 405691
|
data/forks/2015/04/13.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5813276ff8a670e38bcd2c632e1309b1e0b90ac58452832065b47bf2cc43b12e
|
| 3 |
+
size 2146977
|
data/issue_comments/2015/04/13.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a0b645256e68a49b91cd050ca9c7126a70cce4b640868c0281d120832c832f61
|
| 3 |
+
size 10630193
|
data/issues/2015/04/13.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:23c74a0682c237185b10f3748d1a450010a1824d01a5e553570ba42472d8b9f4
|
| 3 |
+
size 8728623
|
data/members/2015/04/13.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d7eea79a7bc359bae8cd2e1a157bd239d0695b5585ce90dbfb3cfcaecab1638d
|
| 3 |
+
size 146847
|
data/pr_review_comments/2015/04/13.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:44d726896caf0fded0164071c32f0c44ab84ddae3e831d5d5fe7e702dc24a886
|
| 3 |
+
size 3586508
|
data/public_events/2015/04/13.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:11fcb0dfdbfaf5c682b348347327073c64fc9c896b884b18a84114e0bf1bb888
|
| 3 |
+
size 27399
|
data/pull_requests/2015/04/13.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fb8b345df9d350c6cf4b955385b44808eca4123ab6349db69ce2499356582ca4
|
| 3 |
+
size 5501368
|
data/pushes/2015/04/13.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:33914ba095202229b2b869fc1a924accb64bbb5ccbd3721a3a6999945110f0f0
|
| 3 |
+
size 72336951
|
data/releases/2015/04/13.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:677db3b41d3088e1fbcdbbd8464042a1729e8aa67f5b635983daa5a5fb3c1fcd
|
| 3 |
+
size 336757
|
data/stars/2015/04/13.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d3b64ec1be5163b6630d36c9ef29a7d7028fbf987a91ba4cdd2eaa707792fac9
|
| 3 |
+
size 1828820
|
data/wiki_pages/2015/04/13.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d3011e4e4f1e256f25eb01324269dd9e70a8c65aa6d51aa867cd06749b1ad955
|
| 3 |
+
size 450237
|
stats.csv
CHANGED
|
@@ -1477,4 +1477,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 1477 |
2015-04-09,231792,0,0,21526,42294,22649,0,7272,43763,15731,58541,8174,1348,2579,5025,2464,426,0,0,0.0,26528596,0.0,0.0,29.0
|
| 1478 |
2015-04-10,533261,0,252148,25984,50090,26187,0,7872,47145,17632,83207,9739,1547,3014,5168,3064,464,0,193813257,64.5,91219706,35.4,64.5,126.2
|
| 1479 |
2015-04-11,62878,0,28547,4171,4166,2527,0,486,5019,1947,13579,934,129,221,648,437,67,0,0,0.0,9797097,0.0,0.0,35.3
|
| 1480 |
-
2015-04-12,414425,0,224619,18390,29537,16080,0,3279,33772,13481,58450,6677,1257,2167,4333,1984,399,0,132277912,70.4,68798402,33.6,70.4,
|
|
|
|
|
|
|
|
|
| 1477 |
2015-04-09,231792,0,0,21526,42294,22649,0,7272,43763,15731,58541,8174,1348,2579,5025,2464,426,0,0,0.0,26528596,0.0,0.0,29.0
|
| 1478 |
2015-04-10,533261,0,252148,25984,50090,26187,0,7872,47145,17632,83207,9739,1547,3014,5168,3064,464,0,193813257,64.5,91219706,35.4,64.5,126.2
|
| 1479 |
2015-04-11,62878,0,28547,4171,4166,2527,0,486,5019,1947,13579,934,129,221,648,437,67,0,0,0.0,9797097,0.0,0.0,35.3
|
| 1480 |
+
2015-04-12,414425,0,224619,18390,29537,16080,0,3279,33772,13481,58450,6677,1257,2167,4333,1984,399,0,132277912,70.4,68798402,33.6,70.4,58.1
|
| 1481 |
+
2015-04-13,619181,0,299165,35095,59051,30397,0,10774,53293,20507,82662,11568,1962,3630,6648,3770,659,0,236247758,126.1,109731880,83.5,126.1,0.0
|
| 1482 |
+
2015-04-15,24324,0,0,7700,0,8232,0,0,0,7340,0,0,0,884,0,0,168,0,0,0.0,4406275,0.0,0.0,0.0
|