Add 2012-09-25 — 141.6K events, 11 files
Browse files- README.md +18 -18
- data/commit_comments/2012/09/25.parquet +3 -0
- data/creates/2012/09/25.parquet +3 -0
- data/deletes/2012/09/25.parquet +3 -0
- data/forks/2012/09/25.parquet +3 -0
- data/issue_comments/2012/09/25.parquet +3 -0
- data/issues/2012/09/25.parquet +3 -0
- data/public_events/2012/09/25.parquet +3 -0
- data/pull_requests/2012/09/25.parquet +3 -0
- data/pushes/2012/09/25.parquet +3 -0
- data/stars/2012/09/25.parquet +3 -0
- data/wiki_pages/2012/09/25.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-09-
|
| 65 |
|
| 66 |
We believe this is the most complete and regularly updated structured mirror of public GitHub activity available on Hugging Face. The original 8.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 3.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 |
|
|
@@ -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-28** — 97,
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 ██████████████████████████████ 97.9K
|
|
@@ -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 | 97,
|
| 107 |
|
| 108 |
|
| 109 |
### Live event schema
|
|
@@ -137,20 +137,20 @@ duckdb.sql("""
|
|
| 137 |
|
| 138 |
```
|
| 139 |
2011 ██████████████████░░░░░░░░░░░░ 14.1M
|
| 140 |
-
2012 ██████████████████████████████ 23.
|
| 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 ██████████████████████████████ 10.
|
| 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 | 17,
|
| 562 |
-
| `issues` | IssuesEvent | 1,
|
| 563 |
-
| `issue_comments` | IssueCommentEvent | 2,
|
| 564 |
-
| `pull_requests` | PullRequestEvent | 1,
|
| 565 |
-
| `pr_review_comments` | PullRequestReviewCommentEvent |
|
| 566 |
-
| `stars` | WatchEvent | 3,
|
| 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.3% | Collaborator additions |
|
| 573 |
-
| `public_events` | PublicEvent | 33,
|
| 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-09-25** (454 days), totaling **37,419,783 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 8.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 3.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 |
|
|
|
|
| 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** — 97,932 events in 110 blocks
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 ██████████████████████████████ 97.9K
|
|
|
|
| 103 |
| Date | Events | Blocks |
|
| 104 |
|------|-------:|-------:|
|
| 105 |
| 2026-03-27 | 1,840,836 | 12165 |
|
| 106 |
+
| 2026-03-28 | 97,932 | 110 |
|
| 107 |
|
| 108 |
|
| 109 |
### Live event schema
|
|
|
|
| 137 |
|
| 138 |
```
|
| 139 |
2011 ██████████████████░░░░░░░░░░░░ 14.1M
|
| 140 |
+
2012 ██████████████████████████████ 23.3M
|
| 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 | 211 | 23,323,639 | 110,538 | 6.1 GB | 2.2 GB | 1h34m | 2h17m | 2h00m |
|
| 147 |
|
| 148 |
|
| 149 |
### Pushes per year
|
| 150 |
|
| 151 |
```
|
| 152 |
2011 ██████████████████░░░░░░░░░░░░ 6.7M
|
| 153 |
+
2012 ██████████████████████████████ 10.9M
|
| 154 |
```
|
| 155 |
|
| 156 |
|
|
|
|
| 558 |
|
| 559 |
| Table | GitHub Event | Events | % | Description |
|
| 560 |
|-------|-------------|-------:|---:|-------------|
|
| 561 |
+
| `pushes` | PushEvent | 17,562,822 | 46.9% | Git pushes with commits |
|
| 562 |
+
| `issues` | IssuesEvent | 1,986,368 | 5.3% | Issue lifecycle events |
|
| 563 |
+
| `issue_comments` | IssueCommentEvent | 2,841,912 | 7.6% | Comments on issues/PRs |
|
| 564 |
+
| `pull_requests` | PullRequestEvent | 1,537,351 | 4.1% | PR lifecycle events |
|
| 565 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 147,974 | 0.4% | Line-level PR comments |
|
| 566 |
+
| `stars` | WatchEvent | 3,697,005 | 9.9% | Repository stars |
|
| 567 |
+
| `forks` | ForkEvent | 1,163,859 | 3.1% | Repository forks |
|
| 568 |
+
| `creates` | CreateEvent | 6,147,082 | 16.4% | Branch/tag/repo creation |
|
| 569 |
+
| `deletes` | DeleteEvent | 320,577 | 0.9% | Branch/tag deletion |
|
| 570 |
+
| `commit_comments` | CommitCommentEvent | 424,260 | 1.1% | Comments on commits |
|
| 571 |
+
| `wiki_pages` | GollumEvent | 719,806 | 1.9% | Wiki page edits |
|
| 572 |
| `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
|
| 573 |
+
| `public_events` | PublicEvent | 33,485 | 0.1% | Repo made public |
|
| 574 |
|
| 575 |
## How it's built
|
| 576 |
|
data/commit_comments/2012/09/25.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8f46711eeabc3f02e71af2a83f68569b109b50f89d1a1f12a6815cd3360b811a
|
| 3 |
+
size 54010
|
data/creates/2012/09/25.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e893d7f94dc964b73b7348f3d41ab0bb4a7f4ba46af43cceaaeadd9d3a16e099
|
| 3 |
+
size 623118
|
data/deletes/2012/09/25.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c3cbff1674348705ee9163a59f94292f739f7dfae0e4a13fcae8c94fe7445ba6
|
| 3 |
+
size 32354
|
data/forks/2012/09/25.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f331a3cd5fca51acdf3954a3d14e2077e42e739de1c5e7e73ec8f318dd0c93bd
|
| 3 |
+
size 152067
|
data/issue_comments/2012/09/25.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:79466fb24be803864bd841d04e459eef8bc153275047510fd1c66748eef6bd5a
|
| 3 |
+
size 301241
|
data/issues/2012/09/25.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:76142018f2314605912ed50ac0a168322f1b6aa2d2dfd92500166ff21d4f4a3e
|
| 3 |
+
size 193763
|
data/public_events/2012/09/25.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5d18991c210000e50af12079afc6710b5409cd8ef73eaa8fcb2ccb0e4eb452e1
|
| 3 |
+
size 6475
|
data/pull_requests/2012/09/25.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:841c5e44c7616d883b2808dc0e60d6980657e8cbde7917679d5bf9e5bb6ed6aa
|
| 3 |
+
size 959319
|
data/pushes/2012/09/25.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b52bf90f333099eae05ee4ec4c804bcc729c12bc1cf526244bd509652a8aafb0
|
| 3 |
+
size 11662805
|
data/stars/2012/09/25.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:38b90e1ed67190ff0ca040c2bcb470dbf483e1a8c5af03b27c94ef18c718e86c
|
| 3 |
+
size 294117
|
data/wiki_pages/2012/09/25.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5888c0139cb6cc0683efa01d13f8a382b0f619d8429cff587b11115a19d0b87c
|
| 3 |
+
size 149053
|
stats.csv
CHANGED
|
@@ -451,4 +451,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 451 |
2012-09-21,120423,826,62919,6012,10071,4568,0,1109,10641,4446,14796,873,0,1279,2754,0,129,0,36688415,62.8,12412274,23.7,62.8,39.7
|
| 452 |
2012-09-22,83887,573,46256,4299,5919,2298,0,522,7183,3160,10337,412,0,713,2129,0,86,0,24641942,43.2,8240731,20.0,43.2,30.5
|
| 453 |
2012-09-23,104251,553,53059,11052,7300,2714,0,519,9179,3585,12566,563,0,886,2169,0,106,0,29001972,41.5,9867865,22.4,41.5,22.7
|
| 454 |
-
2012-09-24,148992,958,70734,16681,14366,5373,0,1382,12355,5069,16841,876,0,1514,2711,0,132,0,43250433,51.1,14298277,29.5,51.1,
|
|
|
|
|
|
| 451 |
2012-09-21,120423,826,62919,6012,10071,4568,0,1109,10641,4446,14796,873,0,1279,2754,0,129,0,36688415,62.8,12412274,23.7,62.8,39.7
|
| 452 |
2012-09-22,83887,573,46256,4299,5919,2298,0,522,7183,3160,10337,412,0,713,2129,0,86,0,24641942,43.2,8240731,20.0,43.2,30.5
|
| 453 |
2012-09-23,104251,553,53059,11052,7300,2714,0,519,9179,3585,12566,563,0,886,2169,0,106,0,29001972,41.5,9867865,22.4,41.5,22.7
|
| 454 |
+
2012-09-24,148992,958,70734,16681,14366,5373,0,1382,12355,5069,16841,876,0,1514,2711,0,132,0,43250433,51.1,14298277,29.5,51.1,29.2
|
| 455 |
+
2012-09-25,141580,911,72077,7467,12685,5270,0,1571,13338,5361,17616,949,0,1449,2764,0,122,0,43567072,63.4,14428322,48.3,63.4,0.0
|