Add 2014-04-28 — 337.2K events, 11 files
Browse files- README.md +18 -18
- data/commit_comments/2014/04/28.parquet +3 -0
- data/creates/2014/04/28.parquet +3 -0
- data/deletes/2014/04/28.parquet +3 -0
- data/forks/2014/04/28.parquet +3 -0
- data/issue_comments/2014/04/28.parquet +3 -0
- data/issues/2014/04/28.parquet +3 -0
- data/public_events/2014/04/28.parquet +3 -0
- data/pull_requests/2014/04/28.parquet +3 -0
- data/pushes/2014/04/28.parquet +3 -0
- data/stars/2014/04/28.parquet +3 -0
- data/wiki_pages/2014/04/28.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** (
|
| 65 |
|
| 66 |
-
We believe this is the most complete and regularly updated structured mirror of public GitHub activity available on Hugging Face. The original
|
| 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 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
|
| 728 |
```
|
| 729 |
|
|
@@ -732,7 +732,7 @@ duckdb.sql("""
|
|
| 732 |
| 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
|
| 733 |
| 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
|
| 734 |
| 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
|
| 735 |
-
| 2014 |
|
| 736 |
| 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
|
| 737 |
|
| 738 |
|
|
@@ -742,7 +742,7 @@ duckdb.sql("""
|
|
| 742 |
2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
|
| 743 |
2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
|
| 744 |
2013 ██████████████████████████████ 38.1M
|
| 745 |
-
2014 ██████████████░░░░░░░░░░░░░░░░ 18.
|
| 746 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
|
| 747 |
```
|
| 748 |
|
|
@@ -1160,20 +1160,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
|
|
| 1160 |
|
| 1161 |
| Table | GitHub Event | Events | % | Description |
|
| 1162 |
|-------|-------------|-------:|---:|-------------|
|
| 1163 |
-
| `pushes` | PushEvent | 80,
|
| 1164 |
-
| `issues` | IssuesEvent | 8,
|
| 1165 |
-
| `issue_comments` | IssueCommentEvent | 13,
|
| 1166 |
-
| `pull_requests` | PullRequestEvent | 6,
|
| 1167 |
-
| `pr_review_comments` | PullRequestReviewCommentEvent | 1,
|
| 1168 |
-
| `stars` | WatchEvent | 15,
|
| 1169 |
-
| `forks` | ForkEvent | 5,
|
| 1170 |
-
| `creates` | CreateEvent | 20,
|
| 1171 |
-
| `deletes` | DeleteEvent | 1,
|
| 1172 |
-
| `releases` | ReleaseEvent |
|
| 1173 |
-
| `commit_comments` | CommitCommentEvent | 1,
|
| 1174 |
-
| `wiki_pages` | GollumEvent | 2,
|
| 1175 |
| `members` | MemberEvent | 104,094 | 0.1% | Collaborator additions |
|
| 1176 |
-
| `public_events` | PublicEvent | 148,
|
| 1177 |
|
| 1178 |
## How it's built
|
| 1179 |
|
|
|
|
| 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** (998 days), totaling **160,399,473 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 46.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 15.1 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 ██████████████░░░░░░░░░░░░░░░░ 37.1M
|
| 727 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
|
| 728 |
```
|
| 729 |
|
|
|
|
| 732 |
| 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
|
| 733 |
| 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
|
| 734 |
| 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
|
| 735 |
+
| 2014 | 118 | 37,051,327 | 313,994 | 11.2 GB | 3.4 GB | 1h18m | 6h31m | 1h52m |
|
| 736 |
| 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
|
| 737 |
|
| 738 |
|
|
|
|
| 742 |
2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
|
| 743 |
2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
|
| 744 |
2013 ██████████████████████████████ 38.1M
|
| 745 |
+
2014 ██████████████░░░░░░░░░░░░░░░░ 18.9M
|
| 746 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
|
| 747 |
```
|
| 748 |
|
|
|
|
| 1160 |
|
| 1161 |
| Table | GitHub Event | Events | % | Description |
|
| 1162 |
|-------|-------------|-------:|---:|-------------|
|
| 1163 |
+
| `pushes` | PushEvent | 80,424,355 | 50.1% | Git pushes with commits |
|
| 1164 |
+
| `issues` | IssuesEvent | 8,955,579 | 5.6% | Issue lifecycle events |
|
| 1165 |
+
| `issue_comments` | IssueCommentEvent | 13,923,112 | 8.7% | Comments on issues/PRs |
|
| 1166 |
+
| `pull_requests` | PullRequestEvent | 6,446,253 | 4.0% | PR lifecycle events |
|
| 1167 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 1,406,869 | 0.9% | Line-level PR comments |
|
| 1168 |
+
| `stars` | WatchEvent | 15,099,229 | 9.4% | Repository stars |
|
| 1169 |
+
| `forks` | ForkEvent | 5,765,153 | 3.6% | Repository forks |
|
| 1170 |
+
| `creates` | CreateEvent | 20,356,759 | 12.7% | Branch/tag/repo creation |
|
| 1171 |
+
| `deletes` | DeleteEvent | 1,908,261 | 1.2% | Branch/tag deletion |
|
| 1172 |
+
| `releases` | ReleaseEvent | 162,087 | 0.1% | Release publications |
|
| 1173 |
+
| `commit_comments` | CommitCommentEvent | 1,519,575 | 0.9% | Comments on commits |
|
| 1174 |
+
| `wiki_pages` | GollumEvent | 2,759,875 | 1.7% | Wiki page edits |
|
| 1175 |
| `members` | MemberEvent | 104,094 | 0.1% | Collaborator additions |
|
| 1176 |
+
| `public_events` | PublicEvent | 148,324 | 0.1% | Repo made public |
|
| 1177 |
|
| 1178 |
## How it's built
|
| 1179 |
|
data/commit_comments/2014/04/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ccc6533834020c035f1add7b9d48487ea73c575db9317630a229779bb8418bac
|
| 3 |
+
size 89011
|
data/creates/2014/04/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:279d0c62db5a21647b54099a5dc06583a99803bdbaee6372e350631e05443400
|
| 3 |
+
size 1311682
|
data/deletes/2014/04/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c774edc6c2234141e82f1d26e1880295c4c17d483d6010e265f5478a5a37683
|
| 3 |
+
size 174283
|
data/forks/2014/04/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:60f6419fff7a2af49a10423a50d187407548ca863b77aa2a285c11209a7f6569
|
| 3 |
+
size 306108
|
data/issue_comments/2014/04/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:30cc8ac91e8583d5c29f3a6429383b3297e5612b2b0a264e27fc09a11659b7cb
|
| 3 |
+
size 715173
|
data/issues/2014/04/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:820371e26a25ae760b2d0f4b70808683724929cf285dc6bf9be90e3d42191f9c
|
| 3 |
+
size 420404
|
data/public_events/2014/04/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7900c236bb620f40fa640ee0c03f3a363ea87451d9d7511297633018f252ab00
|
| 3 |
+
size 13098
|
data/pull_requests/2014/04/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3fc6b41f800b6e24c95d68d4209dcbe7df807b0ff6d91cf83b695bb6f480de57
|
| 3 |
+
size 2720910
|
data/pushes/2014/04/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3969ed141d82f93efef81df7220db39123385ad1f976c7b3d74db0d82a174dba
|
| 3 |
+
size 27011425
|
data/stars/2014/04/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:62232138e25f75f38f512f3bb305f201d587c0637f83fed9230710ae0761520f
|
| 3 |
+
size 694680
|
data/wiki_pages/2014/04/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:022080c5ba44ccdc325efd7ef766f1f225b7916a8f19549e2217d80b8d333ca3
|
| 3 |
+
size 274509
|
stats.csv
CHANGED
|
@@ -993,6 +993,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 993 |
2014-04-24,396032,2120,202475,19748,35659,18586,0,5604,38020,14368,44173,6519,1005,2974,4378,0,403,0,132483015,354.8,39735472,35.8,354.8,103.7
|
| 994 |
2014-04-25,363666,2048,181435,18002,32970,16508,0,5003,35717,12929,44360,6573,839,3001,3931,0,350,0,118443706,282.6,34847715,32.4,282.6,77.6
|
| 995 |
2014-04-26,272719,1482,142763,11163,16808,8905,0,1657,30369,10693,38705,4647,564,1848,2892,0,223,0,79797686,187.5,24959079,30.8,187.5,66.5
|
| 996 |
-
2014-04-27,273193,1163,152551,11239,18083,9695,0,2078,24702,11299,32216,4442,578,1838,3045,0,264,0,84519369,187.0,27346732,49.3,187.0,
|
|
|
|
| 997 |
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
|
| 998 |
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
|
|
|
|
| 993 |
2014-04-24,396032,2120,202475,19748,35659,18586,0,5604,38020,14368,44173,6519,1005,2974,4378,0,403,0,132483015,354.8,39735472,35.8,354.8,103.7
|
| 994 |
2014-04-25,363666,2048,181435,18002,32970,16508,0,5003,35717,12929,44360,6573,839,3001,3931,0,350,0,118443706,282.6,34847715,32.4,282.6,77.6
|
| 995 |
2014-04-26,272719,1482,142763,11163,16808,8905,0,1657,30369,10693,38705,4647,564,1848,2892,0,223,0,79797686,187.5,24959079,30.8,187.5,66.5
|
| 996 |
+
2014-04-27,273193,1163,152551,11239,18083,9695,0,2078,24702,11299,32216,4442,578,1838,3045,0,264,0,84519369,187.0,27346732,49.3,187.0,41.1
|
| 997 |
+
2014-04-28,337226,1959,173870,16968,30170,15199,0,4324,32684,11499,36940,6317,752,2455,3773,0,316,0,111187054,248.8,33731283,39.4,248.8,0.0
|
| 998 |
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
|
| 999 |
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
|