Add 2015-01-24 — 374.8K events, 14 files
Browse files- README.md +22 -22
- data/commit_comments/2015/01/24.parquet +3 -0
- data/creates/2015/01/24.parquet +3 -0
- data/deletes/2015/01/24.parquet +3 -0
- data/forks/2015/01/24.parquet +3 -0
- data/issue_comments/2015/01/24.parquet +3 -0
- data/issues/2015/01/24.parquet +3 -0
- data/members/2015/01/24.parquet +3 -0
- data/pr_review_comments/2015/01/24.parquet +3 -0
- data/public_events/2015/01/24.parquet +3 -0
- data/pull_requests/2015/01/24.parquet +3 -0
- data/pushes/2015/01/24.parquet +3 -0
- data/releases/2015/01/24.parquet +3 -0
- data/stars/2015/01/24.parquet +3 -0
- data/wiki_pages/2015/01/24.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 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 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 | 135,
|
| 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 | 251,
|
| 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-24** (1,411 days), totaling **270,531,481 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.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 17.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 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 9.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 | 21 | 9,225,803 | 439,323 | 3.2 GB | 1.5 GB | 14m48s | 33m55s | 19m54s |
|
| 152 |
|
| 153 |
|
| 154 |
### Pushes per year
|
|
|
|
| 160 |
2012 █████████░░░░░░░░░░░░░░░░░░░░░ 20.6M
|
| 161 |
2013 ██████████████████░░░░░░░░░░░░ 38.9M
|
| 162 |
2014 ██████████████████████████████ 63.1M
|
| 163 |
+
2015 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 4.6M
|
| 164 |
```
|
| 165 |
|
| 166 |
|
|
|
|
| 181 |
2012 █████████░░░░░░░░░░░░░░░░░░░░░ 2.4M
|
| 182 |
2013 ██████████████████░░░░░░░░░░░░ 4.4M
|
| 183 |
2014 ██████████████████████████████ 7.3M
|
| 184 |
+
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 456.0K
|
| 185 |
```
|
| 186 |
|
| 187 |
|
|
|
|
| 204 |
2012 █████████░░░░░░░░░░░░░░░░░░░░░ 1.8M
|
| 205 |
2013 ████████████████░░░░░░░░░░░░░░ 3.0M
|
| 206 |
2014 ██████████████████████████████ 5.5M
|
| 207 |
+
2015 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 445.2K
|
| 208 |
```
|
| 209 |
|
| 210 |
|
|
|
|
| 226 |
2012 ██████████░░░░░░░░░░░░░░░░░░░░ 4.0M
|
| 227 |
2013 ███████████████████░░░░░░░░░░░ 7.1M
|
| 228 |
2014 ██████████████████████████████ 11.2M
|
| 229 |
+
2015 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 869.8K
|
| 230 |
```
|
| 231 |
|
| 232 |
|
|
|
|
| 639 |
|
| 640 |
| Table | GitHub Event | Events | % | Description |
|
| 641 |
|-------|-------------|-------:|---:|-------------|
|
| 642 |
+
| `pushes` | PushEvent | 135,854,974 | 50.2% | Git pushes with commits |
|
| 643 |
+
| `issues` | IssuesEvent | 15,535,498 | 5.7% | Issue lifecycle events |
|
| 644 |
+
| `issue_comments` | IssueCommentEvent | 23,703,136 | 8.8% | Comments on issues/PRs |
|
| 645 |
+
| `pull_requests` | PullRequestEvent | 11,214,929 | 4.1% | PR lifecycle events |
|
| 646 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 2,844,180 | 1.1% | Line-level PR comments |
|
| 647 |
+
| `stars` | WatchEvent | 25,037,557 | 9.3% | Repository stars |
|
| 648 |
+
| `forks` | ForkEvent | 9,487,542 | 3.5% | Repository forks |
|
| 649 |
+
| `creates` | CreateEvent | 33,890,672 | 12.5% | Branch/tag/repo creation |
|
| 650 |
+
| `deletes` | DeleteEvent | 3,744,530 | 1.4% | Branch/tag deletion |
|
| 651 |
+
| `releases` | ReleaseEvent | 422,483 | 0.2% | Release publications |
|
| 652 |
+
| `commit_comments` | CommitCommentEvent | 2,382,051 | 0.9% | Comments on commits |
|
| 653 |
+
| `wiki_pages` | GollumEvent | 4,086,709 | 1.5% | Wiki page edits |
|
| 654 |
+
| `members` | MemberEvent | 178,489 | 0.1% | Collaborator additions |
|
| 655 |
+
| `public_events` | PublicEvent | 251,654 | 0.1% | Repo made public |
|
| 656 |
|
| 657 |
## How it's built
|
| 658 |
|
data/commit_comments/2015/01/24.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ceb5dc3f62fc9cfc37305d378fbd4d8907caa61c2eb43d583d5dbdaacb89eead
|
| 3 |
+
size 284560
|
data/creates/2015/01/24.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5f5a0aa17c8e382acedb03e822cf4c25b3185eda36e67917f179cd5c47500f8a
|
| 3 |
+
size 1832695
|
data/deletes/2015/01/24.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:873d7d000422732c3e50bce46088eba72b38ba29c73af1285e7dc909f161f336
|
| 3 |
+
size 211045
|
data/forks/2015/01/24.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d4a6a6f52e21ba93007a969e87ee8b081c17aa47921d4339978f49b138fae69a
|
| 3 |
+
size 1371332
|
data/issue_comments/2015/01/24.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:16817972e1199e66b693a6317a0e3ddc6561a87127851acb53e730fb8896d50a
|
| 3 |
+
size 5155645
|
data/issues/2015/01/24.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0b5c7a73c9dfc92ba22bcf7b69651df4f28bd825de747644926a072c6578ffd8
|
| 3 |
+
size 3846702
|
data/members/2015/01/24.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a48e29b7094134066458a2416a739a4343c425f8ee360d1f4ac4247e42d047ee
|
| 3 |
+
size 120443
|
data/pr_review_comments/2015/01/24.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ae982b3118d5f23e3b04729b9ac71b0f31aea14f429e7b2117b77ee5e68e45e3
|
| 3 |
+
size 1107603
|
data/public_events/2015/01/24.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f29e88fedb6d2110eeceb7287c889258f6274ca4853d00bd72a147f98530f436
|
| 3 |
+
size 19100
|
data/pull_requests/2015/01/24.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:405eb48eb79c1bd1e761a295f546b130fe1d7a269e5753fa068b3661825614a3
|
| 3 |
+
size 2758080
|
data/pushes/2015/01/24.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a23a48dbaf07eeb20a6737c032f21d15643562944e25afec99c9f6bcc3f16872
|
| 3 |
+
size 47193449
|
data/releases/2015/01/24.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:186c76c62fd1ff3ec7174765b44dee9fd4a1faea4d15e6b8cccc6bf3f5412441
|
| 3 |
+
size 166550
|
data/stars/2015/01/24.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:32c22798260f7c8df9132f02504b5b8aefa7a1e814ffb656983be856e0594708
|
| 3 |
+
size 1082705
|
data/wiki_pages/2015/01/24.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9b1bdd32894abd5db544c04af7d0358d0e8a90fb5d5b108a97333085a7edacb3
|
| 3 |
+
size 304005
|
stats.csv
CHANGED
|
@@ -1408,4 +1408,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 1408 |
2015-01-20,556562,0,267268,28416,55466,28076,0,9513,54440,20245,67922,11304,1606,3779,5166,2767,594,0,214018824,122.6,99208566,63.2,122.6,29.1
|
| 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,
|
|
|
|
|
|
| 1408 |
2015-01-20,556562,0,267268,28416,55466,28076,0,9513,54440,20245,67922,11304,1606,3779,5166,2767,594,0,214018824,122.6,99208566,63.2,122.6,29.1
|
| 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,0.0
|