Add 2015-02-11 — 562.3K events, 14 files
Browse files- README.md +22 -22
- data/commit_comments/2015/02/11.parquet +3 -0
- data/creates/2015/02/11.parquet +3 -0
- data/deletes/2015/02/11.parquet +3 -0
- data/forks/2015/02/11.parquet +3 -0
- data/issue_comments/2015/02/11.parquet +3 -0
- data/issues/2015/02/11.parquet +3 -0
- data/members/2015/02/11.parquet +3 -0
- data/pr_review_comments/2015/02/11.parquet +3 -0
- data/public_events/2015/02/11.parquet +3 -0
- data/pull_requests/2015/02/11.parquet +3 -0
- data/pushes/2015/02/11.parquet +3 -0
- data/releases/2015/02/11.parquet +3 -0
- data/stars/2015/02/11.parquet +3 -0
- data/wiki_pages/2015/02/11.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 96.
|
| 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 |
|
|
@@ -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 | 140,
|
| 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-11** (1,429 days), totaling **279,491,325 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 96.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 19.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 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 18.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 | 39 | 18,185,647 | 466,298 | 6.3 GB | 3.0 GB | 28m49s | 1h05m | 45m51s |
|
| 152 |
|
| 153 |
|
| 154 |
### Pushes per year
|
|
|
|
| 160 |
2012 █████████░░░░░░░░░░░░░░░░░░░░░ 20.6M
|
| 161 |
2013 ██████████████████░░░░░░░░░░░░ 38.9M
|
| 162 |
2014 ██████████████████████████████ 63.1M
|
| 163 |
+
2015 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 9.1M
|
| 164 |
```
|
| 165 |
|
| 166 |
|
|
|
|
| 181 |
2012 █████████░░░░░░░░░░░░░░░░░░░░░ 2.4M
|
| 182 |
2013 ██████████████████░░░░░░░░░░░░ 4.4M
|
| 183 |
2014 ██████████████████████████████ 7.3M
|
| 184 |
+
2015 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 903.7K
|
| 185 |
```
|
| 186 |
|
| 187 |
|
|
|
|
| 204 |
2012 █████████░░░░░░░░░░░░░░░░░░░░░ 1.8M
|
| 205 |
2013 ████████████████░░░░░░░░░░░░░░ 3.0M
|
| 206 |
2014 ██████████████████████████████ 5.5M
|
| 207 |
+
2015 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 886.7K
|
| 208 |
```
|
| 209 |
|
| 210 |
|
|
|
|
| 226 |
2012 ██████████░░░░░░░░░░░░░░░░░░░░ 4.0M
|
| 227 |
2013 ███████████████████░░░░░░░░░░░ 7.1M
|
| 228 |
2014 ██████████████████████████████ 11.2M
|
| 229 |
+
2015 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.7M
|
| 230 |
```
|
| 231 |
|
| 232 |
|
|
|
|
| 639 |
|
| 640 |
| Table | GitHub Event | Events | % | Description |
|
| 641 |
|-------|-------------|-------:|---:|-------------|
|
| 642 |
+
| `pushes` | PushEvent | 140,363,284 | 50.2% | Git pushes with commits |
|
| 643 |
+
| `issues` | IssuesEvent | 15,983,180 | 5.7% | Issue lifecycle events |
|
| 644 |
+
| `issue_comments` | IssueCommentEvent | 24,555,213 | 8.8% | Comments on issues/PRs |
|
| 645 |
+
| `pull_requests` | PullRequestEvent | 11,656,396 | 4.2% | PR lifecycle events |
|
| 646 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 2,981,465 | 1.1% | Line-level PR comments |
|
| 647 |
+
| `stars` | WatchEvent | 25,858,236 | 9.3% | Repository stars |
|
| 648 |
+
| `forks` | ForkEvent | 9,793,667 | 3.5% | Repository forks |
|
| 649 |
+
| `creates` | CreateEvent | 34,926,336 | 12.5% | Branch/tag/repo creation |
|
| 650 |
+
| `deletes` | DeleteEvent | 3,914,153 | 1.4% | Branch/tag deletion |
|
| 651 |
+
| `releases` | ReleaseEvent | 450,134 | 0.2% | Release publications |
|
| 652 |
+
| `commit_comments` | CommitCommentEvent | 2,440,840 | 0.9% | Comments on commits |
|
| 653 |
+
| `wiki_pages` | GollumEvent | 4,183,111 | 1.5% | Wiki page edits |
|
| 654 |
+
| `members` | MemberEvent | 226,871 | 0.1% | Collaborator additions |
|
| 655 |
+
| `public_events` | PublicEvent | 261,362 | 0.1% | Repo made public |
|
| 656 |
|
| 657 |
## How it's built
|
| 658 |
|
data/commit_comments/2015/02/11.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cb385e9d5cbfd869e8a25cd4b3126ede74ecac90eba5d0a523247ed5f4b48f2e
|
| 3 |
+
size 500470
|
data/creates/2015/02/11.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:765d5fd3ec6008e75ce0d259a240612f33a77462f0147753fb1fcefda6094fc6
|
| 3 |
+
size 2735462
|
data/deletes/2015/02/11.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e93188ddc29799f0c74e2c2b84462ee08563609a69716422654e647b4d06e05a
|
| 3 |
+
size 423373
|
data/forks/2015/02/11.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cec8b2ec26fc9e6b18853430dffdcf77f3bff0dec9d7fbc6a4bb69954cf4626f
|
| 3 |
+
size 1986677
|
data/issue_comments/2015/02/11.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:12930b5835e7c1ceeea9151cddbcc3f3128f22488cbe960d05668cf82c558e97
|
| 3 |
+
size 10087578
|
data/issues/2015/02/11.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1e3f378037613ec37e74122680e9a71e590c0d2ff6b0e6fdd3a3efc3f4483413
|
| 3 |
+
size 6910198
|
data/members/2015/02/11.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:262f54635d71fe7513e010c124cb1f9d629efc3f11b063fb0377fdb102d89615
|
| 3 |
+
size 118503
|
data/pr_review_comments/2015/02/11.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4b1b9947abaf6ec8e648c2bdddab804c4a2943486d1407bdc19b90913d71a1ce
|
| 3 |
+
size 3684727
|
data/public_events/2015/02/11.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:42a785ec3d948937dd59dcd06e8c9dc8ff2dcc61cf9050d924a5c13f41fc243e
|
| 3 |
+
size 24589
|
data/pull_requests/2015/02/11.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:918d89fc8e58488783975b758385924a1e8b2745837ae21cce13fa5c9015f7b9
|
| 3 |
+
size 5345439
|
data/pushes/2015/02/11.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:87c8bf824f86822f2e008b6d75da4b91cf1ac7efd73438aa7b4b37b40147ef5d
|
| 3 |
+
size 67870449
|
data/releases/2015/02/11.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4afe37df7bb67404e755cd8151cd45120376cb770ba46c6fc9687d99becee942
|
| 3 |
+
size 264015
|
data/stars/2015/02/11.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7e3003a97e4f46622adc8b4e948d82e1a9fd0b614c9bcec6b72b37208e9458bd
|
| 3 |
+
size 1678690
|
data/wiki_pages/2015/02/11.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:718d87bf10bf08872b5f8c6716bbd99dd048e3b42adff54031afaff2adcd30f0
|
| 3 |
+
size 314021
|
stats.csv
CHANGED
|
@@ -1426,4 +1426,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 1426 |
2015-02-07,364891,0,194907,16858,28203,15812,0,3586,31932,12928,44514,6186,1025,1939,3974,2609,418,0,124586249,83.8,62357071,32.8,83.8,68.7
|
| 1427 |
2015-02-08,382978,0,208574,17087,29844,15901,0,3712,32946,12399,46026,7254,1156,1987,3939,1751,402,0,130767978,83.7,67441285,26.7,83.7,68.8
|
| 1428 |
2015-02-09,539269,0,269003,26412,52333,26368,0,8683,49288,18505,63497,11255,1588,3551,5150,3000,636,0,202638128,137.1,95815780,41.9,137.1,137.1
|
| 1429 |
-
2015-02-10,566990,0,280970,28747,56838,28845,0,9756,52663,18757,64368,10890,1805,3872,5514,3436,529,0,218763245,139.9,101265013,44.8,139.9,
|
|
|
|
|
|
| 1426 |
2015-02-07,364891,0,194907,16858,28203,15812,0,3586,31932,12928,44514,6186,1025,1939,3974,2609,418,0,124586249,83.8,62357071,32.8,83.8,68.7
|
| 1427 |
2015-02-08,382978,0,208574,17087,29844,15901,0,3712,32946,12399,46026,7254,1156,1987,3939,1751,402,0,130767978,83.7,67441285,26.7,83.7,68.8
|
| 1428 |
2015-02-09,539269,0,269003,26412,52333,26368,0,8683,49288,18505,63497,11255,1588,3551,5150,3000,636,0,202638128,137.1,95815780,41.9,137.1,137.1
|
| 1429 |
+
2015-02-10,566990,0,280970,28747,56838,28845,0,9756,52663,18757,64368,10890,1805,3872,5514,3436,529,0,218763245,139.9,101265013,44.8,139.9,84.0
|
| 1430 |
+
2015-02-11,562266,0,279259,28160,55233,29204,0,10504,49503,18482,64659,12821,1730,3818,5299,3022,572,0,217673282,125.6,101944191,30.0,125.6,0.0
|