Add 2014-05-27 — 406.7K events, 11 files
Browse files- README.md +19 -19
- data/commit_comments/2014/05/27.parquet +3 -0
- data/creates/2014/05/27.parquet +3 -0
- data/deletes/2014/05/27.parquet +3 -0
- data/forks/2014/05/27.parquet +3 -0
- data/issue_comments/2014/05/27.parquet +3 -0
- data/issues/2014/05/27.parquet +3 -0
- data/public_events/2014/05/27.parquet +3 -0
- data/pull_requests/2014/05/27.parquet +3 -0
- data/pushes/2014/05/27.parquet +3 -0
- data/stars/2014/05/27.parquet +3 -0
- data/wiki_pages/2014/05/27.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 48.
|
| 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 |
|
|
@@ -134,7 +134,7 @@ duckdb.sql("""
|
|
| 134 |
2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
|
| 135 |
2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
|
| 136 |
2013 ██████████████████████████████ 74.5M
|
| 137 |
-
2014 ██████████████████░░░░░░░░░░░░
|
| 138 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
|
| 139 |
```
|
| 140 |
|
|
@@ -143,7 +143,7 @@ duckdb.sql("""
|
|
| 143 |
| 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
|
| 144 |
| 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
|
| 145 |
| 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
|
| 146 |
-
| 2014 |
|
| 147 |
| 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
|
| 148 |
|
| 149 |
|
|
@@ -155,7 +155,7 @@ Pushes are the most common event type, representing roughly half of all GitHub a
|
|
| 155 |
2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
|
| 156 |
2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
|
| 157 |
2013 ██████████████████████████████ 38.1M
|
| 158 |
-
2014 ██████████████████░░░░░░░░░░░░ 23.
|
| 159 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
|
| 160 |
```
|
| 161 |
|
|
@@ -175,7 +175,7 @@ Issue events track the full lifecycle: opened, closed, reopened, labeled, assign
|
|
| 175 |
2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 737.1K
|
| 176 |
2012 █████████████░░░░░░░░░░░░░░░░░ 1.9M
|
| 177 |
2013 ██████████████████████████████ 4.3M
|
| 178 |
-
2014 █████████████████░░░░░░░░░
|
| 179 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
|
| 180 |
```
|
| 181 |
|
|
@@ -610,20 +610,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
|
|
| 610 |
|
| 611 |
| Table | GitHub Event | Events | % | Description |
|
| 612 |
|-------|-------------|-------:|---:|-------------|
|
| 613 |
-
| `pushes` | PushEvent |
|
| 614 |
-
| `issues` | IssuesEvent | 9,
|
| 615 |
-
| `issue_comments` | IssueCommentEvent | 14,
|
| 616 |
-
| `pull_requests` | PullRequestEvent | 6,
|
| 617 |
-
| `pr_review_comments` | PullRequestReviewCommentEvent | 1,
|
| 618 |
-
| `stars` | WatchEvent | 15,
|
| 619 |
-
| `forks` | ForkEvent | 6,
|
| 620 |
-
| `creates` | CreateEvent | 21,
|
| 621 |
-
| `deletes` | DeleteEvent | 2,
|
| 622 |
-
| `releases` | ReleaseEvent |
|
| 623 |
-
| `commit_comments` | CommitCommentEvent | 1,
|
| 624 |
-
| `wiki_pages` | GollumEvent | 2,
|
| 625 |
| `members` | MemberEvent | 104,094 | 0.1% | Collaborator additions |
|
| 626 |
-
| `public_events` | PublicEvent | 156,
|
| 627 |
|
| 628 |
## How it's built
|
| 629 |
|
|
|
|
| 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,024 days), totaling **169,471,988 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 48.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 15.9 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 |
|
|
|
|
| 134 |
2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
|
| 135 |
2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
|
| 136 |
2013 ██████████████████████████████ 74.5M
|
| 137 |
+
2014 ██████████████████░░░░░░░░░░░░ 46.1M
|
| 138 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
|
| 139 |
```
|
| 140 |
|
|
|
|
| 143 |
| 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
|
| 144 |
| 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
|
| 145 |
| 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
|
| 146 |
+
| 2014 | 144 | 46,123,842 | 320,304 | 14.0 GB | 4.2 GB | 1h33m | 8h01m | 2h13m |
|
| 147 |
| 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
|
| 148 |
|
| 149 |
|
|
|
|
| 155 |
2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
|
| 156 |
2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
|
| 157 |
2013 ██████████████████████████████ 38.1M
|
| 158 |
+
2014 ██████████████████░░░░░░░░░░░░ 23.6M
|
| 159 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
|
| 160 |
```
|
| 161 |
|
|
|
|
| 175 |
2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 737.1K
|
| 176 |
2012 █████████████░░░░░░░░░░░░░░░░░ 1.9M
|
| 177 |
2013 ██████████████████████████████ 4.3M
|
| 178 |
+
2014 █████████████████░░░░░░░░░░░░░ 2.5M
|
| 179 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
|
| 180 |
```
|
| 181 |
|
|
|
|
| 610 |
|
| 611 |
| Table | GitHub Event | Events | % | Description |
|
| 612 |
|-------|-------------|-------:|---:|-------------|
|
| 613 |
+
| `pushes` | PushEvent | 85,087,179 | 50.2% | Git pushes with commits |
|
| 614 |
+
| `issues` | IssuesEvent | 9,459,027 | 5.6% | Issue lifecycle events |
|
| 615 |
+
| `issue_comments` | IssueCommentEvent | 14,768,993 | 8.7% | Comments on issues/PRs |
|
| 616 |
+
| `pull_requests` | PullRequestEvent | 6,838,198 | 4.0% | PR lifecycle events |
|
| 617 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 1,525,098 | 0.9% | Line-level PR comments |
|
| 618 |
+
| `stars` | WatchEvent | 15,903,662 | 9.4% | Repository stars |
|
| 619 |
+
| `forks` | ForkEvent | 6,089,413 | 3.6% | Repository forks |
|
| 620 |
+
| `creates` | CreateEvent | 21,374,597 | 12.6% | Branch/tag/repo creation |
|
| 621 |
+
| `deletes` | DeleteEvent | 2,059,116 | 1.2% | Branch/tag deletion |
|
| 622 |
+
| `releases` | ReleaseEvent | 184,613 | 0.1% | Release publications |
|
| 623 |
+
| `commit_comments` | CommitCommentEvent | 1,590,125 | 0.9% | Comments on commits |
|
| 624 |
+
| `wiki_pages` | GollumEvent | 2,867,187 | 1.7% | Wiki page edits |
|
| 625 |
| `members` | MemberEvent | 104,094 | 0.1% | Collaborator additions |
|
| 626 |
+
| `public_events` | PublicEvent | 156,793 | 0.1% | Repo made public |
|
| 627 |
|
| 628 |
## How it's built
|
| 629 |
|
data/commit_comments/2014/05/27.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:166f0bd70d7e9251e4a221a3155346881acd61c8252f6e1662ad356fd1e0a2c1
|
| 3 |
+
size 111365
|
data/creates/2014/05/27.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a664b18aa8b8be24bc049cb6b5d70e84c89ee1632dac5cb0509231a97e8246c1
|
| 3 |
+
size 1608211
|
data/deletes/2014/05/27.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:236031df575231f6b97541ce4a391541d20e8ce9e267cc61ebaddbf47f50b54e
|
| 3 |
+
size 203809
|
data/forks/2014/05/27.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7d46089a91b30ceaff98284827a8c7a895fb8022a8070c4461f098d86e4f528c
|
| 3 |
+
size 389285
|
data/issue_comments/2014/05/27.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:23114fb158349562e734c26ce72c3425ff606f314fcd2942d06b70437e03f977
|
| 3 |
+
size 964926
|
data/issues/2014/05/27.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:11019252be25951d3c021bc7618c922a9eb2b601b91cb32998daaed78b683ba5
|
| 3 |
+
size 528480
|
data/public_events/2014/05/27.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1519c9ab19beaa7332b521dbfa287857d3ce99fa73d8358e4812fd064ec91654
|
| 3 |
+
size 14007
|
data/pull_requests/2014/05/27.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:810c32c57c7af0a33f47e5a595deb2234ef4c790251b6371c5d8a21c820f8334
|
| 3 |
+
size 3218551
|
data/pushes/2014/05/27.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:722c7cfc04a96741a9726243f436ae794a87b73c7046e14ba48e553a3c1d2cdf
|
| 3 |
+
size 32785900
|
data/stars/2014/05/27.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6699111d6a16ed7339e1a67a11102df49fbae4b1d62df5971f5ca27271039757
|
| 3 |
+
size 852367
|
data/wiki_pages/2014/05/27.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:02c2106229c9d35f903cca05495573f2b9c49ae8c70511cb3257c9215c74096e
|
| 3 |
+
size 308566
|
stats.csv
CHANGED
|
@@ -1019,6 +1019,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 1019 |
2014-05-23,361524,1772,181596,22815,36339,16747,0,4598,28985,13068,40518,7116,828,3011,3840,0,291,0,116842146,225.3,35451484,34.1,225.3,38.1
|
| 1020 |
2014-05-24,254757,1243,130004,23204,22860,8426,0,1772,20000,9446,29479,3554,548,1440,2605,0,176,0,71631325,145.5,22922841,29.2,145.5,37.8
|
| 1021 |
2014-05-25,283326,913,160455,14106,19698,9338,0,2108,24499,11504,32162,3083,641,1751,2837,0,231,0,81837640,166.0,27086142,31.5,166.0,45.7
|
| 1022 |
-
2014-05-26,345905,1718,182629,16760,29559,14600,0,4053,31892,12919,38727,5363,817,2704,3876,0,288,0,112566792,212.9,35013732,36.0,212.9,
|
|
|
|
| 1023 |
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
|
| 1024 |
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
|
|
|
|
| 1019 |
2014-05-23,361524,1772,181596,22815,36339,16747,0,4598,28985,13068,40518,7116,828,3011,3840,0,291,0,116842146,225.3,35451484,34.1,225.3,38.1
|
| 1020 |
2014-05-24,254757,1243,130004,23204,22860,8426,0,1772,20000,9446,29479,3554,548,1440,2605,0,176,0,71631325,145.5,22922841,29.2,145.5,37.8
|
| 1021 |
2014-05-25,283326,913,160455,14106,19698,9338,0,2108,24499,11504,32162,3083,641,1751,2837,0,231,0,81837640,166.0,27086142,31.5,166.0,45.7
|
| 1022 |
+
2014-05-26,345905,1718,182629,16760,29559,14600,0,4053,31892,12919,38727,5363,817,2704,3876,0,288,0,112566792,212.9,35013732,36.0,212.9,60.2
|
| 1023 |
+
2014-05-27,406663,1978,204893,21311,39983,18540,0,6351,36566,14453,46127,7453,982,3124,4518,0,384,0,134820938,257.4,40985467,40.0,257.4,0.0
|
| 1024 |
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
|
| 1025 |
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
|