Add 2015-04-06 — 449.8K events, 14 files
Browse files- README.md +20 -20
- data/commit_comments/2015/04/06.parquet +3 -0
- data/creates/2015/04/06.parquet +3 -0
- data/deletes/2015/04/06.parquet +3 -0
- data/forks/2015/04/06.parquet +3 -0
- data/issue_comments/2015/04/06.parquet +3 -0
- data/issues/2015/04/06.parquet +3 -0
- data/members/2015/04/06.parquet +3 -0
- data/pr_review_comments/2015/04/06.parquet +3 -0
- data/public_events/2015/04/06.parquet +3 -0
- data/pull_requests/2015/04/06.parquet +3 -0
- data/pushes/2015/04/06.parquet +3 -0
- data/releases/2015/04/06.parquet +3 -0
- data/stars/2015/04/06.parquet +3 -0
- data/wiki_pages/2015/04/06.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-04-
|
| 65 |
|
| 66 |
-
We believe this is the most complete and regularly updated structured mirror of public GitHub activity available on Hugging Face. The original 102.
|
| 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 |
|
|
@@ -139,7 +139,7 @@ duckdb.sql("""
|
|
| 139 |
2012 ██████████░░░░░░░░░░░░░░░░░░░░ 42.5M
|
| 140 |
2013 ██████████████████░░░░░░░░░░░░ 76.2M
|
| 141 |
2014 ██████████████████████████████ 124.6M
|
| 142 |
-
2015 █████████░░░░░░░░░░░░░░░░░░░░░
|
| 143 |
```
|
| 144 |
|
| 145 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
|
@@ -148,7 +148,7 @@ duckdb.sql("""
|
|
| 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 | 348 | 124,581,314 | 357,992 | 51.9 GB | 11.8 GB | 4h13m | 20h37m | 5h05m |
|
| 151 |
-
| 2015 |
|
| 152 |
|
| 153 |
|
| 154 |
### Pushes per year
|
|
@@ -160,7 +160,7 @@ Pushes are the most common event type, representing roughly half of all GitHub a
|
|
| 160 |
2012 █████████░░░░░░░░░░░░░░░░░░░░░ 20.6M
|
| 161 |
2013 ██████████████████░░░░░░░░░░░░ 38.9M
|
| 162 |
2014 ██████████████████████████████ 63.1M
|
| 163 |
-
2015 █████████░░░░░░░░░░░░░░░░░░░░░ 19.
|
| 164 |
```
|
| 165 |
|
| 166 |
|
|
@@ -204,7 +204,7 @@ Pull request events cover the full review cycle: opened, merged, closed, review
|
|
| 204 |
2012 █████████░░░░░░░░░░░░░░░░░░░░░ 1.8M
|
| 205 |
2013 ████████████████░░░░░░░░░░░░░░ 3.0M
|
| 206 |
2014 ██████████████████████████████ 5.5M
|
| 207 |
-
2015 ██████████░░░░░░░░░░░░░░░░░░░░
|
| 208 |
```
|
| 209 |
|
| 210 |
|
|
@@ -639,20 +639,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
|
|
| 639 |
|
| 640 |
| Table | GitHub Event | Events | % | Description |
|
| 641 |
|-------|-------------|-------:|---:|-------------|
|
| 642 |
-
| `pushes` | PushEvent | 150,
|
| 643 |
-
| `issues` | IssuesEvent | 17,
|
| 644 |
-
| `issue_comments` | IssueCommentEvent | 26,
|
| 645 |
-
| `pull_requests` | PullRequestEvent | 12,
|
| 646 |
-
| `pr_review_comments` | PullRequestReviewCommentEvent | 3,
|
| 647 |
-
| `stars` | WatchEvent | 27,
|
| 648 |
-
| `forks` | ForkEvent | 10,
|
| 649 |
-
| `creates` | CreateEvent | 37,
|
| 650 |
-
| `deletes` | DeleteEvent | 4,
|
| 651 |
-
| `releases` | ReleaseEvent |
|
| 652 |
-
| `commit_comments` | CommitCommentEvent | 2,
|
| 653 |
-
| `wiki_pages` | GollumEvent | 4,
|
| 654 |
-
| `members` | MemberEvent |
|
| 655 |
-
| `public_events` | PublicEvent | 283,
|
| 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-04-06** (1,473 days), totaling **301,336,143 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 102.9 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 22.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 |
|
|
|
|
| 139 |
2012 ██████████░░░░░░░░░░░░░░░░░░░░ 42.5M
|
| 140 |
2013 ██████████████████░░░░░░░░░░░░ 76.2M
|
| 141 |
2014 ██████████████████████████████ 124.6M
|
| 142 |
+
2015 █████████░░░░░░░░░░░░░░░░░░░░░ 40.0M
|
| 143 |
```
|
| 144 |
|
| 145 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
|
|
|
| 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 | 348 | 124,581,314 | 357,992 | 51.9 GB | 11.8 GB | 4h13m | 20h37m | 5h05m |
|
| 151 |
+
| 2015 | 83 | 40,030,465 | 482,294 | 12.9 GB | 6.6 GB | 54m59s | 2h06m | 1h58m |
|
| 152 |
|
| 153 |
|
| 154 |
### Pushes per year
|
|
|
|
| 160 |
2012 █████████░░░░░░░░░░░░░░░░░░░░░ 20.6M
|
| 161 |
2013 ██████████████████░░░░░░░░░░░░ 38.9M
|
| 162 |
2014 ██████████████████████████████ 63.1M
|
| 163 |
+
2015 █████████░░░░░░░░░░░░░░░░░░░░░ 19.7M
|
| 164 |
```
|
| 165 |
|
| 166 |
|
|
|
|
| 204 |
2012 █████████░░░░░░░░░░░░░░░░░░░░░ 1.8M
|
| 205 |
2013 ████████████████░░░░░░░░░░░░░░ 3.0M
|
| 206 |
2014 ██████████████████████████████ 5.5M
|
| 207 |
+
2015 ██████████░░░░░░░░░░░░░░░░░░░░ 2.0M
|
| 208 |
```
|
| 209 |
|
| 210 |
|
|
|
|
| 639 |
|
| 640 |
| Table | GitHub Event | Events | % | Description |
|
| 641 |
|-------|-------------|-------:|---:|-------------|
|
| 642 |
+
| `pushes` | PushEvent | 150,981,464 | 50.1% | Git pushes with commits |
|
| 643 |
+
| `issues` | IssuesEvent | 17,118,028 | 5.7% | Issue lifecycle events |
|
| 644 |
+
| `issue_comments` | IssueCommentEvent | 26,687,108 | 8.9% | Comments on issues/PRs |
|
| 645 |
+
| `pull_requests` | PullRequestEvent | 12,735,319 | 4.2% | PR lifecycle events |
|
| 646 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 3,316,955 | 1.1% | Line-level PR comments |
|
| 647 |
+
| `stars` | WatchEvent | 27,778,983 | 9.2% | Repository stars |
|
| 648 |
+
| `forks` | ForkEvent | 10,527,211 | 3.5% | Repository forks |
|
| 649 |
+
| `creates` | CreateEvent | 37,765,421 | 12.5% | Branch/tag/repo creation |
|
| 650 |
+
| `deletes` | DeleteEvent | 4,365,020 | 1.4% | Branch/tag deletion |
|
| 651 |
+
| `releases` | ReleaseEvent | 519,590 | 0.2% | Release publications |
|
| 652 |
+
| `commit_comments` | CommitCommentEvent | 2,594,585 | 0.9% | Comments on commits |
|
| 653 |
+
| `wiki_pages` | GollumEvent | 4,415,742 | 1.5% | Wiki page edits |
|
| 654 |
+
| `members` | MemberEvent | 350,045 | 0.1% | Collaborator additions |
|
| 655 |
+
| `public_events` | PublicEvent | 283,595 | 0.1% | Repo made public |
|
| 656 |
|
| 657 |
## How it's built
|
| 658 |
|
data/commit_comments/2015/04/06.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:33a302f0df653eae9be879c342b18acb5ceaf5d7c7bcf75c7813710275169a8b
|
| 3 |
+
size 383170
|
data/creates/2015/04/06.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:21d98552813153b5d987acdec9b6024f0d1116f809067c9870681ac241b66014
|
| 3 |
+
size 2343620
|
data/deletes/2015/04/06.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:24a45569e9354502aff43004475e7af4402a671e489c26b33e63fe05144270cc
|
| 3 |
+
size 302484
|
data/forks/2015/04/06.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b5585353acd44310051c60e2fa9aaf6a6ce86470c55e7a7451dd88b79b619b79
|
| 3 |
+
size 1513522
|
data/issue_comments/2015/04/06.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c34362cef4c06f009cf330c8e09e66f3c268c1e8b1d711042d398c99160c8341
|
| 3 |
+
size 7439718
|
data/issues/2015/04/06.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd4c5dfd8d0b3ee53693391c7b8412a5fc235d2dc3d835ebffba6d8e72a3a264
|
| 3 |
+
size 4987671
|
data/members/2015/04/06.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:90e2f8c231b91de0db2e441468e595b0ff998b3774b845d4ddf019f6558299e5
|
| 3 |
+
size 102454
|
data/pr_review_comments/2015/04/06.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c84a6ff9c61fcaf147d958ea844f16a1096c3cde893c5b7d210b24fd54ea39d
|
| 3 |
+
size 2212798
|
data/public_events/2015/04/06.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fe80b2d55f0da2475dc47c383087eee26c7cf56d85ef7675086e2170f3dd448b
|
| 3 |
+
size 20860
|
data/pull_requests/2015/04/06.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd4c9a068d4847974a2debdab529ec24ad93a3017e9a43bcf3516132b6e4c033
|
| 3 |
+
size 3914212
|
data/pushes/2015/04/06.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6161bf4d281332ffd7ae031eae5479ad6011f405ff865328d256fc661c9be4b5
|
| 3 |
+
size 53831404
|
data/releases/2015/04/06.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0d98090a3088830b48ee6b267c78321b91356e3b945bd24cfc4b712a087e97e5
|
| 3 |
+
size 235242
|
data/stars/2015/04/06.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e6f5d1d89a276a2651ded9fb6b6c4d871ae6b28e4655514390a348c5836e3103
|
| 3 |
+
size 1301656
|
data/wiki_pages/2015/04/06.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:24ab06bd74e54c219744366dec81b02450c9e14fb3c000ed0b46884824975d68
|
| 3 |
+
size 375222
|
stats.csv
CHANGED
|
@@ -1470,4 +1470,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 1470 |
2015-04-02,457705,0,224931,21922,42975,23983,0,8073,40525,15261,59275,8671,1394,3078,4066,3119,432,0,171592317,69.4,81941578,80.8,69.4,97.1
|
| 1471 |
2015-04-03,381676,0,187055,18741,34211,18269,0,5231,36266,13895,50362,7707,1184,2303,3836,2302,314,0,136995029,51.3,66193669,41.0,51.3,84.3
|
| 1472 |
2015-04-04,168460,0,0,16322,26822,14634,0,3357,31027,11517,48920,6359,1041,1855,4305,1987,314,0,0,0.0,17732540,0.0,0.0,41.6
|
| 1473 |
-
2015-04-05,348600,0,183361,15287,24564,13968,0,3072,31719,10521,50458,6685,1036,1964,4184,1439,342,0,111492835,41.0,56998785,70.7,41.0,
|
|
|
|
|
|
| 1470 |
2015-04-02,457705,0,224931,21922,42975,23983,0,8073,40525,15261,59275,8671,1394,3078,4066,3119,432,0,171592317,69.4,81941578,80.8,69.4,97.1
|
| 1471 |
2015-04-03,381676,0,187055,18741,34211,18269,0,5231,36266,13895,50362,7707,1184,2303,3836,2302,314,0,136995029,51.3,66193669,41.0,51.3,84.3
|
| 1472 |
2015-04-04,168460,0,0,16322,26822,14634,0,3357,31027,11517,48920,6359,1041,1855,4305,1987,314,0,0,0.0,17732540,0.0,0.0,41.6
|
| 1473 |
+
2015-04-05,348600,0,183361,15287,24564,13968,0,3072,31719,10521,50458,6685,1036,1964,4184,1439,342,0,111492835,41.0,56998785,70.7,41.0,40.5
|
| 1474 |
+
2015-04-06,449814,0,224484,21021,39585,21373,0,6858,39055,13856,62605,8857,1384,2735,4975,2535,491,0,161409612,74.2,78964033,105.8,74.2,0.0
|