Add 2015-01-20 — 556.6K events, 14 files
Browse files- README.md +22 -22
- data/commit_comments/2015/01/20.parquet +3 -0
- data/creates/2015/01/20.parquet +3 -0
- data/deletes/2015/01/20.parquet +3 -0
- data/forks/2015/01/20.parquet +3 -0
- data/issue_comments/2015/01/20.parquet +3 -0
- data/issues/2015/01/20.parquet +3 -0
- data/members/2015/01/20.parquet +3 -0
- data/pr_review_comments/2015/01/20.parquet +3 -0
- data/public_events/2015/01/20.parquet +3 -0
- data/pull_requests/2015/01/20.parquet +3 -0
- data/pushes/2015/01/20.parquet +3 -0
- data/releases/2015/01/20.parquet +3 -0
- data/stars/2015/01/20.parquet +3 -0
- data/wiki_pages/2015/01/20.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 92.
|
| 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 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 3.
|
| 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 | 134,
|
| 643 |
-
| `issues` | IssuesEvent | 15,
|
| 644 |
-
| `issue_comments` | IssueCommentEvent | 23,
|
| 645 |
-
| `pull_requests` | PullRequestEvent | 11,
|
| 646 |
-
| `pr_review_comments` | PullRequestReviewCommentEvent | 2,
|
| 647 |
-
| `stars` | WatchEvent | 24,
|
| 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 | 249,
|
| 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-20** (1,407 days), totaling **268,590,532 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 92.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 17.3 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 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 7.3M
|
| 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 | 17 | 7,284,854 | 428,520 | 2.5 GB | 1.2 GB | 12m01s | 26m58s | 15m44s |
|
| 152 |
|
| 153 |
|
| 154 |
### Pushes per year
|
|
|
|
| 160 |
2012 █████████░░░░░░░░░░░░░░░░░░░░░ 20.6M
|
| 161 |
2013 ██████████████████░░░░░░░░░░░░ 38.9M
|
| 162 |
2014 ██████████████████████████████ 63.1M
|
| 163 |
+
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 3.6M
|
| 164 |
```
|
| 165 |
|
| 166 |
|
|
|
|
| 181 |
2012 █████████░░░░░░░░░░░░░░░░░░░░░ 2.4M
|
| 182 |
2013 ██████████████████░░░░░░░░░░░░ 4.4M
|
| 183 |
2014 ██████████████████████████████ 7.3M
|
| 184 |
+
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 362.2K
|
| 185 |
```
|
| 186 |
|
| 187 |
|
|
|
|
| 204 |
2012 █████████░░░░░░░░░░░░░░░░░░░░░ 1.8M
|
| 205 |
2013 ████████████████░░░░░░░░░░░░░░ 3.0M
|
| 206 |
2014 ██████████████████████████████ 5.5M
|
| 207 |
+
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 350.5K
|
| 208 |
```
|
| 209 |
|
| 210 |
|
|
|
|
| 226 |
2012 ██████████░░░░░░░░░░░░░░░░░░░░ 4.0M
|
| 227 |
2013 ███████████████████░░░░░░░░░░░ 7.1M
|
| 228 |
2014 ██████████████████████████████ 11.2M
|
| 229 |
+
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 697.7K
|
| 230 |
```
|
| 231 |
|
| 232 |
|
|
|
|
| 639 |
|
| 640 |
| Table | GitHub Event | Events | % | Description |
|
| 641 |
|-------|-------------|-------:|---:|-------------|
|
| 642 |
+
| `pushes` | PushEvent | 134,895,072 | 50.2% | Git pushes with commits |
|
| 643 |
+
| `issues` | IssuesEvent | 15,441,688 | 5.7% | Issue lifecycle events |
|
| 644 |
+
| `issue_comments` | IssueCommentEvent | 23,525,147 | 8.8% | Comments on issues/PRs |
|
| 645 |
+
| `pull_requests` | PullRequestEvent | 11,120,236 | 4.1% | PR lifecycle events |
|
| 646 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 2,813,792 | 1.0% | Line-level PR comments |
|
| 647 |
+
| `stars` | WatchEvent | 24,865,428 | 9.3% | Repository stars |
|
| 648 |
+
| `forks` | ForkEvent | 9,418,344 | 3.5% | Repository forks |
|
| 649 |
+
| `creates` | CreateEvent | 33,636,455 | 12.5% | Branch/tag/repo creation |
|
| 650 |
+
| `deletes` | DeleteEvent | 3,708,545 | 1.4% | Branch/tag deletion |
|
| 651 |
+
| `releases` | ReleaseEvent | 416,724 | 0.2% | Release publications |
|
| 652 |
+
| `commit_comments` | CommitCommentEvent | 2,368,642 | 0.9% | Comments on commits |
|
| 653 |
+
| `wiki_pages` | GollumEvent | 4,066,554 | 1.5% | Wiki page edits |
|
| 654 |
+
| `members` | MemberEvent | 167,041 | 0.1% | Collaborator additions |
|
| 655 |
+
| `public_events` | PublicEvent | 249,787 | 0.1% | Repo made public |
|
| 656 |
|
| 657 |
## How it's built
|
| 658 |
|
data/commit_comments/2015/01/20.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:61031ee7e002a5291a5bef775e3140b585463c3cc210edc141673632d54eafc9
|
| 3 |
+
size 481452
|
data/creates/2015/01/20.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e3fce0044b85773d575bd8380397249b098dfc940839bb158b9f867494ebf984
|
| 3 |
+
size 2799765
|
data/deletes/2015/01/20.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c1e408e048ecf3e332b9aef76387d106a97c80d7a17838e911cbd764ce580157
|
| 3 |
+
size 383820
|
data/forks/2015/01/20.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:193a622af82b06d36d6d5903b505be7f6ec86d2412e2b35008f00243875bdb6b
|
| 3 |
+
size 2096774
|
data/issue_comments/2015/01/20.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:df48f8988df777d9f0b2d7854dc71670e465b34f4551e029e3c988a7149ca60c
|
| 3 |
+
size 10056748
|
data/issues/2015/01/20.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3bdcd7cdf73f094e3c91335aa7e171d159b0697b1eb7ad2b0401c78d1dc49aa0
|
| 3 |
+
size 6648671
|
data/members/2015/01/20.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0e057945091be68b512f046a5b35bfc24985a4f3f70eabef5480791a0e5cfdb1
|
| 3 |
+
size 107674
|
data/pr_review_comments/2015/01/20.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f9ec8989d677df5ff2d046ef14cb6efa252b0feb7c861f8dd9851280bd74bcfa
|
| 3 |
+
size 3326652
|
data/public_events/2015/01/20.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b233ae8a32b9b48b5df1f2976fca50757b7637a189d992e123e2f103ad14a1f6
|
| 3 |
+
size 24976
|
data/pull_requests/2015/01/20.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8b33cfe8583f2a2acfefc5502b0e21f290dd087f6eab840c11b81e443b8ecd27
|
| 3 |
+
size 5209241
|
data/pushes/2015/01/20.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:316c381d66da56e06e7fb64e105baa181db36cb0983028c455ec28205c21cf77
|
| 3 |
+
size 65674311
|
data/releases/2015/01/20.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:90d06b1c4e14dab71b2d2a0b786cb666c1e18551e01af2caf85f1fcd5c6438a1
|
| 3 |
+
size 227430
|
data/stars/2015/01/20.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9777b976bea2e48b8aa035820758004d5ca5e9a702e1d3a6e94008a26498cd15
|
| 3 |
+
size 1839850
|
data/wiki_pages/2015/01/20.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:32c542b51e3390be2df42545704756624d63346985c3466636951e35d6815267
|
| 3 |
+
size 331202
|
stats.csv
CHANGED
|
@@ -1404,4 +1404,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 1404 |
2015-01-16,502307,0,247603,25026,49796,25714,0,8751,47567,17528,57122,9504,1483,3625,5637,2447,504,0,194919505,99.9,91568887,131.4,99.9,50.5
|
| 1405 |
2015-01-17,344222,0,179395,16896,27226,14608,0,3728,33026,12577,41623,5547,998,2193,3784,2326,295,0,118319689,70.6,59334862,34.7,70.6,141.3
|
| 1406 |
2015-01-18,351906,0,189570,15900,27228,15074,0,3380,32199,12285,41844,5610,1089,2258,3622,1492,355,0,120049491,69.6,61985965,62.3,69.6,56.2
|
| 1407 |
-
2015-01-19,508068,0,248202,25174,48049,24197,0,7523,50817,18012,63731,9637,1489,3449,4989,2303,496,0,188374652,105.5,90383027,52.2,105.5,
|
|
|
|
|
|
| 1404 |
2015-01-16,502307,0,247603,25026,49796,25714,0,8751,47567,17528,57122,9504,1483,3625,5637,2447,504,0,194919505,99.9,91568887,131.4,99.9,50.5
|
| 1405 |
2015-01-17,344222,0,179395,16896,27226,14608,0,3728,33026,12577,41623,5547,998,2193,3784,2326,295,0,118319689,70.6,59334862,34.7,70.6,141.3
|
| 1406 |
2015-01-18,351906,0,189570,15900,27228,15074,0,3380,32199,12285,41844,5610,1089,2258,3622,1492,355,0,120049491,69.6,61985965,62.3,69.6,56.2
|
| 1407 |
+
2015-01-19,508068,0,248202,25174,48049,24197,0,7523,50817,18012,63731,9637,1489,3449,4989,2303,496,0,188374652,105.5,90383027,52.2,105.5,52.0
|
| 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,0.0
|