Add 2015-01-03 — 292.8K events, 14 files
Browse files- README.md +19 -19
- data/commit_comments/2015/01/03.parquet +3 -0
- data/creates/2015/01/03.parquet +3 -0
- data/deletes/2015/01/03.parquet +3 -0
- data/forks/2015/01/03.parquet +3 -0
- data/issue_comments/2015/01/03.parquet +3 -0
- data/issues/2015/01/03.parquet +3 -0
- data/members/2015/01/03.parquet +3 -0
- data/pr_review_comments/2015/01/03.parquet +3 -0
- data/public_events/2015/01/03.parquet +3 -0
- data/pull_requests/2015/01/03.parquet +3 -0
- data/pushes/2015/01/03.parquet +3 -0
- data/releases/2015/01/03.parquet +3 -0
- data/stars/2015/01/03.parquet +3 -0
- data/wiki_pages/2015/01/03.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 45.
|
| 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 | — |
|
| 737 |
|
| 738 |
|
|
@@ -742,7 +742,7 @@ duckdb.sql("""
|
|
| 742 |
2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
|
| 743 |
2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
|
| 744 |
2013 ██████████████████████████████ 38.1M
|
| 745 |
-
2014 █████████████░░░░░░░░░░░░░░░░
|
| 746 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
|
| 747 |
```
|
| 748 |
|
|
@@ -753,7 +753,7 @@ duckdb.sql("""
|
|
| 753 |
2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 737.1K
|
| 754 |
2012 █████████████░░░░░░░░░░░░░░░░░ 1.9M
|
| 755 |
2013 ██████████████████████████████ 4.3M
|
| 756 |
-
2014 ████████████░░░░░░░░░░░░░░░░░
|
| 757 |
2015 █���░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
|
| 758 |
```
|
| 759 |
|
|
@@ -1160,20 +1160,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
|
|
| 1160 |
|
| 1161 |
| Table | GitHub Event | Events | % | Description |
|
| 1162 |
|-------|-------------|-------:|---:|-------------|
|
| 1163 |
-
| `pushes` | PushEvent | 79,
|
| 1164 |
-
| `issues` | IssuesEvent | 8,
|
| 1165 |
-
| `issue_comments` | IssueCommentEvent | 13,
|
| 1166 |
-
| `pull_requests` | PullRequestEvent | 6,
|
| 1167 |
-
| `pr_review_comments` | PullRequestReviewCommentEvent | 1,
|
| 1168 |
-
| `stars` | WatchEvent | 14,
|
| 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 | 146,
|
| 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** (992 days), totaling **158,350,239 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 45.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 14.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 |
|
|
|
|
| 723 |
2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
|
| 724 |
2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
|
| 725 |
2013 ██████████████████████████████ 74.5M
|
| 726 |
+
2014 ██████████████░░░░░░░░░░░░░░░░ 35.0M
|
| 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 | 112 | 35,002,093 | 312,518 | 10.6 GB | 3.2 GB | 1h14m | 6h04m | 1h45m |
|
| 736 |
| 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | — |
|
| 737 |
|
| 738 |
|
|
|
|
| 742 |
2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
|
| 743 |
2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
|
| 744 |
2013 ██████████████████████████████ 38.1M
|
| 745 |
+
2014 ██████████████░░░░░░░░░░░░░░░░ 17.8M
|
| 746 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
|
| 747 |
```
|
| 748 |
|
|
|
|
| 753 |
2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 737.1K
|
| 754 |
2012 █████████████░░░░░░░░░░░░░░░░░ 1.9M
|
| 755 |
2013 ██████████████████████████████ 4.3M
|
| 756 |
+
2014 █████████████░░░░░░░░░░░░░░░░░ 1.9M
|
| 757 |
2015 █���░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
|
| 758 |
```
|
| 759 |
|
|
|
|
| 1160 |
|
| 1161 |
| Table | GitHub Event | Events | % | Description |
|
| 1162 |
|-------|-------------|-------:|---:|-------------|
|
| 1163 |
+
| `pushes` | PushEvent | 79,363,585 | 50.1% | Git pushes with commits |
|
| 1164 |
+
| `issues` | IssuesEvent | 8,859,823 | 5.6% | Issue lifecycle events |
|
| 1165 |
+
| `issue_comments` | IssueCommentEvent | 13,754,330 | 8.7% | Comments on issues/PRs |
|
| 1166 |
+
| `pull_requests` | PullRequestEvent | 6,358,550 | 4.0% | PR lifecycle events |
|
| 1167 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 1,381,506 | 0.9% | Line-level PR comments |
|
| 1168 |
+
| `stars` | WatchEvent | 14,895,385 | 9.4% | Repository stars |
|
| 1169 |
+
| `forks` | ForkEvent | 5,689,489 | 3.6% | Repository forks |
|
| 1170 |
+
| `creates` | CreateEvent | 20,116,303 | 12.7% | Branch/tag/repo creation |
|
| 1171 |
+
| `deletes` | DeleteEvent | 1,872,868 | 1.2% | Branch/tag deletion |
|
| 1172 |
+
| `releases` | ReleaseEvent | 157,381 | 0.1% | Release publications |
|
| 1173 |
+
| `commit_comments` | CommitCommentEvent | 1,504,715 | 1.0% | Comments on commits |
|
| 1174 |
+
| `wiki_pages` | GollumEvent | 2,736,785 | 1.7% | Wiki page edits |
|
| 1175 |
| `members` | MemberEvent | 104,094 | 0.1% | Collaborator additions |
|
| 1176 |
+
| `public_events` | PublicEvent | 146,394 | 0.1% | Repo made public |
|
| 1177 |
|
| 1178 |
## How it's built
|
| 1179 |
|
data/commit_comments/2015/01/03.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:95f3faebc007365d14792bf76a32f7fcd21239ffae55ce115138b65f73cdf5f6
|
| 3 |
+
size 246549
|
data/creates/2015/01/03.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:35407bfe985a85c8d41b1bc567d2f0de72a24a5f7524400f2cf471db530f1ab5
|
| 3 |
+
size 1337480
|
data/deletes/2015/01/03.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:595ff240b780b4f43ed133d5cf146403452267e072a7eb4c60d460090d4f17d2
|
| 3 |
+
size 152856
|
data/forks/2015/01/03.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:148ab296ecbcbeca130112a144473300e0032e9015b666ab21ddc251698c699c
|
| 3 |
+
size 1063868
|
data/issue_comments/2015/01/03.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f9660460feb70ff3f6d07f7d6942de87781ea177637e5d02fb6cc17865244bc4
|
| 3 |
+
size 4906704
|
data/issues/2015/01/03.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:67c42139d86cc5ab8c31ffd05034179846afa09eb3dd5b86492dbe341f5dcb58
|
| 3 |
+
size 3540839
|
data/members/2015/01/03.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:13a2573c658144bdb37860fc65155e0c020cd6c8428a95efdca52eb91639d23a
|
| 3 |
+
size 42633
|
data/pr_review_comments/2015/01/03.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1f4ef16d53cfc9c3236f5d3e1519e7aa886b00b79b87788a442271b6b46bfa0f
|
| 3 |
+
size 911011
|
data/public_events/2015/01/03.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:47ff659a768b465c94a445817c384184ebe4b3bbeed8b3452d3b912bb40eef35
|
| 3 |
+
size 13023
|
data/pull_requests/2015/01/03.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bbf50efa11d267a4b7adb14139cfac1fb0041e9d05d4117b2f06f1a7e850893c
|
| 3 |
+
size 2157446
|
data/pushes/2015/01/03.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a66729928bdbd83dc2c37a441129eb42abb090da18bc39a011a2e22e8f804dd7
|
| 3 |
+
size 35826219
|
data/releases/2015/01/03.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e10d682ec2d5801a05f317aa3cf4542a0b8af7cb60180e81d680e5c09a9d7ae
|
| 3 |
+
size 161803
|
data/stars/2015/01/03.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a27b8755e319d49493af6319d226d30d53a9ad22409b31d0f22a2f0d1d61416d
|
| 3 |
+
size 843977
|
data/wiki_pages/2015/01/03.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d1071bedbd991de107383d1d9c41768d8977fd523783e3881a88f686575373a6
|
| 3 |
+
size 189720
|
stats.csv
CHANGED
|
@@ -987,6 +987,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 987 |
2014-04-18,268761,1257,140595,12784,22403,11711,0,3600,24242,9700,31460,4406,670,2062,3629,0,242,0,88801801,195.6,26925915,26.6,195.7,127.4
|
| 988 |
2014-04-19,231383,1001,126260,10346,16193,8598,0,1827,21388,8711,27808,3634,545,1487,3382,0,203,0,71725886,169.5,22544538,59.0,169.5,72.0
|
| 989 |
2014-04-20,238612,938,131239,10150,16604,8151,0,1801,22557,9597,28687,3073,614,1538,3472,0,191,0,73504927,167.6,23634811,29.0,167.6,68.5
|
| 990 |
-
2014-04-21,348196,1631,183036,15804,29316,15370,0,4547,31158,12791,40265,5613,937,2710,4687,0,331,0,115058501,301.7,34584235,53.5,301.7,
|
|
|
|
| 991 |
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
|
| 992 |
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,0.0
|
|
|
|
| 987 |
2014-04-18,268761,1257,140595,12784,22403,11711,0,3600,24242,9700,31460,4406,670,2062,3629,0,242,0,88801801,195.6,26925915,26.6,195.7,127.4
|
| 988 |
2014-04-19,231383,1001,126260,10346,16193,8598,0,1827,21388,8711,27808,3634,545,1487,3382,0,203,0,71725886,169.5,22544538,59.0,169.5,72.0
|
| 989 |
2014-04-20,238612,938,131239,10150,16604,8151,0,1801,22557,9597,28687,3073,614,1538,3472,0,191,0,73504927,167.6,23634811,29.0,167.6,68.5
|
| 990 |
+
2014-04-21,348196,1631,183036,15804,29316,15370,0,4547,31158,12791,40265,5613,937,2710,4687,0,331,0,115058501,301.7,34584235,53.5,301.7,93.8
|
| 991 |
+
2014-04-22,405707,2210,206956,18980,36217,19001,0,5811,39909,14726,45262,7121,892,3327,4902,0,393,0,135955764,358.6,39994308,42.8,358.6,0.0
|
| 992 |
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
|
| 993 |
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,0.0
|