Add 2014-02-15 — 214.0K events, 11 files
Browse files- README.md +19 -19
- data/commit_comments/2014/02/15.parquet +3 -0
- data/creates/2014/02/15.parquet +3 -0
- data/deletes/2014/02/15.parquet +3 -0
- data/forks/2014/02/15.parquet +3 -0
- data/issue_comments/2014/02/15.parquet +3 -0
- data/issues/2014/02/15.parquet +3 -0
- data/public_events/2014/02/15.parquet +3 -0
- data/pull_requests/2014/02/15.parquet +3 -0
- data/pushes/2014/02/15.parquet +3 -0
- data/stars/2014/02/15.parquet +3 -0
- data/wiki_pages/2014/02/15.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-02-16** (
|
| 65 |
|
| 66 |
We believe this is the most complete and regularly updated structured mirror of public GitHub activity available on Hugging Face. The original 38.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 12.8 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 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 13.
|
| 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 |
|
|
@@ -1154,20 +1154,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
|
|
| 1154 |
|
| 1155 |
| Table | GitHub Event | Events | % | Description |
|
| 1156 |
|-------|-------------|-------:|---:|-------------|
|
| 1157 |
-
| `pushes` | PushEvent | 68,
|
| 1158 |
-
| `issues` | IssuesEvent | 7,
|
| 1159 |
-
| `issue_comments` | IssueCommentEvent | 11,
|
| 1160 |
-
| `pull_requests` | PullRequestEvent | 5,
|
| 1161 |
-
| `pr_review_comments` | PullRequestReviewCommentEvent | 1,
|
| 1162 |
-
| `stars` | WatchEvent | 12,
|
| 1163 |
-
| `forks` | ForkEvent | 4,
|
| 1164 |
-
| `creates` | CreateEvent | 17,
|
| 1165 |
-
| `deletes` | DeleteEvent | 1,
|
| 1166 |
-
| `releases` | ReleaseEvent | 107,
|
| 1167 |
-
| `commit_comments` | CommitCommentEvent | 1,
|
| 1168 |
-
| `wiki_pages` | GollumEvent | 2,
|
| 1169 |
| `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
|
| 1170 |
-
| `public_events` | PublicEvent | 125,
|
| 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-02-16** (925 days), totaling **136,497,341 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 38.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 12.8 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 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 13.7M
|
| 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 | 47 | 13,660,944 | 290,658 | 4.1 GB | 1.3 GB | 31m13s | 2h04m | 36m57s |
|
| 735 |
|
| 736 |
|
| 737 |
### Pushes per year
|
|
|
|
| 740 |
2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
|
| 741 |
2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
|
| 742 |
2013 ██████████████████████████████ 38.1M
|
| 743 |
+
2014 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 7.0M
|
| 744 |
```
|
| 745 |
|
| 746 |
|
|
|
|
| 750 |
2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 737.1K
|
| 751 |
2012 █████████████░░░░░░░░░░░░░░░░░ 1.9M
|
| 752 |
2013 ██████████████████████████████ 4.3M
|
| 753 |
+
2014 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 750.5K
|
| 754 |
```
|
| 755 |
|
| 756 |
|
|
|
|
| 760 |
2011 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
|
| 761 |
2012 ███████████████░░░░░░░░░░░░░░░ 1.5M
|
| 762 |
2013 ██████████████████████████████ 2.9M
|
| 763 |
+
2014 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 584.7K
|
| 764 |
```
|
| 765 |
|
| 766 |
|
|
|
|
| 1154 |
|
| 1155 |
| Table | GitHub Event | Events | % | Description |
|
| 1156 |
|-------|-------------|-------:|---:|-------------|
|
| 1157 |
+
| `pushes` | PushEvent | 68,237,468 | 50.0% | Git pushes with commits |
|
| 1158 |
+
| `issues` | IssuesEvent | 7,713,337 | 5.7% | Issue lifecycle events |
|
| 1159 |
+
| `issue_comments` | IssueCommentEvent | 11,771,907 | 8.6% | Comments on issues/PRs |
|
| 1160 |
+
| `pull_requests` | PullRequestEvent | 5,395,108 | 4.0% | PR lifecycle events |
|
| 1161 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 1,116,511 | 0.8% | Line-level PR comments |
|
| 1162 |
+
| `stars` | WatchEvent | 12,919,638 | 9.5% | Repository stars |
|
| 1163 |
+
| `forks` | ForkEvent | 4,914,087 | 3.6% | Repository forks |
|
| 1164 |
+
| `creates` | CreateEvent | 17,595,033 | 12.9% | Branch/tag/repo creation |
|
| 1165 |
+
| `deletes` | DeleteEvent | 1,445,396 | 1.1% | Branch/tag deletion |
|
| 1166 |
+
| `releases` | ReleaseEvent | 107,713 | 0.1% | Release publications |
|
| 1167 |
+
| `commit_comments` | CommitCommentEvent | 1,326,985 | 1.0% | Comments on commits |
|
| 1168 |
+
| `wiki_pages` | GollumEvent | 2,436,261 | 1.8% | Wiki page edits |
|
| 1169 |
| `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
|
| 1170 |
+
| `public_events` | PublicEvent | 125,368 | 0.1% | Repo made public |
|
| 1171 |
|
| 1172 |
## How it's built
|
| 1173 |
|
data/commit_comments/2014/02/15.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ee79e4819565bcd95c44db6d7ebadd053716b27715fa3be4e965fb4cd7ef88d0
|
| 3 |
+
size 59943
|
data/creates/2014/02/15.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7f94a2b2e9600d646a965cb34b4aa150f0bb3761553e1af97f95f840ba59af76
|
| 3 |
+
size 879423
|
data/deletes/2014/02/15.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fb7bf0ab5cc0ac06eb911c40d57b2aec29211915e4a82ab8447551a26c1cd2d0
|
| 3 |
+
size 89149
|
data/forks/2014/02/15.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc91c9514231c3484cf7b8b3025ce029545edfef431ce32bfbe99a3169b44224
|
| 3 |
+
size 204629
|
data/issue_comments/2014/02/15.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e0db95daa52fab079b63a85aadf52b564e81961f103181426743d2372ee7dd1
|
| 3 |
+
size 396210
|
data/issues/2014/02/15.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:20cf4319e6515cda1c5e44ed1ca648b03fb1ff2657547f0b68e2fa235d6c884b
|
| 3 |
+
size 275262
|
data/public_events/2014/02/15.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f77d4392e6df22bcaf9eed73851fc73e81d2dad6983f57c2894ac7e561dd24ad
|
| 3 |
+
size 8796
|
data/pull_requests/2014/02/15.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:39a989784dbd1e9a16c67475e2a8495cf1e9971adddacd52b0de7ff9fa95401a
|
| 3 |
+
size 1381894
|
data/pushes/2014/02/15.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c36fb51e7045689cf8da8b61b53510620a9f4b9e9139b17c14448a9f432ac19
|
| 3 |
+
size 17013819
|
data/stars/2014/02/15.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6bbdb0764691dd032cf8b7c51ef0639d5441626bcbc86850dac2380bb8ba63b5
|
| 3 |
+
size 465424
|
data/wiki_pages/2014/02/15.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e10d18bfacf27c5a4421afd625176a2172dd6dcd2a93175048abc8c069a112ed
|
| 3 |
+
size 202415
|
stats.csv
CHANGED
|
@@ -921,5 +921,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 921 |
2014-02-11,363190,1985,179787,20002,35633,16418,0,4605,35051,13253,40275,7174,739,2870,5059,0,339,0,120782531,252.0,35394809,70.3,252.0,180.4
|
| 922 |
2014-02-12,365322,1919,181101,20991,34773,16798,0,4508,34287,13575,39142,8813,741,2994,5321,0,359,0,121356111,245.5,35985669,50.7,245.5,38.0
|
| 923 |
2014-02-13,334104,1908,166703,18064,33121,15813,0,4663,29948,12555,35947,5673,701,3046,5421,0,541,0,112659046,219.4,33636952,44.7,219.4,51.3
|
| 924 |
-
2014-02-14,257667,1775,129985,12802,23884,12146,0,3338,23028,8791,29567,4900,624,2467,4103,0,257,0,87416267,163.0,26264721,49.4,163.0,
|
|
|
|
| 925 |
2014-02-16,258293,1190,136873,12502,21000,9327,0,1892,25563,9379,29163,3805,679,2133,4550,0,237,0,80832307,138.3,24860866,49.3,138.3,0.0
|
|
|
|
| 921 |
2014-02-11,363190,1985,179787,20002,35633,16418,0,4605,35051,13253,40275,7174,739,2870,5059,0,339,0,120782531,252.0,35394809,70.3,252.0,180.4
|
| 922 |
2014-02-12,365322,1919,181101,20991,34773,16798,0,4508,34287,13575,39142,8813,741,2994,5321,0,359,0,121356111,245.5,35985669,50.7,245.5,38.0
|
| 923 |
2014-02-13,334104,1908,166703,18064,33121,15813,0,4663,29948,12555,35947,5673,701,3046,5421,0,541,0,112659046,219.4,33636952,44.7,219.4,51.3
|
| 924 |
+
2014-02-14,257667,1775,129985,12802,23884,12146,0,3338,23028,8791,29567,4900,624,2467,4103,0,257,0,87416267,163.0,26264721,49.4,163.0,44.0
|
| 925 |
+
2014-02-15,214038,1211,113977,11119,17156,7817,0,1460,20442,7459,23911,3192,515,1706,3875,0,198,0,66695455,128.7,20976964,40.2,128.7,0.0
|
| 926 |
2014-02-16,258293,1190,136873,12502,21000,9327,0,1892,25563,9379,29163,3805,679,2133,4550,0,237,0,80832307,138.3,24860866,49.3,138.3,0.0
|