Add 2014-01-19 — 241.2K events, 11 files
Browse files- README.md +20 -20
- data/commit_comments/2014/01/19.parquet +3 -0
- data/creates/2014/01/19.parquet +3 -0
- data/deletes/2014/01/19.parquet +3 -0
- data/forks/2014/01/19.parquet +3 -0
- data/issue_comments/2014/01/19.parquet +3 -0
- data/issues/2014/01/19.parquet +3 -0
- data/public_events/2014/01/19.parquet +3 -0
- data/pull_requests/2014/01/19.parquet +3 -0
- data/pushes/2014/01/19.parquet +3 -0
- data/stars/2014/01/19.parquet +3 -0
- data/wiki_pages/2014/01/19.parquet +3 -0
- stats.csv +2 -1
README.md
CHANGED
|
@@ -61,7 +61,7 @@ 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-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 36.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 12.0 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 |
|
|
@@ -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 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 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 |
|
|
@@ -760,7 +760,7 @@ duckdb.sql("""
|
|
| 760 |
2011 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
|
| 761 |
2012 ███████████████░░░░░░░░░░░░░░░ 1.5M
|
| 762 |
2013 ██████████████████████████████ 2.9M
|
| 763 |
-
2014 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 764 |
```
|
| 765 |
|
| 766 |
|
|
@@ -770,7 +770,7 @@ duckdb.sql("""
|
|
| 770 |
2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.4M
|
| 771 |
2012 ██████████████░░░░░░░░░░░░░░░░ 3.3M
|
| 772 |
2013 ██████████████████████████████ 7.0M
|
| 773 |
-
2014 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 774 |
```
|
| 775 |
|
| 776 |
|
|
@@ -1154,20 +1154,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
|
|
| 1154 |
|
| 1155 |
| Table | GitHub Event | Events | % | Description |
|
| 1156 |
|-------|-------------|-------:|---:|-------------|
|
| 1157 |
-
| `pushes` | PushEvent | 63,
|
| 1158 |
-
| `issues` | IssuesEvent | 7,
|
| 1159 |
-
| `issue_comments` | IssueCommentEvent | 10,
|
| 1160 |
-
| `pull_requests` | PullRequestEvent | 5,
|
| 1161 |
-
| `pr_review_comments` | PullRequestReviewCommentEvent | 1,
|
| 1162 |
-
| `stars` | WatchEvent | 12,
|
| 1163 |
-
| `forks` | ForkEvent | 4,
|
| 1164 |
-
| `creates` | CreateEvent | 16,
|
| 1165 |
-
| `deletes` | DeleteEvent | 1,
|
| 1166 |
-
| `releases` | ReleaseEvent |
|
| 1167 |
-
| `commit_comments` | CommitCommentEvent | 1,
|
| 1168 |
-
| `wiki_pages` | GollumEvent | 2,
|
| 1169 |
| `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
|
| 1170 |
-
| `public_events` | PublicEvent | 116,
|
| 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-01-19** (897 days), totaling **127,943,301 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 36.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 12.0 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 |
|
|
|
|
| 723 |
2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
|
| 724 |
2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
|
| 725 |
2013 ██████████████████████████████ 74.5M
|
| 726 |
+
2014 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.1M
|
| 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 | 19 | 5,106,904 | 268,784 | 1.5 GB | 478.2 MB | 10m13s | 40m49s | 11m56s |
|
| 735 |
|
| 736 |
|
| 737 |
### Pushes per year
|
|
|
|
| 740 |
2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
|
| 741 |
2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
|
| 742 |
2013 ██████████████████████████████ 38.1M
|
| 743 |
+
2014 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.6M
|
| 744 |
```
|
| 745 |
|
| 746 |
|
|
|
|
| 750 |
2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 737.1K
|
| 751 |
2012 █████████████░░░░░░░░░░░░░░░░░ 1.9M
|
| 752 |
2013 ██████████████████████████████ 4.3M
|
| 753 |
+
2014 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 291.7K
|
| 754 |
```
|
| 755 |
|
| 756 |
|
|
|
|
| 760 |
2011 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
|
| 761 |
2012 ███████████████░░░░░░░░░░░░░░░ 1.5M
|
| 762 |
2013 ██████████████████████████████ 2.9M
|
| 763 |
+
2014 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 215.8K
|
| 764 |
```
|
| 765 |
|
| 766 |
|
|
|
|
| 770 |
2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.4M
|
| 771 |
2012 ██████████████░░░░░░░░░░░░░░░░ 3.3M
|
| 772 |
2013 ██████████████████████████████ 7.0M
|
| 773 |
+
2014 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 502.8K
|
| 774 |
```
|
| 775 |
|
| 776 |
|
|
|
|
| 1154 |
|
| 1155 |
| Table | GitHub Event | Events | % | Description |
|
| 1156 |
|-------|-------------|-------:|---:|-------------|
|
| 1157 |
+
| `pushes` | PushEvent | 63,834,251 | 49.9% | Git pushes with commits |
|
| 1158 |
+
| `issues` | IssuesEvent | 7,254,616 | 5.7% | Issue lifecycle events |
|
| 1159 |
+
| `issue_comments` | IssueCommentEvent | 10,994,321 | 8.6% | Comments on issues/PRs |
|
| 1160 |
+
| `pull_requests` | PullRequestEvent | 5,026,234 | 3.9% | PR lifecycle events |
|
| 1161 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 1,020,193 | 0.8% | Line-level PR comments |
|
| 1162 |
+
| `stars` | WatchEvent | 12,129,970 | 9.5% | Repository stars |
|
| 1163 |
+
| `forks` | ForkEvent | 4,615,006 | 3.6% | Repository forks |
|
| 1164 |
+
| `creates` | CreateEvent | 16,648,660 | 13.0% | Branch/tag/repo creation |
|
| 1165 |
+
| `deletes` | DeleteEvent | 1,299,666 | 1.0% | Branch/tag deletion |
|
| 1166 |
+
| `releases` | ReleaseEvent | 88,631 | 0.1% | Release publications |
|
| 1167 |
+
| `commit_comments` | CommitCommentEvent | 1,256,355 | 1.0% | Comments on commits |
|
| 1168 |
+
| `wiki_pages` | GollumEvent | 2,314,528 | 1.8% | Wiki page edits |
|
| 1169 |
| `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
|
| 1170 |
+
| `public_events` | PublicEvent | 116,878 | 0.1% | Repo made public |
|
| 1171 |
|
| 1172 |
## How it's built
|
| 1173 |
|
data/commit_comments/2014/01/19.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9b696c43918ff35368d125c30957363d81bc8723150690584116f520857d2fd0
|
| 3 |
+
size 64887
|
data/creates/2014/01/19.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:702935689566255e371333196a03f4c671867b4d4a7481d7ca2bee0387fd05cf
|
| 3 |
+
size 1002892
|
data/deletes/2014/01/19.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4e51ae35f00a0af05c4689987155446bbeeffa655bfa469302121ceda5223499
|
| 3 |
+
size 95498
|
data/forks/2014/01/19.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ea6a7bc1fcfbb177cef2d77da8ae55db41f0b416cee866fd9564b60691db05c7
|
| 3 |
+
size 224862
|
data/issue_comments/2014/01/19.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9fd45348307a1ac031bfd31613dc3eb525e47f48d22f0230cf3d41b3c2d6fee0
|
| 3 |
+
size 451490
|
data/issues/2014/01/19.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e1ab103da4de9d326862482cbfd3b698b690cb53f20112b1ad3c04f84826f5d7
|
| 3 |
+
size 302339
|
data/public_events/2014/01/19.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:52e18f3df96737c0537ceb45a626c92be4e8aaaa69d51bc5213e1fe92fadac1f
|
| 3 |
+
size 10084
|
data/pull_requests/2014/01/19.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:06b42b727eda9decd05958533aef555bf49583b82f74859aa8b39c66fe5a5236
|
| 3 |
+
size 1519698
|
data/pushes/2014/01/19.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:354a5b6c56164c6e33ccc59c9d8f9db25bde138a39daf341f032ce614773b81c
|
| 3 |
+
size 19203024
|
data/stars/2014/01/19.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8a10b6a0a5178a7fa05c10eec5db5fd6ee59e11ed2877d057010c1d2e072aeaa
|
| 3 |
+
size 507472
|
data/wiki_pages/2014/01/19.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:501f84ead324ad8dd3a92e66f49b097250d828cd3fb8f07952d37ffdc577f7b8
|
| 3 |
+
size 243484
|
stats.csv
CHANGED
|
@@ -894,4 +894,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 894 |
2014-01-15,332307,1665,167574,18124,31382,15366,0,3604,30462,12299,37274,5650,621,2857,5065,0,364,0,110274043,170.1,33383672,31.4,170.1,45.6
|
| 895 |
2014-01-16,324263,1780,163692,15947,29903,14928,0,3751,31413,12155,35885,5633,671,3244,4930,0,331,0,108369875,166.9,31961584,35.6,166.9,50.8
|
| 896 |
2014-01-17,286420,1756,145175,13994,26112,13286,0,3290,27154,10208,32681,5179,684,2387,4226,0,288,0,95445329,138.8,28748698,29.5,138.8,42.9
|
| 897 |
-
2014-01-18,212322,1177,114581,10079,15842,7811,0,2032,19716,7685,24460,3021,501,1713,3504,0,200,0,66016129,96.6,21107869,28.8,96.6,
|
|
|
|
|
|
| 894 |
2014-01-15,332307,1665,167574,18124,31382,15366,0,3604,30462,12299,37274,5650,621,2857,5065,0,364,0,110274043,170.1,33383672,31.4,170.1,45.6
|
| 895 |
2014-01-16,324263,1780,163692,15947,29903,14928,0,3751,31413,12155,35885,5633,671,3244,4930,0,331,0,108369875,166.9,31961584,35.6,166.9,50.8
|
| 896 |
2014-01-17,286420,1756,145175,13994,26112,13286,0,3290,27154,10208,32681,5179,684,2387,4226,0,288,0,95445329,138.8,28748698,29.5,138.8,42.9
|
| 897 |
+
2014-01-18,212322,1177,114581,10079,15842,7811,0,2032,19716,7685,24460,3021,501,1713,3504,0,200,0,66016129,96.6,21107869,28.8,96.6,42.5
|
| 898 |
+
2014-01-19,241243,877,128668,12440,20558,8698,0,2015,23475,8346,26521,3390,663,1790,3556,0,246,0,74354754,105.5,23625730,32.6,105.5,0.0
|