Add 2014-04-13 — 293.6K events, 11 files
Browse files- README.md +19 -19
- data/commit_comments/2014/04/13.parquet +3 -0
- data/creates/2014/04/13.parquet +3 -0
- data/deletes/2014/04/13.parquet +3 -0
- data/forks/2014/04/13.parquet +3 -0
- data/issue_comments/2014/04/13.parquet +3 -0
- data/issues/2014/04/13.parquet +3 -0
- data/public_events/2014/04/13.parquet +3 -0
- data/pull_requests/2014/04/13.parquet +3 -0
- data/pushes/2014/04/13.parquet +3 -0
- data/stars/2014/04/13.parquet +3 -0
- data/wiki_pages/2014/04/13.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 **2014-04-
|
| 65 |
|
| 66 |
-
We believe this is the most complete and regularly updated structured mirror of public GitHub activity available on Hugging Face. The original 44.
|
| 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 |
|
|
@@ -723,7 +723,7 @@ duckdb.sql("""
|
|
| 723 |
2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
|
| 724 |
2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
|
| 725 |
2013 ██████████████████████████████ 74.5M
|
| 726 |
-
2014 ████████████░░░░░░░░░░░░░░░░░░
|
| 727 |
```
|
| 728 |
|
| 729 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
|
@@ -731,7 +731,7 @@ duckdb.sql("""
|
|
| 731 |
| 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
|
| 732 |
| 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
|
| 733 |
| 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
|
| 734 |
-
| 2014 |
|
| 735 |
|
| 736 |
|
| 737 |
### Pushes per year
|
|
@@ -740,7 +740,7 @@ duckdb.sql("""
|
|
| 740 |
2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
|
| 741 |
2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
|
| 742 |
2013 ██████████████████████████████ 38.1M
|
| 743 |
-
2014 ████████████░░░░░░░░░░░░░░░░░░ 16.
|
| 744 |
```
|
| 745 |
|
| 746 |
|
|
@@ -750,7 +750,7 @@ duckdb.sql("""
|
|
| 750 |
2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 737.1K
|
| 751 |
2012 █████████████░░░░░░░░░░░░░░░░░ 1.9M
|
| 752 |
2013 ██████████████████████████████ 4.3M
|
| 753 |
-
2014 ███████████░░░░░░░░░░░░░░░░░░
|
| 754 |
```
|
| 755 |
|
| 756 |
|
|
@@ -1154,20 +1154,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
|
|
| 1154 |
|
| 1155 |
| Table | GitHub Event | Events | % | Description |
|
| 1156 |
|-------|-------------|-------:|---:|-------------|
|
| 1157 |
-
| `pushes` | PushEvent | 77,
|
| 1158 |
-
| `issues` | IssuesEvent | 8,
|
| 1159 |
-
| `issue_comments` | IssueCommentEvent | 13,
|
| 1160 |
-
| `pull_requests` | PullRequestEvent | 6,
|
| 1161 |
-
| `pr_review_comments` | PullRequestReviewCommentEvent | 1,
|
| 1162 |
-
| `stars` | WatchEvent | 14,
|
| 1163 |
-
| `forks` | ForkEvent | 5,
|
| 1164 |
-
| `creates` | CreateEvent | 19,
|
| 1165 |
-
| `deletes` | DeleteEvent | 1,
|
| 1166 |
-
| `releases` | ReleaseEvent | 148,
|
| 1167 |
-
| `commit_comments` | CommitCommentEvent | 1,
|
| 1168 |
-
| `wiki_pages` | GollumEvent | 2,
|
| 1169 |
| `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
|
| 1170 |
-
| `public_events` | PublicEvent |
|
| 1171 |
|
| 1172 |
## How it's built
|
| 1173 |
|
|
|
|
| 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 **2014-04-13** (981 days), totaling **154,839,372 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 44.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 14.5 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 |
|
|
|
|
| 723 |
2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
|
| 724 |
2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
|
| 725 |
2013 ██████████████████████████████ 74.5M
|
| 726 |
+
2014 ████████████░░░░░░░░░░░░░░░░░░ 32.0M
|
| 727 |
```
|
| 728 |
|
| 729 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
|
|
|
| 731 |
| 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
|
| 732 |
| 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
|
| 733 |
| 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
|
| 734 |
+
| 2014 | 103 | 32,002,975 | 310,708 | 9.7 GB | 2.9 GB | 1h08m | 5h25m | 1h33m |
|
| 735 |
|
| 736 |
|
| 737 |
### Pushes per year
|
|
|
|
| 740 |
2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
|
| 741 |
2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
|
| 742 |
2013 ██████████████████████████████ 38.1M
|
| 743 |
+
2014 ████████████░░░░░░░░░░░░░░░░░░ 16.3M
|
| 744 |
```
|
| 745 |
|
| 746 |
|
|
|
|
| 750 |
2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 737.1K
|
| 751 |
2012 █████████████░░░░░░░░░░░░░░░░░ 1.9M
|
| 752 |
2013 ██████████████████████████████ 4.3M
|
| 753 |
+
2014 ████████████░░░░░░░░░░░░░░░░░░ 1.7M
|
| 754 |
```
|
| 755 |
|
| 756 |
|
|
|
|
| 1154 |
|
| 1155 |
| Table | GitHub Event | Events | % | Description |
|
| 1156 |
|-------|-------------|-------:|---:|-------------|
|
| 1157 |
+
| `pushes` | PushEvent | 77,536,960 | 50.1% | Git pushes with commits |
|
| 1158 |
+
| `issues` | IssuesEvent | 8,687,758 | 5.6% | Issue lifecycle events |
|
| 1159 |
+
| `issue_comments` | IssueCommentEvent | 13,458,027 | 8.7% | Comments on issues/PRs |
|
| 1160 |
+
| `pull_requests` | PullRequestEvent | 6,204,229 | 4.0% | PR lifecycle events |
|
| 1161 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 1,336,953 | 0.9% | Line-level PR comments |
|
| 1162 |
+
| `stars` | WatchEvent | 14,572,227 | 9.4% | Repository stars |
|
| 1163 |
+
| `forks` | ForkEvent | 5,563,762 | 3.6% | Repository forks |
|
| 1164 |
+
| `creates` | CreateEvent | 19,717,121 | 12.7% | Branch/tag/repo creation |
|
| 1165 |
+
| `deletes` | DeleteEvent | 1,802,814 | 1.2% | Branch/tag deletion |
|
| 1166 |
+
| `releases` | ReleaseEvent | 148,709 | 0.1% | Release publications |
|
| 1167 |
+
| `commit_comments` | CommitCommentEvent | 1,478,337 | 1.0% | Comments on commits |
|
| 1168 |
+
| `wiki_pages` | GollumEvent | 2,692,941 | 1.7% | Wiki page edits |
|
| 1169 |
| `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
|
| 1170 |
+
| `public_events` | PublicEvent | 143,187 | 0.1% | Repo made public |
|
| 1171 |
|
| 1172 |
## How it's built
|
| 1173 |
|
data/commit_comments/2014/04/13.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e0363c5773df64c630f514acb527b688f85719a9ef8a5a9ca2487d0ab0fee786
|
| 3 |
+
size 69574
|
data/creates/2014/04/13.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a2f6188ba99afa854210c8ecb6361349a9ae2fbcf3158a4382199472d97638e8
|
| 3 |
+
size 1158643
|
data/deletes/2014/04/13.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f7063fc809128c48ec91c8ae52c33db3ec2f82bdeb9e95a80a14cafd937d5715
|
| 3 |
+
size 122078
|
data/forks/2014/04/13.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:966c60fdecae92dc68b899a119c2fa41d98875e5045a3e2f08b8782e535f21af
|
| 3 |
+
size 266982
|
data/issue_comments/2014/04/13.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:32141360a269a38fab92a515c7b70e68190ae460dafbbc0dd895b6bf85843606
|
| 3 |
+
size 550970
|
data/issues/2014/04/13.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a776a486f9e2fa274b2e0b0a36af14154ef12e4a89bbb11891ecc0972329ab2f
|
| 3 |
+
size 458946
|
data/public_events/2014/04/13.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7fd1abf4565c03a19f6cdf323a2898e0b1def5bb24dff20130fdc076fd2b28cc
|
| 3 |
+
size 9545
|
data/pull_requests/2014/04/13.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ea4cf3f36350b84821e0fbcc902d417a82da1180efc2db0c8ee133af90374844
|
| 3 |
+
size 1755307
|
data/pushes/2014/04/13.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2c4ff0ac9cb949b86ac4f8ac7d909019ce075d72dfb58507d9dd6b5ef401a89f
|
| 3 |
+
size 23006418
|
data/stars/2014/04/13.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e4893e768847a2fcfa77f7b5330cb51e6029bfacd8b357bf0f51c4b2a5214081
|
| 3 |
+
size 578483
|
data/wiki_pages/2014/04/13.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b4abf443fe75c577376588fa721910be8bbbfb79e3f58251cc0bbbce67911e18
|
| 3 |
+
size 297255
|
stats.csv
CHANGED
|
@@ -978,4 +978,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 978 |
2014-04-09,387745,2547,199034,17866,34380,18202,0,6286,34067,13915,45019,6777,828,3293,5130,0,401,0,131074955,283.8,39801911,30.9,283.8,56.3
|
| 979 |
2014-04-10,392736,2372,195143,22211,43688,17365,0,5096,32495,14159,44131,6876,891,3165,4785,0,359,0,125992211,280.1,37727540,50.1,280.1,43.4
|
| 980 |
2014-04-11,337123,2286,169732,17616,34224,15329,0,4128,28334,11808,39328,6265,796,2765,4181,0,331,0,111384975,249.1,34373383,40.9,249.1,48.9
|
| 981 |
-
2014-04-12,242393,1938,134087,10851,17382,8818,0,1681,19877,9097,30071,3215,476,1548,3164,0,188,0,74621102,163.4,24248267,34.6,163.4,
|
|
|
|
|
|
| 978 |
2014-04-09,387745,2547,199034,17866,34380,18202,0,6286,34067,13915,45019,6777,828,3293,5130,0,401,0,131074955,283.8,39801911,30.9,283.8,56.3
|
| 979 |
2014-04-10,392736,2372,195143,22211,43688,17365,0,5096,32495,14159,44131,6876,891,3165,4785,0,359,0,125992211,280.1,37727540,50.1,280.1,43.4
|
| 980 |
2014-04-11,337123,2286,169732,17616,34224,15329,0,4128,28334,11808,39328,6265,796,2765,4181,0,331,0,111384975,249.1,34373383,40.9,249.1,48.9
|
| 981 |
+
2014-04-12,242393,1938,134087,10851,17382,8818,0,1681,19877,9097,30071,3215,476,1548,3164,0,188,0,74621102,163.4,24248267,34.6,163.4,50.9
|
| 982 |
+
2014-04-13,293560,1350,153123,24622,19714,10155,0,3056,26768,10245,33211,4569,680,1911,3918,0,238,0,89246012,196.5,28274201,43.4,196.5,0.0
|