Add 2014-10-29 — 522.9K events, 11 files
Browse files- README.md +20 -20
- data/commit_comments/2014/10/29.parquet +3 -0
- data/creates/2014/10/29.parquet +3 -0
- data/deletes/2014/10/29.parquet +3 -0
- data/forks/2014/10/29.parquet +3 -0
- data/issue_comments/2014/10/29.parquet +3 -0
- data/issues/2014/10/29.parquet +3 -0
- data/public_events/2014/10/29.parquet +3 -0
- data/pull_requests/2014/10/29.parquet +3 -0
- data/pushes/2014/10/29.parquet +3 -0
- data/stars/2014/10/29.parquet +3 -0
- data/wiki_pages/2014/10/29.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
|
| 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 ██████████████████████████████ 97.
|
| 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 ██████████████████████████████ 49.
|
| 163 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
|
| 164 |
```
|
| 165 |
|
|
@@ -180,7 +180,7 @@ Issue events track the full lifecycle: opened, closed, reopened, labeled, assign
|
|
| 180 |
2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 982.1K
|
| 181 |
2012 █████████████░░░░░░░░░░░░░░░░░ 2.4M
|
| 182 |
2013 ████████████████████████░░░░░░ 4.4M
|
| 183 |
-
2014 ██████████████████████████████ 5.
|
| 184 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
|
| 185 |
```
|
| 186 |
|
|
@@ -225,7 +225,7 @@ Stars (WatchEvent in the GitHub API) reflect community interest and discovery. S
|
|
| 225 |
2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
|
| 226 |
2012 █████████████░░░░░░░░░░░░░░░░░ 4.0M
|
| 227 |
2013 ████████████████████████░░░░░░ 7.1M
|
| 228 |
-
2014 ██████████████████████████████ 8.
|
| 229 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
|
| 230 |
```
|
| 231 |
|
|
@@ -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 | 13,
|
| 644 |
-
| `issue_comments` | IssueCommentEvent | 20,
|
| 645 |
-
| `pull_requests` | PullRequestEvent | 9,
|
| 646 |
-
| `pr_review_comments` | PullRequestReviewCommentEvent | 2,
|
| 647 |
-
| `stars` | WatchEvent | 21,
|
| 648 |
-
| `forks` | ForkEvent | 8,
|
| 649 |
-
| `creates` | CreateEvent | 29,
|
| 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 | 216,
|
| 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,329 days), totaling **235,126,106 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 76.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 13.5 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 ██████████████████████████████ 97.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 | 285 | 97,889,993 | 343,473 | 37.8 GB | 9.0 GB | 3h17m | 18h43m | 4h17m |
|
| 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 ██████████████████████████████ 49.6M
|
| 163 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
|
| 164 |
```
|
| 165 |
|
|
|
|
| 180 |
2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 982.1K
|
| 181 |
2012 █████████████░░░░░░░░░░░░░░░░░ 2.4M
|
| 182 |
2013 ████████████████████████░░░░░░ 4.4M
|
| 183 |
+
2014 ██████████████████████████████ 5.5M
|
| 184 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
|
| 185 |
```
|
| 186 |
|
|
|
|
| 225 |
2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
|
| 226 |
2012 █████████████░░░░░░░░░░░░░░░░░ 4.0M
|
| 227 |
2013 ████████████████████████░░░░░░ 7.1M
|
| 228 |
+
2014 ██████████████████████████████ 8.9M
|
| 229 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
|
| 230 |
```
|
| 231 |
|
|
|
|
| 639 |
|
| 640 |
| Table | GitHub Event | Events | % | Description |
|
| 641 |
|-------|-------------|-------:|---:|-------------|
|
| 642 |
+
| `pushes` | PushEvent | 118,040,006 | 50.2% | Git pushes with commits |
|
| 643 |
+
| `issues` | IssuesEvent | 13,292,576 | 5.7% | Issue lifecycle events |
|
| 644 |
+
| `issue_comments` | IssueCommentEvent | 20,554,378 | 8.7% | Comments on issues/PRs |
|
| 645 |
+
| `pull_requests` | PullRequestEvent | 9,596,991 | 4.1% | PR lifecycle events |
|
| 646 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 2,324,384 | 1.0% | Line-level PR comments |
|
| 647 |
+
| `stars` | WatchEvent | 21,908,286 | 9.3% | Repository stars |
|
| 648 |
+
| `forks` | ForkEvent | 8,317,142 | 3.5% | Repository forks |
|
| 649 |
+
| `creates` | CreateEvent | 29,673,386 | 12.6% | Branch/tag/repo creation |
|
| 650 |
+
| `deletes` | DeleteEvent | 3,119,893 | 1.3% | Branch/tag deletion |
|
| 651 |
+
| `releases` | ReleaseEvent | 321,861 | 0.1% | Release publications |
|
| 652 |
+
| `commit_comments` | CommitCommentEvent | 2,140,617 | 0.9% | Comments on commits |
|
| 653 |
+
| `wiki_pages` | GollumEvent | 3,717,706 | 1.6% | Wiki page edits |
|
| 654 |
| `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
|
| 655 |
+
| `public_events` | PublicEvent | 216,825 | 0.1% | Repo made public |
|
| 656 |
|
| 657 |
## How it's built
|
| 658 |
|
data/commit_comments/2014/10/29.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7a1f93f27be3f29fa6317280eba5278b1931d72e2982d48ce0e01d2eb24eb0ff
|
| 3 |
+
size 120995
|
data/creates/2014/10/29.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b319ec0580ef4bcb85bc659ba38528815a71938a5f41eed02f6d3dade7f614f2
|
| 3 |
+
size 5724742
|
data/deletes/2014/10/29.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d4003aab9fbf94a579da931b18225817c396a56b3a9d3a7bfd00ac9fab0ece3e
|
| 3 |
+
size 239608
|
data/forks/2014/10/29.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3fc0166014c90b02b9ea5564b0b434730b3528cf791624bc5a9737e87c21dcf1
|
| 3 |
+
size 431802
|
data/issue_comments/2014/10/29.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bb25490338cec6cccf088fb000bc9e54fcb9f62c73aeef2f5670b48ae77521eb
|
| 3 |
+
size 1037790
|
data/issues/2014/10/29.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a00b7c7671680cdfc559a87331d532a17427f4366e5f949d95e2343f73aa7847
|
| 3 |
+
size 691996
|
data/public_events/2014/10/29.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0ac81c86531df23c3282f510a03ee3f36560314c48401a74dbc445b1cb3c75f7
|
| 3 |
+
size 19373
|
data/pull_requests/2014/10/29.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:577c5945b9b9f63d01644566f9fa72032c0676662bb0e279d076566447b890c3
|
| 3 |
+
size 4030671
|
data/pushes/2014/10/29.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1c795a9c720644b8a56b61a29d9edefa96d380ae1ece3a74d8eee9c34f6b26da
|
| 3 |
+
size 42971024
|
data/stars/2014/10/29.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:50f3eabd289829c30b9a5d356c2978a4b57ebfa89a4f4b7ed216da52c47bd555
|
| 3 |
+
size 1974715
|
data/wiki_pages/2014/10/29.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d4851dde8d0a81a5c998ec7af5f1e38cc84d7b6ee92c899d3aa24bcd31667c0f
|
| 3 |
+
size 291290
|
stats.csv
CHANGED
|
@@ -1324,6 +1324,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 1324 |
2014-10-25,312168,1911,164484,16073,20661,11833,0,1997,24750,10818,48275,5178,772,2212,2877,0,327,0,169171872,77.4,33714379,50.4,77.4,30.7
|
| 1325 |
2014-10-26,366477,1539,191568,18584,23932,13381,0,2737,31364,12814,58653,4867,906,2047,3697,0,388,0,196520789,89.9,38160937,53.6,90.0,70.7
|
| 1326 |
2014-10-27,438284,2459,223301,24008,41399,20913,0,6726,37934,13826,49761,8057,1193,3450,4786,0,471,0,251180259,110.7,48034084,64.3,110.7,39.6
|
| 1327 |
-
2014-10-28,492301,2250,299792,20936,34860,17907,0,5596,36505,13839,45641,6405,963,2570,4659,0,378,0,256754462,111.5,52030874,40.0,111.5,
|
|
|
|
| 1328 |
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
|
| 1329 |
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
|
|
|
|
| 1324 |
2014-10-25,312168,1911,164484,16073,20661,11833,0,1997,24750,10818,48275,5178,772,2212,2877,0,327,0,169171872,77.4,33714379,50.4,77.4,30.7
|
| 1325 |
2014-10-26,366477,1539,191568,18584,23932,13381,0,2737,31364,12814,58653,4867,906,2047,3697,0,388,0,196520789,89.9,38160937,53.6,90.0,70.7
|
| 1326 |
2014-10-27,438284,2459,223301,24008,41399,20913,0,6726,37934,13826,49761,8057,1193,3450,4786,0,471,0,251180259,110.7,48034084,64.3,110.7,39.6
|
| 1327 |
+
2014-10-28,492301,2250,299792,20936,34860,17907,0,5596,36505,13839,45641,6405,963,2570,4659,0,378,0,256754462,111.5,52030874,40.0,111.5,41.2
|
| 1328 |
+
2014-10-29,522860,2552,287754,25902,44244,22731,0,7759,40954,16504,55225,8503,1210,3435,5586,0,501,0,292864207,141.4,57534006,70.1,141.4,0.0
|
| 1329 |
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
|
| 1330 |
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
|