Add 2013-01-15 — 190.3K events, 11 files
Browse files- README.md +22 -22
- data/commit_comments/2013/01/15.parquet +3 -0
- data/creates/2013/01/15.parquet +3 -0
- data/deletes/2013/01/15.parquet +3 -0
- data/forks/2013/01/15.parquet +3 -0
- data/issue_comments/2013/01/15.parquet +3 -0
- data/issues/2013/01/15.parquet +3 -0
- data/public_events/2013/01/15.parquet +3 -0
- data/pull_requests/2013/01/15.parquet +3 -0
- data/pushes/2013/01/15.parquet +3 -0
- data/stars/2013/01/15.parquet +3 -0
- data/wiki_pages/2013/01/15.parquet +3 -0
- stats.csv +2 -1
README.md
CHANGED
|
@@ -61,7 +61,7 @@ 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 **2013-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 12.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 4.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 |
|
|
@@ -71,11 +71,11 @@ 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-28** — 417,
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 ██████████████████████████████ 235.0K
|
| 78 |
-
01:00 ███████████████████████░░░░░░░ 182.
|
| 79 |
02:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 80 |
03:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 81 |
04:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
|
@@ -103,7 +103,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
|
|
| 103 |
| Date | Events | Blocks |
|
| 104 |
|------|-------:|-------:|
|
| 105 |
| 2026-03-27 | 1,840,836 | 12165 |
|
| 106 |
-
| 2026-03-28 | 417,
|
| 107 |
|
| 108 |
|
| 109 |
### Live event schema
|
|
@@ -138,14 +138,14 @@ duckdb.sql("""
|
|
| 138 |
```
|
| 139 |
2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
|
| 140 |
2012 ██████████████████████████████ 34.3M
|
| 141 |
-
2013 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 142 |
```
|
| 143 |
|
| 144 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
| 145 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 146 |
| 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
|
| 147 |
| 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
|
| 148 |
-
| 2013 |
|
| 149 |
|
| 150 |
|
| 151 |
### Pushes per year
|
|
@@ -153,7 +153,7 @@ duckdb.sql("""
|
|
| 153 |
```
|
| 154 |
2011 ████████████░░░░░░░░░░░░░░░░░░ 6.7M
|
| 155 |
2012 ██████████████████████████████ 16.5M
|
| 156 |
-
2013 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 157 |
```
|
| 158 |
|
| 159 |
|
|
@@ -162,7 +162,7 @@ duckdb.sql("""
|
|
| 162 |
```
|
| 163 |
2011 ███████████░░░░░░░░░░░░░░░░░░░ 737.1K
|
| 164 |
2012 ██████████████████████████████ 1.9M
|
| 165 |
-
2013 █░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 166 |
```
|
| 167 |
|
| 168 |
|
|
@@ -171,7 +171,7 @@ duckdb.sql("""
|
|
| 171 |
```
|
| 172 |
2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
|
| 173 |
2012 ██████████████████████████████ 1.5M
|
| 174 |
-
2013 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 175 |
```
|
| 176 |
|
| 177 |
|
|
@@ -180,7 +180,7 @@ duckdb.sql("""
|
|
| 180 |
```
|
| 181 |
2011 █████████████░░░░░░░░░░░░░░░░░ 1.4M
|
| 182 |
2012 ██████████████████████████████ 3.3M
|
| 183 |
-
2013 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 184 |
```
|
| 185 |
|
| 186 |
|
|
@@ -564,19 +564,19 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
|
|
| 564 |
|
| 565 |
| Table | GitHub Event | Events | % | Description |
|
| 566 |
|-------|-------------|-------:|---:|-------------|
|
| 567 |
-
| `pushes` | PushEvent | 24,
|
| 568 |
-
| `issues` | IssuesEvent | 2,
|
| 569 |
-
| `issue_comments` | IssueCommentEvent | 3,
|
| 570 |
-
| `pull_requests` | PullRequestEvent | 1,
|
| 571 |
-
| `pr_review_comments` | PullRequestReviewCommentEvent |
|
| 572 |
-
| `stars` | WatchEvent | 4,
|
| 573 |
-
| `forks` | ForkEvent | 1,
|
| 574 |
-
| `creates` | CreateEvent | 7,
|
| 575 |
-
| `deletes` | DeleteEvent |
|
| 576 |
-
| `commit_comments` | CommitCommentEvent |
|
| 577 |
-
| `wiki_pages` | GollumEvent |
|
| 578 |
| `members` | MemberEvent | 102,637 | 0.2% | Collaborator additions |
|
| 579 |
-
| `public_events` | PublicEvent | 45,
|
| 580 |
|
| 581 |
## How it's built
|
| 582 |
|
|
|
|
| 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 **2013-01-15** (549 days), totaling **50,666,859 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 12.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 4.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 |
|
|
|
|
| 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-28** — 417,038 events in 827 blocks
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 ██████████████████████████████ 235.0K
|
| 78 |
+
01:00 ███████████████████████░░░░░░░ 182.1K
|
| 79 |
02:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 80 |
03:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 81 |
04:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
|
|
|
| 103 |
| Date | Events | Blocks |
|
| 104 |
|------|-------:|-------:|
|
| 105 |
| 2026-03-27 | 1,840,836 | 12165 |
|
| 106 |
+
| 2026-03-28 | 417,038 | 827 |
|
| 107 |
|
| 108 |
|
| 109 |
### Live event schema
|
|
|
|
| 138 |
```
|
| 139 |
2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
|
| 140 |
2012 ██████████████████████████████ 34.3M
|
| 141 |
+
2013 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.3M
|
| 142 |
```
|
| 143 |
|
| 144 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
| 145 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 146 |
| 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
|
| 147 |
| 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
|
| 148 |
+
| 2013 | 15 | 2,313,874 | 154,258 | 721.8 MB | 218.6 MB | 8m15s | 12m49s | 8m44s |
|
| 149 |
|
| 150 |
|
| 151 |
### Pushes per year
|
|
|
|
| 153 |
```
|
| 154 |
2011 ████████████░░░░░░░░░░░░░░░░░░ 6.7M
|
| 155 |
2012 ██████████████████████████████ 16.5M
|
| 156 |
+
2013 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.2M
|
| 157 |
```
|
| 158 |
|
| 159 |
|
|
|
|
| 162 |
```
|
| 163 |
2011 ███████████░░░░░░░░░░░░░░░░░░░ 737.1K
|
| 164 |
2012 ██████████████████████████████ 1.9M
|
| 165 |
+
2013 ██░░░░░░░░░░░░░░░░░░░░░��░░░░░░ 136.7K
|
| 166 |
```
|
| 167 |
|
| 168 |
|
|
|
|
| 171 |
```
|
| 172 |
2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
|
| 173 |
2012 ██████████████████████████████ 1.5M
|
| 174 |
+
2013 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 82.3K
|
| 175 |
```
|
| 176 |
|
| 177 |
|
|
|
|
| 180 |
```
|
| 181 |
2011 █████████████░░░░░░░░░░░░░░░░░ 1.4M
|
| 182 |
2012 ██████████████████████████████ 3.3M
|
| 183 |
+
2013 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 222.6K
|
| 184 |
```
|
| 185 |
|
| 186 |
|
|
|
|
| 564 |
|
| 565 |
| Table | GitHub Event | Events | % | Description |
|
| 566 |
|-------|-------------|-------:|---:|-------------|
|
| 567 |
+
| `pushes` | PushEvent | 24,338,933 | 48.0% | Git pushes with commits |
|
| 568 |
+
| `issues` | IssuesEvent | 2,810,792 | 5.5% | Issue lifecycle events |
|
| 569 |
+
| `issue_comments` | IssueCommentEvent | 3,998,540 | 7.9% | Comments on issues/PRs |
|
| 570 |
+
| `pull_requests` | PullRequestEvent | 1,991,365 | 3.9% | PR lifecycle events |
|
| 571 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 258,026 | 0.5% | Line-level PR comments |
|
| 572 |
+
| `stars` | WatchEvent | 4,894,429 | 9.7% | Repository stars |
|
| 573 |
+
| `forks` | ForkEvent | 1,669,581 | 3.3% | Repository forks |
|
| 574 |
+
| `creates` | CreateEvent | 7,770,563 | 15.3% | Branch/tag/repo creation |
|
| 575 |
+
| `deletes` | DeleteEvent | 409,170 | 0.8% | Branch/tag deletion |
|
| 576 |
+
| `commit_comments` | CommitCommentEvent | 557,869 | 1.1% | Comments on commits |
|
| 577 |
+
| `wiki_pages` | GollumEvent | 995,231 | 2.0% | Wiki page edits |
|
| 578 |
| `members` | MemberEvent | 102,637 | 0.2% | Collaborator additions |
|
| 579 |
+
| `public_events` | PublicEvent | 45,820 | 0.1% | Repo made public |
|
| 580 |
|
| 581 |
## How it's built
|
| 582 |
|
data/commit_comments/2013/01/15.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ccf3d5469c15cefcd780a4ad9e34fa269888b76ab8a37b9e08c1f2106f363722
|
| 3 |
+
size 64846
|
data/creates/2013/01/15.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e94c5a05bfecd9171ce058af36e198452085079679046aa36d0c0b701771b8e9
|
| 3 |
+
size 808013
|
data/deletes/2013/01/15.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e476c8c726c21f492cf2f9661b87e902d7804f6016312b367449538e48d68057
|
| 3 |
+
size 50524
|
data/forks/2013/01/15.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c8c8f2fe76b8c259833f5205ee0ca7195376a2b3f646e5e0ec2ba02db12e0cd1
|
| 3 |
+
size 209634
|
data/issue_comments/2013/01/15.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:006e5f0c585a28af585196b38b48eab3450245b60dff75ee9ec7f8e39e72331c
|
| 3 |
+
size 433137
|
data/issues/2013/01/15.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8ec66a1bda48569891a36610bcf7e11622d9a7f4f2f829ea5d4e251ad03e4fb8
|
| 3 |
+
size 262400
|
data/public_events/2013/01/15.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fb6ec285e072a12ea5300255db56d4f4fcec6d2212e039a4b6b7dc62db5110b9
|
| 3 |
+
size 8621
|
data/pull_requests/2013/01/15.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:63c01d3e111cc38136e698327632e24eeda3acb276d042768a3a5b23b09d3dbd
|
| 3 |
+
size 1338317
|
data/pushes/2013/01/15.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:930641501791d46a1eb7491e1c4a498a8db5c1b4667b3be906e74465bf16c8b3
|
| 3 |
+
size 15093470
|
data/stars/2013/01/15.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0ff1e2c481fc3fe5327aaaaad96eb75a57d1bc7339989c431f8790edc3db301f
|
| 3 |
+
size 396510
|
data/wiki_pages/2013/01/15.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:766337439294d5f016effc8659ee28886b6214de5a7836aee9d2f1e4746d36dc
|
| 3 |
+
size 172335
|
stats.csv
CHANGED
|
@@ -546,4 +546,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 546 |
2013-01-11,167858,1015,82633,14473,15506,6685,0,1516,14558,6512,18752,1272,0,1690,3083,0,163,0,55655751,87.4,16916953,36.9,87.4,41.4
|
| 547 |
2013-01-12,120793,726,63789,7301,10033,3660,0,778,10891,4669,14154,909,0,1147,2634,0,102,0,38395043,63.2,11805185,25.3,63.2,40.0
|
| 548 |
2013-01-13,138033,744,74826,7134,10460,4284,0,872,12295,5525,16764,1097,0,1183,2740,0,109,0,44012590,48.6,13793144,32.2,48.6,35.3
|
| 549 |
-
2013-01-14,184892,1193,94519,9469,17259,7477,0,1804,17546,7389,21052,1465,0,1971,3571,0,177,0,63347392,39.7,19103940,37.7,39.7,
|
|
|
|
|
|
| 546 |
2013-01-11,167858,1015,82633,14473,15506,6685,0,1516,14558,6512,18752,1272,0,1690,3083,0,163,0,55655751,87.4,16916953,36.9,87.4,41.4
|
| 547 |
2013-01-12,120793,726,63789,7301,10033,3660,0,778,10891,4669,14154,909,0,1147,2634,0,102,0,38395043,63.2,11805185,25.3,63.2,40.0
|
| 548 |
2013-01-13,138033,744,74826,7134,10460,4284,0,872,12295,5525,16764,1097,0,1183,2740,0,109,0,44012590,48.6,13793144,32.2,48.6,35.3
|
| 549 |
+
2013-01-14,184892,1193,94519,9469,17259,7477,0,1804,17546,7389,21052,1465,0,1971,3571,0,177,0,63347392,39.7,19103940,37.7,39.7,31.2
|
| 550 |
+
2013-01-15,190319,1274,96224,10846,18360,7286,0,1767,17908,7746,22091,1557,0,1763,3300,0,197,0,63405136,36.6,18837807,54.4,36.6,0.0
|