Add 2015-02-26 — 632.7K events, 14 files
Browse files- README.md +20 -20
- data/commit_comments/2015/02/26.parquet +3 -0
- data/creates/2015/02/26.parquet +3 -0
- data/deletes/2015/02/26.parquet +3 -0
- data/forks/2015/02/26.parquet +3 -0
- data/issue_comments/2015/02/26.parquet +3 -0
- data/issues/2015/02/26.parquet +3 -0
- data/members/2015/02/26.parquet +3 -0
- data/pr_review_comments/2015/02/26.parquet +3 -0
- data/public_events/2015/02/26.parquet +3 -0
- data/pull_requests/2015/02/26.parquet +3 -0
- data/pushes/2015/02/26.parquet +3 -0
- data/releases/2015/02/26.parquet +3 -0
- data/stars/2015/02/26.parquet +3 -0
- data/wiki_pages/2015/02/26.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-02-
|
| 65 |
|
| 66 |
-
We believe this is the most complete and regularly updated structured mirror of public GitHub activity available on Hugging Face. The original 98.
|
| 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 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 24.
|
| 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 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 12.
|
| 164 |
```
|
| 165 |
|
| 166 |
|
|
@@ -181,7 +181,7 @@ Issue events track the full lifecycle: opened, closed, reopened, labeled, assign
|
|
| 181 |
2012 █████████░░░░░░░░░░░░░░░░░░░░░ 2.4M
|
| 182 |
2013 ██████████████████░░░░░░░░░░░░ 4.4M
|
| 183 |
2014 ██████████████████████████████ 7.3M
|
| 184 |
-
2015 ████░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 185 |
```
|
| 186 |
|
| 187 |
|
|
@@ -639,20 +639,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
|
|
| 639 |
|
| 640 |
| Table | GitHub Event | Events | % | Description |
|
| 641 |
|-------|-------------|-------:|---:|-------------|
|
| 642 |
-
| `pushes` | PushEvent | 143,
|
| 643 |
-
| `issues` | IssuesEvent | 16,
|
| 644 |
-
| `issue_comments` | IssueCommentEvent | 25,
|
| 645 |
-
| `pull_requests` | PullRequestEvent | 11,
|
| 646 |
-
| `pr_review_comments` | PullRequestReviewCommentEvent | 3,
|
| 647 |
-
| `stars` | WatchEvent | 26,
|
| 648 |
-
| `forks` | ForkEvent |
|
| 649 |
-
| `creates` | CreateEvent | 35,
|
| 650 |
-
| `deletes` | DeleteEvent | 4,
|
| 651 |
-
| `releases` | ReleaseEvent |
|
| 652 |
-
| `commit_comments` | CommitCommentEvent | 2,
|
| 653 |
-
| `wiki_pages` | GollumEvent | 4,
|
| 654 |
-
| `members` | MemberEvent |
|
| 655 |
-
| `public_events` | PublicEvent | 267,
|
| 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-02-26** (1,442 days), totaling **286,004,932 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 98.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 20.2 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 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 24.7M
|
| 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 | 52 | 24,699,254 | 474,985 | 8.6 GB | 4.1 GB | 37m58s | 1h28m | 59m41s |
|
| 152 |
|
| 153 |
|
| 154 |
### Pushes per year
|
|
|
|
| 160 |
2012 █████████░░░░░░░░░░░░░░░░░░░░░ 20.6M
|
| 161 |
2013 ██████████████████░░░░░░░░░░░░ 38.9M
|
| 162 |
2014 ██████████████████████████████ 63.1M
|
| 163 |
+
2015 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 12.4M
|
| 164 |
```
|
| 165 |
|
| 166 |
|
|
|
|
| 181 |
2012 █████████░░░░░░░░░░░░░░░░░░░░░ 2.4M
|
| 182 |
2013 ██████████████████░░░░░░░░░░░░ 4.4M
|
| 183 |
2014 ██████████████████████████████ 7.3M
|
| 184 |
+
2015 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 1.2M
|
| 185 |
```
|
| 186 |
|
| 187 |
|
|
|
|
| 639 |
|
| 640 |
| Table | GitHub Event | Events | % | Description |
|
| 641 |
|-------|-------------|-------:|---:|-------------|
|
| 642 |
+
| `pushes` | PushEvent | 143,635,651 | 50.2% | Git pushes with commits |
|
| 643 |
+
| `issues` | IssuesEvent | 16,328,991 | 5.7% | Issue lifecycle events |
|
| 644 |
+
| `issue_comments` | IssueCommentEvent | 25,209,559 | 8.8% | Comments on issues/PRs |
|
| 645 |
+
| `pull_requests` | PullRequestEvent | 11,977,523 | 4.2% | PR lifecycle events |
|
| 646 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 3,084,388 | 1.1% | Line-level PR comments |
|
| 647 |
+
| `stars` | WatchEvent | 26,387,853 | 9.2% | Repository stars |
|
| 648 |
+
| `forks` | ForkEvent | 10,012,984 | 3.5% | Repository forks |
|
| 649 |
+
| `creates` | CreateEvent | 35,691,327 | 12.5% | Branch/tag/repo creation |
|
| 650 |
+
| `deletes` | DeleteEvent | 4,046,036 | 1.4% | Branch/tag deletion |
|
| 651 |
+
| `releases` | ReleaseEvent | 470,905 | 0.2% | Release publications |
|
| 652 |
+
| `commit_comments` | CommitCommentEvent | 2,484,901 | 0.9% | Comments on commits |
|
| 653 |
+
| `wiki_pages` | GollumEvent | 4,248,542 | 1.5% | Wiki page edits |
|
| 654 |
+
| `members` | MemberEvent | 261,330 | 0.1% | Collaborator additions |
|
| 655 |
+
| `public_events` | PublicEvent | 267,865 | 0.1% | Repo made public |
|
| 656 |
|
| 657 |
## How it's built
|
| 658 |
|
data/commit_comments/2015/02/26.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e79492733d1b78fb9720a7420b1dd4147a0804a8657828bcf54cda5e229e1066
|
| 3 |
+
size 568963
|
data/creates/2015/02/26.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e4bb2391bc10333415fdc97cef695ebf3e6342646e3b416e3718470a40e1b3b9
|
| 3 |
+
size 2916479
|
data/deletes/2015/02/26.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da581678858c88ad0ce0d6ca82202f676f431549f65a71d9cd8459cf577e4295
|
| 3 |
+
size 428374
|
data/forks/2015/02/26.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:749cebcfc852ff9317fa377e721e28a3c7357b5c76a9a88681d7717f529edb8c
|
| 3 |
+
size 1996821
|
data/issue_comments/2015/02/26.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7cd32b80e5d6dd1487cb030a7fdc735b46c4e28c7bcc1b953d59510d3ac93300
|
| 3 |
+
size 11978702
|
data/issues/2015/02/26.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8cbff1c7846dec1f00ca4c37c493d546b95d46cb80364621d6548b911e02f77c
|
| 3 |
+
size 9167059
|
data/members/2015/02/26.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:353683b7b5089aac3f82b8d11e7abee04c2617dc850a149303087e346cd3d6f3
|
| 3 |
+
size 127624
|
data/pr_review_comments/2015/02/26.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:922d39f671c3e5587f60fc3acbccb4aa679cae4b2ae76d3c165a67c73fa953a4
|
| 3 |
+
size 3358803
|
data/public_events/2015/02/26.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1f1dee93eaddb4e5298eb07d6930be2506ed04ff2f5287cecbe33953170f3971
|
| 3 |
+
size 29496
|
data/pull_requests/2015/02/26.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f786a8a7e62283e30dbc0aaf0da04204a9b51777a55e7d0ca3671f90ce039d18
|
| 3 |
+
size 5717508
|
data/pushes/2015/02/26.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:98bf5c878f99c9f3a2ae1ec4c8af7879855761c66744f896f2b82d8caaa6367b
|
| 3 |
+
size 73358396
|
data/releases/2015/02/26.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f662c99f176281a14f66fcef149d94913c0f343ec267c95e8a82f69046065bc2
|
| 3 |
+
size 278897
|
data/stars/2015/02/26.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c61d005a4b24e547ade69fbe3ffee02bd17be88ea11d544880b1b3ac0291c430
|
| 3 |
+
size 1797037
|
data/wiki_pages/2015/02/26.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cfb2d0c6077233837a045365dd873a39b04223978dc1b7e38cc52d77d8981ac0
|
| 3 |
+
size 402892
|
stats.csv
CHANGED
|
@@ -1439,4 +1439,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 1439 |
2015-02-20,510092,0,251394,28431,51491,27709,0,8997,37874,15323,65151,10585,1744,3451,4684,2724,534,0,200491483,114.6,92545058,67.3,114.6,126.6
|
| 1440 |
2015-02-21,405473,0,198841,20477,31729,16589,0,3833,30867,30381,54680,7622,1181,2392,3926,2593,362,0,135592698,82.1,65481712,42.2,82.1,41.4
|
| 1441 |
2015-02-22,425235,0,224566,20668,42596,16294,0,4189,34232,14130,51262,6919,1342,2558,4158,1923,398,0,139021935,88.4,70350626,34.4,88.4,0.0
|
| 1442 |
-
2015-02-25,613607,0,293991,40353,70399,31031,0,10462,49098,19332,69699,13245,1790,4368,5694,3453,692,0,240391101,143.9,110757017,23.4,143.9,
|
|
|
|
|
|
| 1439 |
2015-02-20,510092,0,251394,28431,51491,27709,0,8997,37874,15323,65151,10585,1744,3451,4684,2724,534,0,200491483,114.6,92545058,67.3,114.6,126.6
|
| 1440 |
2015-02-21,405473,0,198841,20477,31729,16589,0,3833,30867,30381,54680,7622,1181,2392,3926,2593,362,0,135592698,82.1,65481712,42.2,82.1,41.4
|
| 1441 |
2015-02-22,425235,0,224566,20668,42596,16294,0,4189,34232,14130,51262,6919,1342,2558,4158,1923,398,0,139021935,88.4,70350626,34.4,88.4,0.0
|
| 1442 |
+
2015-02-25,613607,0,293991,40353,70399,31031,0,10462,49098,19332,69699,13245,1790,4368,5694,3453,692,0,240391101,143.9,110757017,23.4,143.9,48.1
|
| 1443 |
+
2015-02-26,632669,0,305014,42161,73493,32415,0,10347,52610,18773,69418,12049,1881,4851,5680,3312,665,0,239183917,148.6,112127051,25.7,148.6,0.0
|