Add 2015-01-25 — 413.4K events, 14 files
Browse files- README.md +22 -22
- data/commit_comments/2015/01/25.parquet +3 -0
- data/creates/2015/01/25.parquet +3 -0
- data/deletes/2015/01/25.parquet +3 -0
- data/forks/2015/01/25.parquet +3 -0
- data/issue_comments/2015/01/25.parquet +3 -0
- data/issues/2015/01/25.parquet +3 -0
- data/members/2015/01/25.parquet +3 -0
- data/pr_review_comments/2015/01/25.parquet +3 -0
- data/public_events/2015/01/25.parquet +3 -0
- data/pull_requests/2015/01/25.parquet +3 -0
- data/pushes/2015/01/25.parquet +3 -0
- data/releases/2015/01/25.parquet +3 -0
- data/stars/2015/01/25.parquet +3 -0
- data/wiki_pages/2015/01/25.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 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 9.
|
| 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 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 4.
|
| 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 |
|
| 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 | 33,
|
| 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-01-25** (1,412 days), totaling **270,944,870 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.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 17.7 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 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 9.6M
|
| 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 | 22 | 9,639,192 | 438,145 | 3.3 GB | 1.6 GB | 15m41s | 35m13s | 21m13s |
|
| 152 |
|
| 153 |
|
| 154 |
### Pushes per year
|
|
|
|
| 160 |
2012 █████████░░░░░░░░░░░░░░░░░░░░░ 20.6M
|
| 161 |
2013 ██████████████████░░░░░░░░░░░░ 38.9M
|
| 162 |
2014 ██████████████████████████████ 63.1M
|
| 163 |
+
2015 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 4.8M
|
| 164 |
```
|
| 165 |
|
| 166 |
|
|
|
|
| 181 |
2012 █████████░░░░░░░░░░░░░░░░░░░░░ 2.4M
|
| 182 |
2013 ██████████████████░░░░░░░░░░░░ 4.4M
|
| 183 |
2014 ██████████████████████████████ 7.3M
|
| 184 |
+
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 472.4K
|
| 185 |
```
|
| 186 |
|
| 187 |
|
|
|
|
| 204 |
2012 █████████░░░░░░░░░░░░░░░░░░░░░ 1.8M
|
| 205 |
2013 ████████████████░░░░░░░░░░░░░░ 3.0M
|
| 206 |
2014 ██████████████████████████████ 5.5M
|
| 207 |
+
2015 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 461.4K
|
| 208 |
```
|
| 209 |
|
| 210 |
|
|
|
|
| 226 |
2012 ██████████░░░░░░░░░░░░░░░░░░░░ 4.0M
|
| 227 |
2013 ███████████████████░░░░░░░░░░░ 7.1M
|
| 228 |
2014 ██████████████████████████████ 11.2M
|
| 229 |
+
2015 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 904.6K
|
| 230 |
```
|
| 231 |
|
| 232 |
|
|
|
|
| 639 |
|
| 640 |
| Table | GitHub Event | Events | % | Description |
|
| 641 |
|-------|-------------|-------:|---:|-------------|
|
| 642 |
+
| `pushes` | PushEvent | 136,085,521 | 50.2% | Git pushes with commits |
|
| 643 |
+
| `issues` | IssuesEvent | 15,551,854 | 5.7% | Issue lifecycle events |
|
| 644 |
+
| `issue_comments` | IssueCommentEvent | 23,729,826 | 8.8% | Comments on issues/PRs |
|
| 645 |
+
| `pull_requests` | PullRequestEvent | 11,231,191 | 4.1% | PR lifecycle events |
|
| 646 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 2,847,379 | 1.1% | Line-level PR comments |
|
| 647 |
+
| `stars` | WatchEvent | 25,072,395 | 9.3% | Repository stars |
|
| 648 |
+
| `forks` | ForkEvent | 9,502,771 | 3.5% | Repository forks |
|
| 649 |
+
| `creates` | CreateEvent | 33,939,723 | 12.5% | Branch/tag/repo creation |
|
| 650 |
+
| `deletes` | DeleteEvent | 3,751,461 | 1.4% | Branch/tag deletion |
|
| 651 |
+
| `releases` | ReleaseEvent | 424,116 | 0.2% | Release publications |
|
| 652 |
+
| `commit_comments` | CommitCommentEvent | 2,384,378 | 0.9% | Comments on commits |
|
| 653 |
+
| `wiki_pages` | GollumEvent | 4,094,949 | 1.5% | Wiki page edits |
|
| 654 |
+
| `members` | MemberEvent | 180,107 | 0.1% | Collaborator additions |
|
| 655 |
+
| `public_events` | PublicEvent | 252,122 | 0.1% | Repo made public |
|
| 656 |
|
| 657 |
## How it's built
|
| 658 |
|
data/commit_comments/2015/01/25.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e0a87a7e4a6d54642396812a9aad967057a9ab1a9cb6c3750cc6191908033559
|
| 3 |
+
size 310053
|
data/creates/2015/01/25.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:88cc3e7c4a1eefaf85769a3ceb57bf5bdce3ca3b916df84835a553110e6367f6
|
| 3 |
+
size 1967525
|
data/deletes/2015/01/25.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e319507086225070017e5134ed935114ff5ae70c7db7410b10c5005364b93594
|
| 3 |
+
size 222634
|
data/forks/2015/01/25.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:10d09280b2511af3509b1012c4b8c9b3d9d949fca313ab437739c5c8abfe0009
|
| 3 |
+
size 1463228
|
data/issue_comments/2015/01/25.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3802e6260eb03e7ce1787e34fdd20f159cf39cdaacd6b2b73e7454b148a8e79f
|
| 3 |
+
size 5012756
|
data/issues/2015/01/25.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:457051033914a740c51643ea162e44879449528fe3ed4329df625155efabf18b
|
| 3 |
+
size 3899775
|
data/members/2015/01/25.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:289a65791a82a0ad0595204871dd4201ee1cf2a7fc2b9781de0d11f6bd2dd141
|
| 3 |
+
size 66260
|
data/pr_review_comments/2015/01/25.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a8b924aebb1ce5a6197f74988332cb37dfce02334c09c3f2046779eda908cc3e
|
| 3 |
+
size 1121224
|
data/public_events/2015/01/25.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:be5463f9cfe3f3e8167ed6930a78d79869c5a3af26fc40875d50485d87efb79b
|
| 3 |
+
size 20555
|
data/pull_requests/2015/01/25.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:45b1c6877778412875125ef46600520fec6bf6daadf2657fa4a1b1eb03b38f7f
|
| 3 |
+
size 2775767
|
data/pushes/2015/01/25.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2cc861406b35f762bd27426782f0f94878adac89aa5f92c928a169dc14d68707
|
| 3 |
+
size 53405187
|
data/releases/2015/01/25.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:add045a08adca2c5f97e928e28397c2af32330432161a946291e7e91e9eda09f
|
| 3 |
+
size 207157
|
data/stars/2015/01/25.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:240975219be50ca3725ce486ffe57b99956a192aa1778b38d75aeea73f2c26fe
|
| 3 |
+
size 1133721
|
data/wiki_pages/2015/01/25.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1f83acbeab9e3286334067d66fe49a9bd322ddabe9bdc15f21af38f723fd429a
|
| 3 |
+
size 541545
|
stats.csv
CHANGED
|
@@ -1409,4 +1409,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 1409 |
2015-01-21,511639,0,245155,27667,51111,25900,0,9107,46491,18222,65043,9996,1493,3530,4968,2454,502,0,196551616,113.6,90933072,37.5,113.6,75.8
|
| 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,
|
|
|
|
|
|
| 1409 |
2015-01-21,511639,0,245155,27667,51111,25900,0,9107,46491,18222,65043,9996,1493,3530,4968,2454,502,0,196551616,113.6,90933072,37.5,113.6,75.8
|
| 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,0.0
|