Add 2015-02-05 — 551.4K events, 14 files
Browse files- README.md +21 -21
- data/commit_comments/2015/02/05.parquet +3 -0
- data/creates/2015/02/05.parquet +3 -0
- data/deletes/2015/02/05.parquet +3 -0
- data/forks/2015/02/05.parquet +3 -0
- data/issue_comments/2015/02/05.parquet +3 -0
- data/issues/2015/02/05.parquet +3 -0
- data/members/2015/02/05.parquet +3 -0
- data/pr_review_comments/2015/02/05.parquet +3 -0
- data/public_events/2015/02/05.parquet +3 -0
- data/pull_requests/2015/02/05.parquet +3 -0
- data/pushes/2015/02/05.parquet +3 -0
- data/releases/2015/02/05.parquet +3 -0
- data/stars/2015/02/05.parquet +3 -0
- data/wiki_pages/2015/02/05.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 95.
|
| 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 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 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 |
|
|
@@ -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 |
|
| 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-05** (1,423 days), totaling **276,536,713 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.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 18.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 |
|
|
|
|
| 139 |
2012 ██████████░░░░░░░░░░░░░░░░░░░░ 42.5M
|
| 140 |
2013 ██████████████████░░░░░░░░░░░░ 76.2M
|
| 141 |
2014 ██████████████████████████████ 124.6M
|
| 142 |
+
2015 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 15.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 | 33 | 15,231,035 | 461,546 | 5.3 GB | 2.5 GB | 24m36s | 54m16s | 35m49s |
|
| 152 |
|
| 153 |
|
| 154 |
### Pushes per year
|
|
|
|
| 160 |
2012 █████████░░░░░░░░░░░░░░░░░░░░░ 20.6M
|
| 161 |
2013 ██████████████████░░░░░░░░░░░░ 38.9M
|
| 162 |
2014 ██████████████████████████████ 63.1M
|
| 163 |
+
2015 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 7.6M
|
| 164 |
```
|
| 165 |
|
| 166 |
|
|
|
|
| 181 |
2012 █████████░░░░░░░░░░░░░░░░░░░░░ 2.4M
|
| 182 |
2013 ██████████████████░░░░░░░░░░░░ 4.4M
|
| 183 |
2014 ██████████████████████████████ 7.3M
|
| 184 |
+
2015 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 759.8K
|
| 185 |
```
|
| 186 |
|
| 187 |
|
|
|
|
| 204 |
2012 █████████░░░░░░░░░░░░░░░░░░░░░ 1.8M
|
| 205 |
2013 ████████████████░░░░░░░░░░░░░░ 3.0M
|
| 206 |
2014 ██████████████████████████████ 5.5M
|
| 207 |
+
2015 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 742.6K
|
| 208 |
```
|
| 209 |
|
| 210 |
|
|
|
|
| 639 |
|
| 640 |
| Table | GitHub Event | Events | % | Description |
|
| 641 |
|-------|-------------|-------:|---:|-------------|
|
| 642 |
+
| `pushes` | PushEvent | 138,862,135 | 50.2% | Git pushes with commits |
|
| 643 |
+
| `issues` | IssuesEvent | 15,839,315 | 5.7% | Issue lifecycle events |
|
| 644 |
+
| `issue_comments` | IssueCommentEvent | 24,281,069 | 8.8% | Comments on issues/PRs |
|
| 645 |
+
| `pull_requests` | PullRequestEvent | 11,512,323 | 4.2% | PR lifecycle events |
|
| 646 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 2,936,334 | 1.1% | Line-level PR comments |
|
| 647 |
+
| `stars` | WatchEvent | 25,593,955 | 9.3% | Repository stars |
|
| 648 |
+
| `forks` | ForkEvent | 9,693,720 | 3.5% | Repository forks |
|
| 649 |
+
| `creates` | CreateEvent | 34,580,239 | 12.5% | Branch/tag/repo creation |
|
| 650 |
+
| `deletes` | DeleteEvent | 3,855,199 | 1.4% | Branch/tag deletion |
|
| 651 |
+
| `releases` | ReleaseEvent | 441,285 | 0.2% | Release publications |
|
| 652 |
+
| `commit_comments` | CommitCommentEvent | 2,421,830 | 0.9% | Comments on commits |
|
| 653 |
+
| `wiki_pages` | GollumEvent | 4,153,915 | 1.5% | Wiki page edits |
|
| 654 |
+
| `members` | MemberEvent | 210,064 | 0.1% | Collaborator additions |
|
| 655 |
+
| `public_events` | PublicEvent | 258,253 | 0.1% | Repo made public |
|
| 656 |
|
| 657 |
## How it's built
|
| 658 |
|
data/commit_comments/2015/02/05.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d49b1b453748b640d05cb1cfb923e5ce20553a08b2ba7837dd8b5fc83cca35a4
|
| 3 |
+
size 474238
|
data/creates/2015/02/05.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0af3f4b74f69091e3a48aeb5c10d0dfce4d7cf4787599355f7933cc3fab060a7
|
| 3 |
+
size 2645221
|
data/deletes/2015/02/05.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a8bc6e2c269f2cd89bbc7801800afcf97065043449ed1717d365f38b0c497506
|
| 3 |
+
size 387045
|
data/forks/2015/02/05.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a29e66e9d977e3adadaf08ba78b09310be3478a38d5c9590ab639b6ce0cf0582
|
| 3 |
+
size 2026143
|
data/issue_comments/2015/02/05.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ee2120638f80bd05f105a12f90a940ba0246bb2644becedcac3bd04d17448a8f
|
| 3 |
+
size 10321732
|
data/issues/2015/02/05.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bd61e046797b24b879b4735ae8a89861bd57ab7f381c51ff730d4bb5b025b34f
|
| 3 |
+
size 6449297
|
data/members/2015/02/05.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7f557b50463efcecd8991c47de90ea637e6cd0f684b69f5e386960e318ff14b4
|
| 3 |
+
size 117103
|
data/pr_review_comments/2015/02/05.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:584550f867edb6db2543fea2e583c451ddb2d407151e4323b23a24cdd0dbd5db
|
| 3 |
+
size 3141831
|
data/public_events/2015/02/05.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f5afb824833e49b5ddfb324cb9ac1c912858223b4444e7a505ad169eee572772
|
| 3 |
+
size 24683
|
data/pull_requests/2015/02/05.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7f8d47fa969cd1d285e19d6125a545f22a20ed8f2fa42075104865b4b7531e4b
|
| 3 |
+
size 5046713
|
data/pushes/2015/02/05.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:62301c11417632903ccfc5626eec51414a3cbcba818fc92cbad8fa74d0ad1737
|
| 3 |
+
size 66260248
|
data/releases/2015/02/05.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9b1f0eb15e355826fbac2b68bad6b3ff52a0425bae003796286f92aa49e2388c
|
| 3 |
+
size 223660
|
data/stars/2015/02/05.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1204723afde6b7931a7d46a76d9339d6276abba917eda32b4af39365ff7e11b5
|
| 3 |
+
size 1649848
|
data/wiki_pages/2015/02/05.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1c5ce9e7a1109f1c2d3cb46d6cb137560e983717b8a63c61f898d1c9553e79a5
|
| 3 |
+
size 374883
|
stats.csv
CHANGED
|
@@ -1420,4 +1420,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 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,
|
|
|
|
|
|
| 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,69.4
|
| 1424 |
+
2015-02-05,551421,0,272969,27191,56499,27984,0,9339,48680,19549,63982,11192,1582,3717,5207,2991,539,0,212115672,116.4,99142645,72.8,116.4,0.0
|