Add 2015-05-03 — 401.6K events, 14 files
Browse files- README.md +22 -22
- data/commit_comments/2015/05/03.parquet +3 -0
- data/creates/2015/05/03.parquet +3 -0
- data/deletes/2015/05/03.parquet +3 -0
- data/forks/2015/05/03.parquet +3 -0
- data/issue_comments/2015/05/03.parquet +3 -0
- data/issues/2015/05/03.parquet +3 -0
- data/members/2015/05/03.parquet +3 -0
- data/pr_review_comments/2015/05/03.parquet +3 -0
- data/public_events/2015/05/03.parquet +3 -0
- data/pull_requests/2015/05/03.parquet +3 -0
- data/pushes/2015/05/03.parquet +3 -0
- data/releases/2015/05/03.parquet +3 -0
- data/stars/2015/05/03.parquet +3 -0
- data/wiki_pages/2015/05/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 **2015-04-14** to **2015-05-
|
| 65 |
|
| 66 |
-
We believe this is the most complete and regularly updated structured mirror of public GitHub activity available on Hugging Face. The original 3.
|
| 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 |
|
|
@@ -104,12 +104,12 @@ duckdb.sql("""
|
|
| 104 |
## Events per year
|
| 105 |
|
| 106 |
```
|
| 107 |
-
2015 ██████████████████████████████
|
| 108 |
```
|
| 109 |
|
| 110 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
| 111 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 112 |
-
| 2015 |
|
| 113 |
|
| 114 |
|
| 115 |
### Pushes per year
|
|
@@ -117,7 +117,7 @@ duckdb.sql("""
|
|
| 117 |
Pushes are the most common event type, representing roughly half of all GitHub activity. Each push can contain multiple commits. Bots (Dependabot, Renovate, CI pipelines) account for a significant share.
|
| 118 |
|
| 119 |
```
|
| 120 |
-
2015 ██████████████████████████████ 5.
|
| 121 |
```
|
| 122 |
|
| 123 |
|
|
@@ -134,7 +134,7 @@ GROUP BY repo_name ORDER BY pushes DESC LIMIT 20;
|
|
| 134 |
Issue events track the full lifecycle: opened, closed, reopened, labeled, assigned, and more. Use the `action` column to filter by lifecycle stage.
|
| 135 |
|
| 136 |
```
|
| 137 |
-
2015 ██████████████████████████████
|
| 138 |
```
|
| 139 |
|
| 140 |
|
|
@@ -153,7 +153,7 @@ GROUP BY repo_name ORDER BY opened DESC LIMIT 20;
|
|
| 153 |
Pull request events cover the full review cycle: opened, merged, closed, review requested, and synchronized (new commits pushed). The `merged` field indicates whether a PR was merged when closed.
|
| 154 |
|
| 155 |
```
|
| 156 |
-
2015 ██████████████████████████████
|
| 157 |
```
|
| 158 |
|
| 159 |
|
|
@@ -171,7 +171,7 @@ GROUP BY repo_name ORDER BY merged_prs DESC LIMIT 20;
|
|
| 171 |
Stars (WatchEvent in the GitHub API) reflect community interest and discovery. Starring patterns often correlate with Hacker News, Reddit, or Twitter posts. For 2012–2014 events, `repo_language`, `repo_stars_count`, and `repo_forks_count` are populated from the legacy Timeline API repository snapshot.
|
| 172 |
|
| 173 |
```
|
| 174 |
-
2015
|
| 175 |
```
|
| 176 |
|
| 177 |
|
|
@@ -584,20 +584,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
|
|
| 584 |
|
| 585 |
| Table | GitHub Event | Events | % | Description |
|
| 586 |
|-------|-------------|-------:|---:|-------------|
|
| 587 |
-
| `pushes` | PushEvent | 5,
|
| 588 |
-
| `issues` | IssuesEvent |
|
| 589 |
-
| `issue_comments` | IssueCommentEvent |
|
| 590 |
-
| `pull_requests` | PullRequestEvent |
|
| 591 |
-
| `pr_review_comments` | PullRequestReviewCommentEvent |
|
| 592 |
-
| `stars` | WatchEvent |
|
| 593 |
-
| `forks` | ForkEvent |
|
| 594 |
-
| `creates` | CreateEvent | 1,
|
| 595 |
-
| `deletes` | DeleteEvent |
|
| 596 |
-
| `releases` | ReleaseEvent |
|
| 597 |
-
| `commit_comments` | CommitCommentEvent |
|
| 598 |
-
| `wiki_pages` | GollumEvent |
|
| 599 |
-
| `members` | MemberEvent |
|
| 600 |
-
| `public_events` | PublicEvent | 10,
|
| 601 |
|
| 602 |
## How it's built
|
| 603 |
|
|
|
|
| 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 **2015-04-14** to **2015-05-03** (20 days), totaling **11,182,093 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 3.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.8 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 |
|
|
|
|
| 104 |
## Events per year
|
| 105 |
|
| 106 |
```
|
| 107 |
+
2015 ██████████████████████████████ 11.2M
|
| 108 |
```
|
| 109 |
|
| 110 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
| 111 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 112 |
+
| 2015 | 20 | 11,182,093 | 559,104 | 3.8 GB | 1.8 GB | 25m19s | 3h30m | 36m32s |
|
| 113 |
|
| 114 |
|
| 115 |
### Pushes per year
|
|
|
|
| 117 |
Pushes are the most common event type, representing roughly half of all GitHub activity. Each push can contain multiple commits. Bots (Dependabot, Renovate, CI pipelines) account for a significant share.
|
| 118 |
|
| 119 |
```
|
| 120 |
+
2015 ██████████████████████████████ 5.6M
|
| 121 |
```
|
| 122 |
|
| 123 |
|
|
|
|
| 134 |
Issue events track the full lifecycle: opened, closed, reopened, labeled, assigned, and more. Use the `action` column to filter by lifecycle stage.
|
| 135 |
|
| 136 |
```
|
| 137 |
+
2015 ██████████████████████████████ 499.6K
|
| 138 |
```
|
| 139 |
|
| 140 |
|
|
|
|
| 153 |
Pull request events cover the full review cycle: opened, merged, closed, review requested, and synchronized (new commits pushed). The `merged` field indicates whether a PR was merged when closed.
|
| 154 |
|
| 155 |
```
|
| 156 |
+
2015 ██████████████████████████████ 539.8K
|
| 157 |
```
|
| 158 |
|
| 159 |
|
|
|
|
| 171 |
Stars (WatchEvent in the GitHub API) reflect community interest and discovery. Starring patterns often correlate with Hacker News, Reddit, or Twitter posts. For 2012–2014 events, `repo_language`, `repo_stars_count`, and `repo_forks_count` are populated from the legacy Timeline API repository snapshot.
|
| 172 |
|
| 173 |
```
|
| 174 |
+
2015 ██████████████████████████████ 948.6K
|
| 175 |
```
|
| 176 |
|
| 177 |
|
|
|
|
| 584 |
|
| 585 |
| Table | GitHub Event | Events | % | Description |
|
| 586 |
|-------|-------------|-------:|---:|-------------|
|
| 587 |
+
| `pushes` | PushEvent | 5,578,649 | 49.9% | Git pushes with commits |
|
| 588 |
+
| `issues` | IssuesEvent | 499,570 | 4.5% | Issue lifecycle events |
|
| 589 |
+
| `issue_comments` | IssueCommentEvent | 964,802 | 8.6% | Comments on issues/PRs |
|
| 590 |
+
| `pull_requests` | PullRequestEvent | 539,767 | 4.8% | PR lifecycle events |
|
| 591 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 171,748 | 1.5% | Line-level PR comments |
|
| 592 |
+
| `stars` | WatchEvent | 948,612 | 8.5% | Repository stars |
|
| 593 |
+
| `forks` | ForkEvent | 359,536 | 3.2% | Repository forks |
|
| 594 |
+
| `creates` | CreateEvent | 1,610,208 | 14.4% | Branch/tag/repo creation |
|
| 595 |
+
| `deletes` | DeleteEvent | 231,336 | 2.1% | Branch/tag deletion |
|
| 596 |
+
| `releases` | ReleaseEvent | 33,580 | 0.3% | Release publications |
|
| 597 |
+
| `commit_comments` | CommitCommentEvent | 67,005 | 0.6% | Comments on commits |
|
| 598 |
+
| `wiki_pages` | GollumEvent | 106,705 | 1.0% | Wiki page edits |
|
| 599 |
+
| `members` | MemberEvent | 59,591 | 0.5% | Collaborator additions |
|
| 600 |
+
| `public_events` | PublicEvent | 10,984 | 0.1% | Repo made public |
|
| 601 |
|
| 602 |
## How it's built
|
| 603 |
|
data/commit_comments/2015/05/03.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0b132f38204c6558b57a4aee90210902f782a131e54d718b0c1ac32ad4ffe027
|
| 3 |
+
size 291592
|
data/creates/2015/05/03.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:32f3e33f6bc4741d1565ac08e305c0b2ad73f3248fb92278449f3bab6461512f
|
| 3 |
+
size 2038369
|
data/deletes/2015/05/03.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7e83c1e8c5afaadb38abe66bcf68d4982a4ae210ab040565011eb128c47c13d1
|
| 3 |
+
size 245075
|
data/forks/2015/05/03.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f1a3e2e7938ff21e5a51eba475972d8b05d2aad7dc3b4164358a27281568b97d
|
| 3 |
+
size 1298631
|
data/issue_comments/2015/05/03.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1e3e04cb3d51ef9a538772113f3adf84debe1e8f526f3e12e65298a401a8a0b6
|
| 3 |
+
size 5126094
|
data/issues/2015/05/03.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b5a9173d4723d7386656b079378bf75b803a80839763db06b5182b24f4e03a81
|
| 3 |
+
size 3946590
|
data/members/2015/05/03.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a786968627e409a25814eea829cec4962e63e63caeddda32f2747af84d72dedf
|
| 3 |
+
size 73739
|
data/pr_review_comments/2015/05/03.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:25ac87092f1e7e03965d67741b191bc52bc78c612feb11a65e61f16f7bc3fafe
|
| 3 |
+
size 1367608
|
data/public_events/2015/05/03.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9a77f85033006e1874027b9a95fc0bb9b004e31b5fd25826ebdde6c6fb072ccd
|
| 3 |
+
size 18587
|
data/pull_requests/2015/05/03.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:591f734c49f434f1a400d75b1b935053752986ae00172147804ce1d66f4097d7
|
| 3 |
+
size 2915515
|
data/pushes/2015/05/03.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f9af4c522f2a6ee16d9358fad50c0fb68c448b1d021b3470d52c2ac0ff94ecbd
|
| 3 |
+
size 48598586
|
data/releases/2015/05/03.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:64aa73401b8ad9b9542c9f43340a90e35ecc6091d259d39dc34708ed69b013da
|
| 3 |
+
size 204322
|
data/stars/2015/05/03.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:743687277f136284d5812b2ef521fb29f16ab7cfb5182fa96b57245c5205251c
|
| 3 |
+
size 1134230
|
data/wiki_pages/2015/05/03.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4c2d847c09582cdce65b14532e884809c6d01b214db28207db9b3be30abf9241
|
| 3 |
+
size 218887
|
stats.csv
CHANGED
|
@@ -17,4 +17,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 17 |
2015-04-29,587041,0,290156,26696,54728,30365,0,10245,52096,18866,77494,12522,1849,3464,4895,3062,603,0,222127125,682.3,106424155,147.8,682.3,251.5
|
| 18 |
2015-04-30,585638,0,289799,27884,54479,30021,0,10569,48996,18503,79644,11827,1925,3483,5128,2783,597,0,223689744,667.6,105673593,90.8,667.6,59.4
|
| 19 |
2015-05-01,455775,0,230244,21353,43100,24478,0,7773,34962,13355,59316,9779,1559,3022,4220,2111,503,0,173180701,461.1,81376902,29.3,461.1,74.0
|
| 20 |
-
2015-05-02,371428,0,194613,15410,25698,15038,0,3512,29665,11035,58686,8924,1268,1916,3378,1848,437,0,118782410,337.4,61455961,77.9,337.4,
|
|
|
|
|
|
| 17 |
2015-04-29,587041,0,290156,26696,54728,30365,0,10245,52096,18866,77494,12522,1849,3464,4895,3062,603,0,222127125,682.3,106424155,147.8,682.3,251.5
|
| 18 |
2015-04-30,585638,0,289799,27884,54479,30021,0,10569,48996,18503,79644,11827,1925,3483,5128,2783,597,0,223689744,667.6,105673593,90.8,667.6,59.4
|
| 19 |
2015-05-01,455775,0,230244,21353,43100,24478,0,7773,34962,13355,59316,9779,1559,3022,4220,2111,503,0,173180701,461.1,81376902,29.3,461.1,74.0
|
| 20 |
+
2015-05-02,371428,0,194613,15410,25698,15038,0,3512,29665,11035,58686,8924,1268,1916,3378,1848,437,0,118782410,337.4,61455961,77.9,337.4,45.0
|
| 21 |
+
2015-05-03,401608,0,215766,17298,27541,16073,0,3897,32966,11612,59580,7559,1355,2115,3851,1589,406,0,129123297,357.6,67477825,90.1,357.6,0.0
|