Add 2012-10-23 — 155.8K events, 11 files
Browse files- README.md +20 -20
- data/commit_comments/2012/10/23.parquet +3 -0
- data/creates/2012/10/23.parquet +3 -0
- data/deletes/2012/10/23.parquet +3 -0
- data/forks/2012/10/23.parquet +3 -0
- data/issue_comments/2012/10/23.parquet +3 -0
- data/issues/2012/10/23.parquet +3 -0
- data/public_events/2012/10/23.parquet +3 -0
- data/pull_requests/2012/10/23.parquet +3 -0
- data/pushes/2012/10/23.parquet +3 -0
- data/stars/2012/10/23.parquet +3 -0
- data/wiki_pages/2012/10/23.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 **2012-10-
|
| 65 |
|
| 66 |
We believe this is the most complete and regularly updated structured mirror of public GitHub activity available on Hugging Face. The original 9.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 3.9 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,10 +71,10 @@ 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** —
|
| 75 |
|
| 76 |
```
|
| 77 |
-
00:00 ██████████████████████████████
|
| 78 |
01:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 79 |
02:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 80 |
03: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 |
|
| 107 |
|
| 108 |
|
| 109 |
### Live event schema
|
|
@@ -137,20 +137,20 @@ duckdb.sql("""
|
|
| 137 |
|
| 138 |
```
|
| 139 |
2011 ███████████████░░░░░░░░░░░░░░░ 14.1M
|
| 140 |
-
2012 ██████████████████████████████
|
| 141 |
```
|
| 142 |
|
| 143 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
| 144 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 145 |
| 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
|
| 146 |
-
| 2012 |
|
| 147 |
|
| 148 |
|
| 149 |
### Pushes per year
|
| 150 |
|
| 151 |
```
|
| 152 |
2011 ███████████████░░░░░░░░░░░░░░░ 6.7M
|
| 153 |
-
2012 ██████████████████████████████ 12.
|
| 154 |
```
|
| 155 |
|
| 156 |
|
|
@@ -558,19 +558,19 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
|
|
| 558 |
|
| 559 |
| Table | GitHub Event | Events | % | Description |
|
| 560 |
|-------|-------------|-------:|---:|-------------|
|
| 561 |
-
| `pushes` | PushEvent | 19,
|
| 562 |
-
| `issues` | IssuesEvent | 2,
|
| 563 |
-
| `issue_comments` | IssueCommentEvent | 3,
|
| 564 |
-
| `pull_requests` | PullRequestEvent | 1,
|
| 565 |
-
| `pr_review_comments` | PullRequestReviewCommentEvent |
|
| 566 |
-
| `stars` | WatchEvent | 4,
|
| 567 |
-
| `forks` | ForkEvent | 1,
|
| 568 |
-
| `creates` | CreateEvent | 6,
|
| 569 |
-
| `deletes` | DeleteEvent |
|
| 570 |
-
| `commit_comments` | CommitCommentEvent |
|
| 571 |
-
| `wiki_pages` | GollumEvent |
|
| 572 |
-
| `members` | MemberEvent | 102,637 | 0.
|
| 573 |
-
| `public_events` | PublicEvent |
|
| 574 |
|
| 575 |
## How it's built
|
| 576 |
|
|
|
|
| 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 **2012-10-23** (482 days), totaling **41,152,879 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 9.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 3.9 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** — 169,510 events in 244 blocks
|
| 75 |
|
| 76 |
```
|
| 77 |
+
00:00 ██████████████████████████████ 169.5K
|
| 78 |
01:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 79 |
02:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 80 |
03:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
|
|
|
| 103 |
| Date | Events | Blocks |
|
| 104 |
|------|-------:|-------:|
|
| 105 |
| 2026-03-27 | 1,840,836 | 12165 |
|
| 106 |
+
| 2026-03-28 | 169,510 | 244 |
|
| 107 |
|
| 108 |
|
| 109 |
### Live event schema
|
|
|
|
| 137 |
|
| 138 |
```
|
| 139 |
2011 ███████████████░░░░░░░░░░░░░░░ 14.1M
|
| 140 |
+
2012 ██████████████████████████████ 27.1M
|
| 141 |
```
|
| 142 |
|
| 143 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
| 144 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 145 |
| 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
|
| 146 |
+
| 2012 | 239 | 27,056,735 | 113,208 | 7.1 GB | 2.5 GB | 1h48m | 2h31m | 2h16m |
|
| 147 |
|
| 148 |
|
| 149 |
### Pushes per year
|
| 150 |
|
| 151 |
```
|
| 152 |
2011 ███████████████░░░░░░░░░░░░░░░ 6.7M
|
| 153 |
+
2012 ██████████████████████████████ 12.8M
|
| 154 |
```
|
| 155 |
|
| 156 |
|
|
|
|
| 558 |
|
| 559 |
| Table | GitHub Event | Events | % | Description |
|
| 560 |
|-------|-------------|-------:|---:|-------------|
|
| 561 |
+
| `pushes` | PushEvent | 19,446,131 | 47.3% | Git pushes with commits |
|
| 562 |
+
| `issues` | IssuesEvent | 2,206,327 | 5.4% | Issue lifecycle events |
|
| 563 |
+
| `issue_comments` | IssueCommentEvent | 3,190,209 | 7.8% | Comments on issues/PRs |
|
| 564 |
+
| `pull_requests` | PullRequestEvent | 1,665,272 | 4.0% | PR lifecycle events |
|
| 565 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 178,734 | 0.4% | Line-level PR comments |
|
| 566 |
+
| `stars` | WatchEvent | 4,024,594 | 9.8% | Repository stars |
|
| 567 |
+
| `forks` | ForkEvent | 1,300,052 | 3.2% | Repository forks |
|
| 568 |
+
| `creates` | CreateEvent | 6,639,629 | 16.1% | Branch/tag/repo creation |
|
| 569 |
+
| `deletes` | DeleteEvent | 343,340 | 0.8% | Branch/tag deletion |
|
| 570 |
+
| `commit_comments` | CommitCommentEvent | 461,528 | 1.1% | Comments on commits |
|
| 571 |
+
| `wiki_pages` | GollumEvent | 796,074 | 1.9% | Wiki page edits |
|
| 572 |
+
| `members` | MemberEvent | 102,637 | 0.2% | Collaborator additions |
|
| 573 |
+
| `public_events` | PublicEvent | 37,061 | 0.1% | Repo made public |
|
| 574 |
|
| 575 |
## How it's built
|
| 576 |
|
data/commit_comments/2012/10/23.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cf2821fc46d79e9465f6b315f9047702bf028af5757a987c76e22a97f3a6c94d
|
| 3 |
+
size 56627
|
data/creates/2012/10/23.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d45d1aa45ab22d3733a76b836a5e8d97a39266f64a2f1d255877ee2a80d82e85
|
| 3 |
+
size 662753
|
data/deletes/2012/10/23.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ba48cd2c84388b874f36109e55488fa5c3f478481f70c09b56d9af90c0bc2b35
|
| 3 |
+
size 34049
|
data/forks/2012/10/23.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5199e8dd87a5c6bb27cf606cba4e362b7faeb61f94400b09de0c9f76a8e5c82f
|
| 3 |
+
size 165416
|
data/issue_comments/2012/10/23.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:01f6b777623e0001e7b87bb91acad321bd7f3cf7ccda2127283dd2cda8b092d9
|
| 3 |
+
size 383825
|
data/issues/2012/10/23.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bc2b80280ee5280e8f98e75b34d4c1a073ac7576f47327312871656146a65088
|
| 3 |
+
size 211481
|
data/public_events/2012/10/23.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aaa40a82c8b103d8a2f8751f7238bc3cd1b9aa11f9b54d6d43d1c2a8d0a45a04
|
| 3 |
+
size 7384
|
data/pull_requests/2012/10/23.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3f0d3757f1010d306367e0643d6021bfd6c598f700fda79aca172c24995b99de
|
| 3 |
+
size 1067125
|
data/pushes/2012/10/23.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:796204b792e1aa5bc9d616ac410f19097d94a7493d76ac9fa57d590d790a1d7b
|
| 3 |
+
size 12875992
|
data/stars/2012/10/23.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a55c697d24161196a3d5d2d46049b5f6b334acee236f0d74cb66c91e396bbf98
|
| 3 |
+
size 325300
|
data/wiki_pages/2012/10/23.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ea9c5bccd38d153329f2d60f5f2772d083cfc2c2890d56c0d179c5cc7cac0009
|
| 3 |
+
size 182713
|
stats.csv
CHANGED
|
@@ -479,4 +479,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 479 |
2012-10-19,144613,1117,68657,10206,18034,4679,0,1322,11682,5043,18629,869,0,1237,3040,0,98,0,40642537,32.4,13722009,22.7,32.5,25.3
|
| 480 |
2012-10-20,96980,796,52389,5654,6399,2600,0,513,8517,3765,12822,486,0,806,2145,0,88,0,28177714,31.3,9837909,22.7,31.3,34.9
|
| 481 |
2012-10-21,113123,819,60130,7726,7395,3066,0,625,10132,3954,14929,616,0,1018,2601,0,112,0,32663853,33.2,11041231,30.0,33.2,26.3
|
| 482 |
-
2012-10-22,156412,1152,79470,8738,14551,5714,0,1670,14445,5821,18661,948,0,1574,3509,0,159,0,47900706,28.1,16104043,41.7,28.1,
|
|
|
|
|
|
| 479 |
2012-10-19,144613,1117,68657,10206,18034,4679,0,1322,11682,5043,18629,869,0,1237,3040,0,98,0,40642537,32.4,13722009,22.7,32.5,25.3
|
| 480 |
2012-10-20,96980,796,52389,5654,6399,2600,0,513,8517,3765,12822,486,0,806,2145,0,88,0,28177714,31.3,9837909,22.7,31.3,34.9
|
| 481 |
2012-10-21,113123,819,60130,7726,7395,3066,0,625,10132,3954,14929,616,0,1018,2601,0,112,0,32663853,33.2,11041231,30.0,33.2,26.3
|
| 482 |
+
2012-10-22,156412,1152,79470,8738,14551,5714,0,1670,14445,5821,18661,948,0,1574,3509,0,159,0,47900706,28.1,16104043,41.7,28.1,39.0
|
| 483 |
+
2012-10-23,155780,1205,81153,8086,13373,5782,0,1301,14378,6124,18367,950,0,1503,3402,0,156,0,47906162,27.3,15972665,44.4,27.3,0.0
|