Add 2015-01-26 — 538.4K events, 14 files
Browse files- README.md +22 -22
- data/commit_comments/2015/01/26.parquet +3 -0
- data/creates/2015/01/26.parquet +3 -0
- data/deletes/2015/01/26.parquet +3 -0
- data/forks/2015/01/26.parquet +3 -0
- data/issue_comments/2015/01/26.parquet +3 -0
- data/issues/2015/01/26.parquet +3 -0
- data/members/2015/01/26.parquet +3 -0
- data/pr_review_comments/2015/01/26.parquet +3 -0
- data/public_events/2015/01/26.parquet +3 -0
- data/pull_requests/2015/01/26.parquet +3 -0
- data/pushes/2015/01/26.parquet +3 -0
- data/releases/2015/01/26.parquet +3 -0
- data/stars/2015/01/26.parquet +3 -0
- data/wiki_pages/2015/01/26.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-01-
|
| 65 |
|
| 66 |
-
We believe this is the most complete and regularly updated structured mirror of public GitHub activity available on Hugging Face. The original 93.
|
| 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 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 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 | 136,
|
| 643 |
-
| `issues` | IssuesEvent | 15,
|
| 644 |
-
| `issue_comments` | IssueCommentEvent | 23,
|
| 645 |
-
| `pull_requests` | PullRequestEvent | 11,
|
| 646 |
-
| `pr_review_comments` | PullRequestReviewCommentEvent | 2,
|
| 647 |
-
| `stars` | WatchEvent | 25,
|
| 648 |
-
| `forks` | ForkEvent | 9,
|
| 649 |
-
| `creates` | CreateEvent |
|
| 650 |
-
| `deletes` | DeleteEvent | 3,
|
| 651 |
-
| `releases` | ReleaseEvent |
|
| 652 |
-
| `commit_comments` | CommitCommentEvent | 2,
|
| 653 |
-
| `wiki_pages` | GollumEvent | 4,
|
| 654 |
-
| `members` | MemberEvent |
|
| 655 |
-
| `public_events` | PublicEvent | 252,
|
| 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-01-26** (1,413 days), totaling **271,483,253 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 93.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 17.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 |
2012 ██████████░░░░░░░░░░░░░░░░░░░░ 42.5M
|
| 140 |
2013 ██████████████████░░░░░░░░░░░░ 76.2M
|
| 141 |
2014 ██████████████████████████████ 124.6M
|
| 142 |
+
2015 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 10.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 | 23 | 10,177,575 | 442,503 | 3.5 GB | 1.7 GB | 16m15s | 37m07s | 21m52s |
|
| 152 |
|
| 153 |
|
| 154 |
### Pushes per year
|
|
|
|
| 160 |
2012 █████████░░░░░░░░░░░░░░░░░░░░░ 20.6M
|
| 161 |
2013 ██████████████████░░░░░░░░░░░░ 38.9M
|
| 162 |
2014 ██████████████████████████████ 63.1M
|
| 163 |
+
2015 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.1M
|
| 164 |
```
|
| 165 |
|
| 166 |
|
|
|
|
| 181 |
2012 █████████░░░░░░░░░░░░░░░░░░░░░ 2.4M
|
| 182 |
2013 ██████████████████░░░░░░░░░░░░ 4.4M
|
| 183 |
2014 ██████████████████████████████ 7.3M
|
| 184 |
+
2015 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 499.5K
|
| 185 |
```
|
| 186 |
|
| 187 |
|
|
|
|
| 204 |
2012 █████████░░░░░░░░░░░░░░░░░░░░░ 1.8M
|
| 205 |
2013 ████████████████░░░░░░░░░░░░░░ 3.0M
|
| 206 |
2014 ██████████████████████████████ 5.5M
|
| 207 |
+
2015 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 487.9K
|
| 208 |
```
|
| 209 |
|
| 210 |
|
|
|
|
| 226 |
2012 ██████████░░░░░░░░░░░░░░░░░░░░ 4.0M
|
| 227 |
2013 ███████████████████░░░░░░░░░░░ 7.1M
|
| 228 |
2014 ██████████████████████████████ 11.2M
|
| 229 |
+
2015 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 957.2K
|
| 230 |
```
|
| 231 |
|
| 232 |
|
|
|
|
| 639 |
|
| 640 |
| Table | GitHub Event | Events | % | Description |
|
| 641 |
|-------|-------------|-------:|---:|-------------|
|
| 642 |
+
| `pushes` | PushEvent | 136,349,447 | 50.2% | Git pushes with commits |
|
| 643 |
+
| `issues` | IssuesEvent | 15,578,949 | 5.7% | Issue lifecycle events |
|
| 644 |
+
| `issue_comments` | IssueCommentEvent | 23,782,073 | 8.8% | Comments on issues/PRs |
|
| 645 |
+
| `pull_requests` | PullRequestEvent | 11,257,635 | 4.1% | PR lifecycle events |
|
| 646 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 2,856,091 | 1.1% | Line-level PR comments |
|
| 647 |
+
| `stars` | WatchEvent | 25,125,003 | 9.3% | Repository stars |
|
| 648 |
+
| `forks` | ForkEvent | 9,520,769 | 3.5% | Repository forks |
|
| 649 |
+
| `creates` | CreateEvent | 34,002,962 | 12.5% | Branch/tag/repo creation |
|
| 650 |
+
| `deletes` | DeleteEvent | 3,761,662 | 1.4% | Branch/tag deletion |
|
| 651 |
+
| `releases` | ReleaseEvent | 425,795 | 0.2% | Release publications |
|
| 652 |
+
| `commit_comments` | CommitCommentEvent | 2,387,805 | 0.9% | Comments on commits |
|
| 653 |
+
| `wiki_pages` | GollumEvent | 4,102,192 | 1.5% | Wiki page edits |
|
| 654 |
+
| `members` | MemberEvent | 182,853 | 0.1% | Collaborator additions |
|
| 655 |
+
| `public_events` | PublicEvent | 252,940 | 0.1% | Repo made public |
|
| 656 |
|
| 657 |
## How it's built
|
| 658 |
|
data/commit_comments/2015/01/26.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:27b3e924ab06f6fa78f9dbcd5c6affe3d60a7c47eb5279581ccbc13767044174
|
| 3 |
+
size 483781
|
data/creates/2015/01/26.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b3005477da79151fe9c0614e76f8dafaec0457069583b6b31c8edb15cfe05e2
|
| 3 |
+
size 2653874
|
data/deletes/2015/01/26.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e717cc742e475cac483d85dce1ff0321e278219332cb26d422bacb43fc90f52a
|
| 3 |
+
size 360393
|
data/forks/2015/01/26.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4a80695f2a2b9f21b1e888eed6b07e32883da71de3a4a14c4cce27b2ed37cb6a
|
| 3 |
+
size 1878896
|
data/issue_comments/2015/01/26.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:45cf61ea6ce53dc17c0743a80aac3dc75f520f5ca1ba79784416d50bd9d08f1d
|
| 3 |
+
size 9686851
|
data/issues/2015/01/26.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fab3d7b888c809333429f8a6afb441b0656a64773697f8f293217080ac031841
|
| 3 |
+
size 6319807
|
data/members/2015/01/26.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d52c5d043e9602274f92d9b81cd6f6928839fcc9d7be9e5a9039f899d67e7853
|
| 3 |
+
size 106905
|
data/pr_review_comments/2015/01/26.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b96f70843e4973369bdd00b46a9ff52102dd490bdf001f521c6412fc949c8456
|
| 3 |
+
size 3014052
|
data/public_events/2015/01/26.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b7039cef310c2d3c6c2edb07cd8726d40fe751a69fa09010edc42f33856a89e3
|
| 3 |
+
size 30371
|
data/pull_requests/2015/01/26.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d321aeda4e30f22da788bd7bf1e87007361030bdd02e0705bff4e962b620040e
|
| 3 |
+
size 4734059
|
data/pushes/2015/01/26.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:80f620341f10d105ff7159a8ba1f32247f0e9aac55676381f2263493334756cc
|
| 3 |
+
size 63905737
|
data/releases/2015/01/26.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:20b1df39f0a56daeb8d52cce800e50c86968966beb78eaae380d820058fbe35a
|
| 3 |
+
size 247959
|
data/stars/2015/01/26.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dde2c30f2b3a443e621aac447180f0cb98aaf39dec139362223d0f482312ce8f
|
| 3 |
+
size 1735231
|
data/wiki_pages/2015/01/26.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a9d0f5bfe103e0322feec379cc8591e13a7c8cb3fe2f45ccc38ada750c2fce4
|
| 3 |
+
size 412074
|
stats.csv
CHANGED
|
@@ -1410,4 +1410,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 1410 |
2015-01-22,528368,0,248373,25015,49626,26506,0,9112,45561,18319,82563,9443,1500,3884,5403,2594,469,0,196339450,112.3,91207882,34.1,112.3,63.7
|
| 1411 |
2015-01-23,526133,0,260596,25100,49844,26532,0,8887,48328,19155,62592,10028,1664,3934,5549,3448,476,0,200263576,115.9,93925438,48.9,115.9,81.1
|
| 1412 |
2015-01-24,374809,0,205778,16028,27408,15755,0,3282,31749,13502,44019,6518,1102,2061,4235,2952,420,0,125913547,74.8,65453914,47.2,74.8,78.9
|
| 1413 |
-
2015-01-25,413389,0,230547,16356,26690,16262,0,3199,34838,15229,49051,6931,1633,2327,8240,1618,468,0,136785766,78.6,72147387,52.7,78.6,
|
|
|
|
|
|
| 1410 |
2015-01-22,528368,0,248373,25015,49626,26506,0,9112,45561,18319,82563,9443,1500,3884,5403,2594,469,0,196339450,112.3,91207882,34.1,112.3,63.7
|
| 1411 |
2015-01-23,526133,0,260596,25100,49844,26532,0,8887,48328,19155,62592,10028,1664,3934,5549,3448,476,0,200263576,115.9,93925438,48.9,115.9,81.1
|
| 1412 |
2015-01-24,374809,0,205778,16028,27408,15755,0,3282,31749,13502,44019,6518,1102,2061,4235,2952,420,0,125913547,74.8,65453914,47.2,74.8,78.9
|
| 1413 |
+
2015-01-25,413389,0,230547,16356,26690,16262,0,3199,34838,15229,49051,6931,1633,2327,8240,1618,468,0,136785766,78.6,72147387,52.7,78.6,39.6
|
| 1414 |
+
2015-01-26,538383,0,263926,27095,52247,26444,0,8712,52608,17998,63239,10201,1679,3427,7243,2746,818,0,202319510,113.4,95569990,34.4,113.4,0.0
|