Add 2015-01-08 — 484.5K events, 14 files
Browse files- README.md +25 -25
- data/commit_comments/2015/01/08.parquet +3 -0
- data/creates/2015/01/08.parquet +3 -0
- data/deletes/2015/01/08.parquet +3 -0
- data/forks/2015/01/08.parquet +3 -0
- data/issue_comments/2015/01/08.parquet +3 -0
- data/issues/2015/01/08.parquet +3 -0
- data/members/2015/01/08.parquet +3 -0
- data/pr_review_comments/2015/01/08.parquet +3 -0
- data/public_events/2015/01/08.parquet +3 -0
- data/pull_requests/2015/01/08.parquet +3 -0
- data/pushes/2015/01/08.parquet +3 -0
- data/releases/2015/01/08.parquet +3 -0
- data/stars/2015/01/08.parquet +3 -0
- data/wiki_pages/2015/01/08.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-
|
| 65 |
|
| 66 |
-
We believe this is the most complete and regularly updated structured mirror of public GitHub activity available on Hugging Face. The original 90.
|
| 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 |
|
|
@@ -71,7 +71,7 @@ The underlying data comes from [GH Archive](https://www.gharchive.org/), created
|
|
| 71 |
|
| 72 |
Events from today are captured in near-real-time from the GitHub Events API and stored as 5-minute blocks in `today/raw/YYYY/MM/DD/HHMM.parquet`. Each block contains a generic event record with the full JSON payload preserved for later processing. Live blocks are committed to this dataset within minutes of the events occurring.
|
| 73 |
|
| 74 |
-
**2026-03-29** — 1,
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 █████████████████████████░░░░░ 216.2K
|
|
@@ -82,7 +82,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
|
|
| 82 |
05:00 ██████████████████████████████ 258.6K
|
| 83 |
06:00 ████████████████████████████░░ 246.3K
|
| 84 |
07:00 ███████████████████████████░░░ 240.5K
|
| 85 |
-
08:00 ███████░░░░░░░░░░░░░░░░░░░░░
|
| 86 |
09:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 87 |
10:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 88 |
11:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
|
@@ -100,7 +100,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
|
|
| 100 |
23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 101 |
```
|
| 102 |
|
| 103 |
-
Live capture spans **2 days** (2026-03-28 → 2026-03-29) — **7,
|
| 104 |
|
| 105 |
|
| 106 |
### Live event schema
|
|
@@ -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 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 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 |
|
|
@@ -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 |
|
|
@@ -226,7 +226,7 @@ Stars (WatchEvent in the GitHub API) reflect community interest and discovery. S
|
|
| 226 |
2012 ██████████░░░░░░░░░░░░░░░░░░░░ 4.0M
|
| 227 |
2013 ███████████████████░░░░░░░░░░░ 7.1M
|
| 228 |
2014 ██████████████████████████████ 11.2M
|
| 229 |
-
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 230 |
```
|
| 231 |
|
| 232 |
|
|
@@ -639,20 +639,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
|
|
| 639 |
|
| 640 |
| Table | GitHub Event | Events | % | Description |
|
| 641 |
|-------|-------------|-------:|---:|-------------|
|
| 642 |
-
| `pushes` | PushEvent | 132,
|
| 643 |
-
| `issues` | IssuesEvent | 15,
|
| 644 |
-
| `issue_comments` | IssueCommentEvent | 23,
|
| 645 |
-
| `pull_requests` | PullRequestEvent | 10,
|
| 646 |
-
| `pr_review_comments` | PullRequestReviewCommentEvent | 2,
|
| 647 |
-
| `stars` | WatchEvent | 24,
|
| 648 |
-
| `forks` | ForkEvent | 9,
|
| 649 |
-
| `creates` | CreateEvent | 33,
|
| 650 |
-
| `deletes` | DeleteEvent | 3,
|
| 651 |
-
| `releases` | ReleaseEvent |
|
| 652 |
-
| `commit_comments` | CommitCommentEvent | 2,
|
| 653 |
-
| `wiki_pages` | GollumEvent | 4,
|
| 654 |
-
| `members` | MemberEvent |
|
| 655 |
-
| `public_events` | PublicEvent | 244,
|
| 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-08** (1,396 days), totaling **263,664,981 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 90.9 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 16.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 |
|
|
|
|
| 71 |
|
| 72 |
Events from today are captured in near-real-time from the GitHub Events API and stored as 5-minute blocks in `today/raw/YYYY/MM/DD/HHMM.parquet`. Each block contains a generic event record with the full JSON payload preserved for later processing. Live blocks are committed to this dataset within minutes of the events occurring.
|
| 73 |
|
| 74 |
+
**2026-03-29** — 1,973,029 events in 101 blocks
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 █████████████████████████░░░░░ 216.2K
|
|
|
|
| 82 |
05:00 ██████████████████████████████ 258.6K
|
| 83 |
06:00 ████████████████████████████░░ 246.3K
|
| 84 |
07:00 ███████████████████████████░░░ 240.5K
|
| 85 |
+
08:00 █████████░░░░░░░░░░░░░░░░░░░░░ 82.1K
|
| 86 |
09:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 87 |
10:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 88 |
11:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
|
|
|
| 100 |
23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 101 |
```
|
| 102 |
|
| 103 |
+
Live capture spans **2 days** (2026-03-28 → 2026-03-29) — **7,963,031 events** in 4,092 blocks.
|
| 104 |
|
| 105 |
|
| 106 |
### Live event schema
|
|
|
|
| 139 |
2012 ██████████░░░░░░░░░░░░░░░░░░░░ 42.5M
|
| 140 |
2013 ██████████████████░░░░░░░░░░░░ 76.2M
|
| 141 |
2014 ██████████████████████████████ 124.6M
|
| 142 |
+
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.4M
|
| 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 | 6 | 2,359,303 | 393,217 | 846.1 MB | 402.2 MB | 2m41s | 9m38s | 3m18s |
|
| 152 |
|
| 153 |
|
| 154 |
### Pushes per year
|
|
|
|
| 160 |
2012 █████████░░░░░░░░░░░░░░░░░░░░░ 20.6M
|
| 161 |
2013 ██████████████████░░░░░░░░░░░░ 38.9M
|
| 162 |
2014 ██████████████████████████████ 63.1M
|
| 163 |
+
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.2M
|
| 164 |
```
|
| 165 |
|
| 166 |
|
|
|
|
| 181 |
2012 █████████░░░░░░░░░░░░░░░░░░░░░ 2.4M
|
| 182 |
2013 ██████████████████░░░░░░░░░░░░ 4.4M
|
| 183 |
2014 ██████████████████████████████ 7.3M
|
| 184 |
+
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 119.1K
|
| 185 |
```
|
| 186 |
|
| 187 |
|
|
|
|
| 204 |
2012 █████████░░░░░░░░░░░░░░░░░░░░░ 1.8M
|
| 205 |
2013 ████████████████░░░░░░░░░░░░░░ 3.0M
|
| 206 |
2014 ██████████████████████████████ 5.5M
|
| 207 |
+
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 112.1K
|
| 208 |
```
|
| 209 |
|
| 210 |
|
|
|
|
| 226 |
2012 ██████████░░░░░░░░░░░░░░░░░░░░ 4.0M
|
| 227 |
2013 ███████████████████░░░░░░░░░░░ 7.1M
|
| 228 |
2014 ██████████████████████████████ 11.2M
|
| 229 |
+
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 233.0K
|
| 230 |
```
|
| 231 |
|
| 232 |
|
|
|
|
| 639 |
|
| 640 |
| Table | GitHub Event | Events | % | Description |
|
| 641 |
|-------|-------------|-------:|---:|-------------|
|
| 642 |
+
| `pushes` | PushEvent | 132,423,353 | 50.2% | Git pushes with commits |
|
| 643 |
+
| `issues` | IssuesEvent | 15,198,611 | 5.8% | Issue lifecycle events |
|
| 644 |
+
| `issue_comments` | IssueCommentEvent | 23,061,369 | 8.7% | Comments on issues/PRs |
|
| 645 |
+
| `pull_requests` | PullRequestEvent | 10,881,857 | 4.1% | PR lifecycle events |
|
| 646 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 2,739,458 | 1.0% | Line-level PR comments |
|
| 647 |
+
| `stars` | WatchEvent | 24,400,780 | 9.3% | Repository stars |
|
| 648 |
+
| `forks` | ForkEvent | 9,244,395 | 3.5% | Repository forks |
|
| 649 |
+
| `creates` | CreateEvent | 33,059,539 | 12.5% | Branch/tag/repo creation |
|
| 650 |
+
| `deletes` | DeleteEvent | 3,618,965 | 1.4% | Branch/tag deletion |
|
| 651 |
+
| `releases` | ReleaseEvent | 401,688 | 0.2% | Release publications |
|
| 652 |
+
| `commit_comments` | CommitCommentEvent | 2,334,590 | 0.9% | Comments on commits |
|
| 653 |
+
| `wiki_pages` | GollumEvent | 4,015,680 | 1.5% | Wiki page edits |
|
| 654 |
+
| `members` | MemberEvent | 142,940 | 0.1% | Collaborator additions |
|
| 655 |
+
| `public_events` | PublicEvent | 244,679 | 0.1% | Repo made public |
|
| 656 |
|
| 657 |
## How it's built
|
| 658 |
|
data/commit_comments/2015/01/08.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2d2f31ae6f1625398c6d1c1aae73c459efd4e63a85cd9d86688f36c643f9558a
|
| 3 |
+
size 543622
|
data/creates/2015/01/08.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a10fe6d455352783c3ec329a857a34a3351c691c66d4f2a1cec632df2f708576
|
| 3 |
+
size 2382498
|
data/deletes/2015/01/08.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e12eb8ef892e6fcbcba4d60e63f9ebb89f38f65df479ac8b66a7daa577d0979b
|
| 3 |
+
size 329667
|
data/forks/2015/01/08.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5bed7e5592cf64147d27f65d8d96f35b994edf035d331c2753fd7ae20f35dc57
|
| 3 |
+
size 1837187
|
data/issue_comments/2015/01/08.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d4df189edf379a931b417f756ad285b512b037382e05fa9c91367b627902ad30
|
| 3 |
+
size 8887503
|
data/issues/2015/01/08.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c802dc4dec5e9d98417a2fa3a0c5a02aa4362d13735b42cda5697bcd1199a3f7
|
| 3 |
+
size 5991023
|
data/members/2015/01/08.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da6218ff884dc9e315a6712a775513222d44588dc3a390bdfbceaf5c35797576
|
| 3 |
+
size 89338
|
data/pr_review_comments/2015/01/08.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5213e4b6096c9d5e8af4ed1889cf0a516ef8c1655ea935553c5a73a8d8676ac4
|
| 3 |
+
size 2802430
|
data/public_events/2015/01/08.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c8f99587ec41dfffdf0cbc02960fe297ce5b4735be9bf93dbcd2b5791d3a9798
|
| 3 |
+
size 19824
|
data/pull_requests/2015/01/08.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6905ea54e5cdce8892ae7eb04ad819229099e29e175b6e3a6640a8cbf4b9ca12
|
| 3 |
+
size 4384977
|
data/pushes/2015/01/08.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a1911e3d562593fe1d4bd3b9bb89ecc41508eed5530704d08739eacfdbf3d438
|
| 3 |
+
size 58716360
|
data/releases/2015/01/08.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:525eaa6da7fe7fe1ac05ab46c859b2d31b47be1da270bee627f3f1cbef85cd66
|
| 3 |
+
size 221802
|
data/stars/2015/01/08.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:628a77cc1baf19ceab6583ce65b0f3128b023822c9e3f2fe3ae1f55208c0c76f
|
| 3 |
+
size 1581513
|
data/wiki_pages/2015/01/08.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:74532f924bcfaf65108b81811f8f4735f5cbf62183547574bfd709a803826821
|
| 3 |
+
size 351489
|
stats.csv
CHANGED
|
@@ -1393,4 +1393,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 1393 |
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
|
| 1394 |
2015-01-05,451564,0,221202,23615,46073,21865,0,7247,47402,15810,48404,8514,1429,3439,4085,1984,495,0,172072316,97.1,80978386,22.7,97.1,49.5
|
| 1395 |
2015-01-06,441079,0,212605,23127,45085,21462,0,7951,44451,16984,49248,8007,1381,3503,4640,2134,501,0,170164721,94.9,79170739,48.3,94.9,25.1
|
| 1396 |
-
2015-01-07,470442,0,230286,23920,48021,23893,0,8502,44727,16792,52963,9030,1571,3354,4807,2047,529,0,183110740,100.4,84261179,37.3,100.4,
|
|
|
|
|
|
| 1393 |
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
|
| 1394 |
2015-01-05,451564,0,221202,23615,46073,21865,0,7247,47402,15810,48404,8514,1429,3439,4085,1984,495,0,172072316,97.1,80978386,22.7,97.1,49.5
|
| 1395 |
2015-01-06,441079,0,212605,23127,45085,21462,0,7951,44451,16984,49248,8007,1381,3503,4640,2134,501,0,170164721,94.9,79170739,48.3,94.9,25.1
|
| 1396 |
+
2015-01-07,470442,0,230286,23920,48021,23893,0,8502,44727,16792,52963,9030,1571,3354,4807,2047,529,0,183110740,100.4,84261179,37.3,100.4,75.6
|
| 1397 |
+
2015-01-08,484469,0,236752,23572,48998,24199,0,8402,46094,17662,55883,9942,1511,3849,4917,2249,439,0,187180965,106.6,88139233,32.8,106.6,0.0
|