Add 2014-12-17 — 483.6K events, 11 files
Browse files- README.md +19 -19
- data/commit_comments/2014/12/17.parquet +3 -0
- data/creates/2014/12/17.parquet +3 -0
- data/deletes/2014/12/17.parquet +3 -0
- data/forks/2014/12/17.parquet +3 -0
- data/issue_comments/2014/12/17.parquet +3 -0
- data/issues/2014/12/17.parquet +3 -0
- data/public_events/2014/12/17.parquet +3 -0
- data/pull_requests/2014/12/17.parquet +3 -0
- data/pushes/2014/12/17.parquet +3 -0
- data/stars/2014/12/17.parquet +3 -0
- data/wiki_pages/2014/12/17.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-03** (1,
|
| 65 |
|
| 66 |
-
We believe this is the most complete and regularly updated structured mirror of public GitHub activity available on Hugging Face. The original 87.
|
| 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 |
|
|
@@ -138,7 +138,7 @@ duckdb.sql("""
|
|
| 138 |
2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
|
| 139 |
2012 ██████████░░░░░░░░░░░░░░░░░░░░ 42.5M
|
| 140 |
2013 ███████████████████░░░░░░░░░░░ 76.2M
|
| 141 |
-
2014 ██████████████████████████████ 119.
|
| 142 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
|
| 143 |
```
|
| 144 |
|
|
@@ -147,7 +147,7 @@ duckdb.sql("""
|
|
| 147 |
| 2011 | 323 | 18,032,583 | 55,828 | 3.5 GB | 76.6 MB | 47m29s | 52m20s | 33m17s |
|
| 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 |
|
| 151 |
| 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
|
| 152 |
|
| 153 |
|
|
@@ -159,7 +159,7 @@ Pushes are the most common event type, representing roughly half of all GitHub a
|
|
| 159 |
2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
|
| 160 |
2012 ██████████░░░░░░░░░░░░░░░░░░░░ 20.6M
|
| 161 |
2013 ███████████████████░░░░░░░░░░░ 38.9M
|
| 162 |
-
2014 ██████████████████████████████ 60.
|
| 163 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
|
| 164 |
```
|
| 165 |
|
|
@@ -179,7 +179,7 @@ Issue events track the full lifecycle: opened, closed, reopened, labeled, assign
|
|
| 179 |
```
|
| 180 |
2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 982.1K
|
| 181 |
2012 ██████████░░░░░░░░░░░░░░░░░░░░ 2.4M
|
| 182 |
-
2013 ██████████████████
|
| 183 |
2014 ██████████████████████████████ 7.0M
|
| 184 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
|
| 185 |
```
|
|
@@ -639,20 +639,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
|
|
| 639 |
|
| 640 |
| Table | GitHub Event | Events | % | Description |
|
| 641 |
|-------|-------------|-------:|---:|-------------|
|
| 642 |
-
| `pushes` | PushEvent |
|
| 643 |
-
| `issues` | IssuesEvent | 14,
|
| 644 |
-
| `issue_comments` | IssueCommentEvent | 22,
|
| 645 |
-
| `pull_requests` | PullRequestEvent | 10,
|
| 646 |
-
| `pr_review_comments` | PullRequestReviewCommentEvent | 2,
|
| 647 |
-
| `stars` | WatchEvent | 23,
|
| 648 |
-
| `forks` | ForkEvent | 9,
|
| 649 |
-
| `creates` | CreateEvent | 32,
|
| 650 |
-
| `deletes` | DeleteEvent | 3,
|
| 651 |
-
| `releases` | ReleaseEvent |
|
| 652 |
-
| `commit_comments` | CommitCommentEvent | 2,
|
| 653 |
-
| `wiki_pages` | GollumEvent | 3,
|
| 654 |
| `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
|
| 655 |
-
| `public_events` | PublicEvent | 238,
|
| 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-03** (1,378 days), totaling **257,126,705 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 87.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 15.7 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 |
|
|
|
|
| 138 |
2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
|
| 139 |
2012 ██████████░░░░░░░░░░░░░░░░░░░░ 42.5M
|
| 140 |
2013 ███████████████████░░░░░░░░░░░ 76.2M
|
| 141 |
+
2014 ██████████████████████████████ 119.9M
|
| 142 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
|
| 143 |
```
|
| 144 |
|
|
|
|
| 147 |
| 2011 | 323 | 18,032,583 | 55,828 | 3.5 GB | 76.6 MB | 47m29s | 52m20s | 33m17s |
|
| 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 | 334 | 119,890,592 | 358,953 | 49.4 GB | 11.3 GB | 4h01m | 20h18m | 4h50m |
|
| 151 |
| 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
|
| 152 |
|
| 153 |
|
|
|
|
| 159 |
2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
|
| 160 |
2012 ██████████░░░░░░░░░░░░░░░░░░░░ 20.6M
|
| 161 |
2013 ███████████████████░░░░░░░░░░░ 38.9M
|
| 162 |
+
2014 ██████████████████████████████ 60.7M
|
| 163 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
|
| 164 |
```
|
| 165 |
|
|
|
|
| 179 |
```
|
| 180 |
2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 982.1K
|
| 181 |
2012 ██████████░░░░░░░░░░░░░░░░░░░░ 2.4M
|
| 182 |
+
2013 ██████████████████░░���░░░░░░░░░ 4.4M
|
| 183 |
2014 ██████████████████████████████ 7.0M
|
| 184 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
|
| 185 |
```
|
|
|
|
| 639 |
|
| 640 |
| Table | GitHub Event | Events | % | Description |
|
| 641 |
|-------|-------------|-------:|---:|-------------|
|
| 642 |
+
| `pushes` | PushEvent | 129,205,211 | 50.2% | Git pushes with commits |
|
| 643 |
+
| `issues` | IssuesEvent | 14,803,930 | 5.8% | Issue lifecycle events |
|
| 644 |
+
| `issue_comments` | IssueCommentEvent | 22,480,494 | 8.7% | Comments on issues/PRs |
|
| 645 |
+
| `pull_requests` | PullRequestEvent | 10,592,329 | 4.1% | PR lifecycle events |
|
| 646 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 2,648,412 | 1.0% | Line-level PR comments |
|
| 647 |
+
| `stars` | WatchEvent | 23,769,793 | 9.2% | Repository stars |
|
| 648 |
+
| `forks` | ForkEvent | 9,019,518 | 3.5% | Repository forks |
|
| 649 |
+
| `creates` | CreateEvent | 32,236,438 | 12.5% | Branch/tag/repo creation |
|
| 650 |
+
| `deletes` | DeleteEvent | 3,500,741 | 1.4% | Branch/tag deletion |
|
| 651 |
+
| `releases` | ReleaseEvent | 381,562 | 0.1% | Release publications |
|
| 652 |
+
| `commit_comments` | CommitCommentEvent | 2,290,187 | 0.9% | Comments on commits |
|
| 653 |
+
| `wiki_pages` | GollumEvent | 3,942,849 | 1.5% | Wiki page edits |
|
| 654 |
| `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
|
| 655 |
+
| `public_events` | PublicEvent | 238,525 | 0.1% | Repo made public |
|
| 656 |
|
| 657 |
## How it's built
|
| 658 |
|
data/commit_comments/2014/12/17.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d19f242436cd4a84a8796a2be388907b714bf9c4597257f739ce0b457419a60d
|
| 3 |
+
size 125184
|
data/creates/2014/12/17.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:67ceb0cbf1a661c17876b280e47e2823797458deab99b5662b6e8ed5ec39ac9d
|
| 3 |
+
size 6089409
|
data/deletes/2014/12/17.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e67c663aa8ec82a12ca1155c5fa9e097c466242e995c64c529b6e9903d110db3
|
| 3 |
+
size 264477
|
data/forks/2014/12/17.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d2b68f42ea2a0123ca618fe7953e113e595ab7a0f1c0cf4e0e2c4d0235a4b896
|
| 3 |
+
size 416826
|
data/issue_comments/2014/12/17.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:933140ba56d95c94d2e8c8a7a78513b05f7ccfbcea4949afc1c1f3fbd0b4272c
|
| 3 |
+
size 1084569
|
data/issues/2014/12/17.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0293ac91099af311de3d2dc5ba01de72b90581943b09faafb0797d83cec77e01
|
| 3 |
+
size 716116
|
data/public_events/2014/12/17.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2fecab58fca1af52fbd56add2a3a8789856236319bbaac1c703e5108b52f22ec
|
| 3 |
+
size 17172
|
data/pull_requests/2014/12/17.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5924dc47ba5d0d6f9511d977e8aca77b20c10c1efe48f9cde3011fb1ee372994
|
| 3 |
+
size 4196202
|
data/pushes/2014/12/17.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7047c4deb4519d85069fdda49a06e8a3f64b0be08da69452dfde1d08bafb045e
|
| 3 |
+
size 37531591
|
data/stars/2014/12/17.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a3a78cc05369d538033f912bfb68f809be02c5f8e09c9ba7a16992fc2dddede3
|
| 3 |
+
size 1848927
|
data/wiki_pages/2014/12/17.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4413b7a1ff064914761bca3535f336327329fbf713e5cc65a8d1534806e1211b
|
| 3 |
+
size 332721
|
stats.csv
CHANGED
|
@@ -1373,6 +1373,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 1373 |
2014-12-13,311136,1343,165911,18483,22461,12181,0,2898,26514,10027,40137,4957,864,1829,3163,0,368,0,179020319,66.2,35842743,46.3,66.2,39.0
|
| 1374 |
2014-12-14,365393,1325,195150,20750,26723,13482,0,3473,33614,12142,45300,5200,991,2513,4418,0,312,0,205644540,98.5,41361472,56.2,98.5,26.1
|
| 1375 |
2014-12-15,497345,2162,251043,28756,47159,24322,0,9143,41908,15572,56938,8453,1380,3826,6117,0,566,0,291040630,131.9,56715097,49.2,131.9,27.3
|
| 1376 |
-
2014-12-16,494102,1834,247776,29422,46237,24556,0,8237,40372,16143,58145,9772,1509,3822,5783,0,494,0,291835884,110.0,56777196,46.3,110.0,
|
|
|
|
| 1377 |
2015-01-01,218939,0,119242,9843,17045,8735,0,2173,21939,7144,23913,3843,816,1399,2196,474,177,0,73764980,79.7,37810232,15.9,79.7,0.0
|
| 1378 |
2015-01-03,292810,0,155315,15037,26081,11958,0,2946,28410,9430,31862,4560,963,1829,3178,983,258,0,100890756,100.1,51394128,4.6,100.1,48.0
|
|
|
|
| 1373 |
2014-12-13,311136,1343,165911,18483,22461,12181,0,2898,26514,10027,40137,4957,864,1829,3163,0,368,0,179020319,66.2,35842743,46.3,66.2,39.0
|
| 1374 |
2014-12-14,365393,1325,195150,20750,26723,13482,0,3473,33614,12142,45300,5200,991,2513,4418,0,312,0,205644540,98.5,41361472,56.2,98.5,26.1
|
| 1375 |
2014-12-15,497345,2162,251043,28756,47159,24322,0,9143,41908,15572,56938,8453,1380,3826,6117,0,566,0,291040630,131.9,56715097,49.2,131.9,27.3
|
| 1376 |
+
2014-12-16,494102,1834,247776,29422,46237,24556,0,8237,40372,16143,58145,9772,1509,3822,5783,0,494,0,291835884,110.0,56777196,46.3,110.0,38.3
|
| 1377 |
+
2014-12-17,483630,1979,243650,28598,46546,24212,0,8337,39978,15903,54758,9361,1378,3603,4894,0,433,0,279887455,107.9,52623194,58.7,107.9,0.0
|
| 1378 |
2015-01-01,218939,0,119242,9843,17045,8735,0,2173,21939,7144,23913,3843,816,1399,2196,474,177,0,73764980,79.7,37810232,15.9,79.7,0.0
|
| 1379 |
2015-01-03,292810,0,155315,15037,26081,11958,0,2946,28410,9430,31862,4560,963,1829,3178,983,258,0,100890756,100.1,51394128,4.6,100.1,48.0
|