Add 2012-12-28 — 119.6K events, 11 files
Browse files- README.md +18 -18
- data/commit_comments/2012/12/28.parquet +3 -0
- data/creates/2012/12/28.parquet +3 -0
- data/deletes/2012/12/28.parquet +3 -0
- data/forks/2012/12/28.parquet +3 -0
- data/issue_comments/2012/12/28.parquet +3 -0
- data/issues/2012/12/28.parquet +3 -0
- data/public_events/2012/12/28.parquet +3 -0
- data/pull_requests/2012/12/28.parquet +3 -0
- data/pushes/2012/12/28.parquet +3 -0
- data/stars/2012/12/28.parquet +3 -0
- data/wiki_pages/2012/12/28.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-12-
|
| 65 |
|
| 66 |
We believe this is the most complete and regularly updated structured mirror of public GitHub activity available on Hugging Face. The original 11.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 4.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,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** —
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 ██████████████████████████████ 234.9K
|
| 78 |
-
01:00 █████████████████░░░░░░░░░░░░░
|
| 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 |
|
| 107 |
|
| 108 |
|
| 109 |
### Live event schema
|
|
@@ -137,13 +137,13 @@ 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
|
|
@@ -558,19 +558,19 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
|
|
| 558 |
|
| 559 |
| Table | GitHub Event | Events | % | Description |
|
| 560 |
|-------|-------------|-------:|---:|-------------|
|
| 561 |
-
| `pushes` | PushEvent |
|
| 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 | 7,
|
| 569 |
-
| `deletes` | DeleteEvent |
|
| 570 |
-
| `commit_comments` | CommitCommentEvent |
|
| 571 |
-
| `wiki_pages` | GollumEvent |
|
| 572 |
| `members` | MemberEvent | 102,637 | 0.2% | Collaborator additions |
|
| 573 |
-
| `public_events` | PublicEvent | 43,
|
| 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-12-28** (531 days), totaling **48,072,043 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 11.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 4.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** — 373,221 events in 703 blocks
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 ██████████████████████████████ 234.9K
|
| 78 |
+
01:00 █████████████████░░░░░░░░░░░░░ 138.3K
|
| 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 | 373,221 | 703 |
|
| 107 |
|
| 108 |
|
| 109 |
### Live event schema
|
|
|
|
| 137 |
|
| 138 |
```
|
| 139 |
2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
|
| 140 |
+
2012 ██████████████████████████████ 34.0M
|
| 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 | 288 | 33,975,899 | 117,971 | 9.1 GB | 3.2 GB | 2h13m | 3h14m | 2h47m |
|
| 147 |
|
| 148 |
|
| 149 |
### Pushes per year
|
|
|
|
| 558 |
|
| 559 |
| Table | GitHub Event | Events | % | Description |
|
| 560 |
|-------|-------------|-------:|---:|-------------|
|
| 561 |
+
| `pushes` | PushEvent | 23,018,198 | 47.9% | Git pushes with commits |
|
| 562 |
+
| `issues` | IssuesEvent | 2,660,463 | 5.5% | Issue lifecycle events |
|
| 563 |
+
| `issue_comments` | IssueCommentEvent | 3,766,121 | 7.8% | Comments on issues/PRs |
|
| 564 |
+
| `pull_requests` | PullRequestEvent | 1,900,850 | 4.0% | PR lifecycle events |
|
| 565 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 237,310 | 0.5% | Line-level PR comments |
|
| 566 |
+
| `stars` | WatchEvent | 4,642,699 | 9.7% | Repository stars |
|
| 567 |
+
| `forks` | ForkEvent | 1,566,594 | 3.3% | Repository forks |
|
| 568 |
+
| `creates` | CreateEvent | 7,458,329 | 15.5% | Branch/tag/repo creation |
|
| 569 |
+
| `deletes` | DeleteEvent | 389,677 | 0.8% | Branch/tag deletion |
|
| 570 |
+
| `commit_comments` | CommitCommentEvent | 531,749 | 1.1% | Comments on commits |
|
| 571 |
+
| `wiki_pages` | GollumEvent | 944,933 | 2.0% | Wiki page edits |
|
| 572 |
| `members` | MemberEvent | 102,637 | 0.2% | Collaborator additions |
|
| 573 |
+
| `public_events` | PublicEvent | 43,392 | 0.1% | Repo made public |
|
| 574 |
|
| 575 |
## How it's built
|
| 576 |
|
data/commit_comments/2012/12/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2a73b2476ac438dd5acd84788f6966bb61b67ece88177db5c7b88c621210a0a2
|
| 3 |
+
size 48584
|
data/creates/2012/12/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b19434a0a38b35f22480e65e272eea8f7029247a560038948b7dfeaaae83a92f
|
| 3 |
+
size 514860
|
data/deletes/2012/12/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fb0ad4a930b1caebdc80676c26c29985326ce8c28630b88a8d4f92034e1d319e
|
| 3 |
+
size 30184
|
data/forks/2012/12/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c0d4eb0fe91abaf402e33e81fccc4a8b2878495a6d489c905f5f4fe5ef8b3222
|
| 3 |
+
size 134572
|
data/issue_comments/2012/12/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:83649f45dec1f77a078e6bb5f6625381929ffa69a45a8a29060a4844a676446e
|
| 3 |
+
size 245619
|
data/issues/2012/12/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:11a653858168c00b07f898e7a1370c252de3ca0e35b590a5fc9348895b5babc0
|
| 3 |
+
size 168601
|
data/public_events/2012/12/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:29de1bcae4d83f14d5eef36e390ec4cbe93afb515f20a6f8e67e95950f8bb63c
|
| 3 |
+
size 5203
|
data/pull_requests/2012/12/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e40d50cdf3d7ac2c8a79ed7339e032bc2f6bd7c7cf87739f696c57ec81fb76c5
|
| 3 |
+
size 783911
|
data/pushes/2012/12/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6baa5a70d73143811c09d8f202788f24f37793c8c917616bcffc23ee678874e6
|
| 3 |
+
size 9497103
|
data/stars/2012/12/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a42adc7e70b410ecd527a5e2e33a71fef1f4c359d5c057b80cc4576a93562348
|
| 3 |
+
size 276403
|
data/wiki_pages/2012/12/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f3029089bd9a0efa5a553a4737c1469eb77865edb716f415d8c1b4e6dc27cb38
|
| 3 |
+
size 169041
|
stats.csv
CHANGED
|
@@ -528,4 +528,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 528 |
2012-12-24,90839,471,45998,4934,7781,2555,0,400,9491,5260,11000,566,0,751,1564,0,68,0,27742984,46.9,8492031,23.8,46.9,26.7
|
| 529 |
2012-12-25,80443,465,41833,4132,6597,2079,0,359,9031,3613,9701,427,0,588,1554,0,64,0,23990518,40.6,7638401,35.0,40.6,33.3
|
| 530 |
2012-12-26,110229,611,57145,5611,8439,3271,0,665,11489,4973,13778,749,0,1002,2413,0,83,0,34606925,58.3,10869479,34.9,58.3,22.8
|
| 531 |
-
2012-12-27,124799,671,63806,6545,10056,4072,0,809,13669,5561,15087,880,0,1135,2409,0,99,0,39957512,65.3,12311410,26.7,65.3,
|
|
|
|
|
|
| 528 |
2012-12-24,90839,471,45998,4934,7781,2555,0,400,9491,5260,11000,566,0,751,1564,0,68,0,27742984,46.9,8492031,23.8,46.9,26.7
|
| 529 |
2012-12-25,80443,465,41833,4132,6597,2079,0,359,9031,3613,9701,427,0,588,1554,0,64,0,23990518,40.6,7638401,35.0,40.6,33.3
|
| 530 |
2012-12-26,110229,611,57145,5611,8439,3271,0,665,11489,4973,13778,749,0,1002,2413,0,83,0,34606925,58.3,10869479,34.9,58.3,22.8
|
| 531 |
+
2012-12-27,124799,671,63806,6545,10056,4072,0,809,13669,5561,15087,880,0,1135,2409,0,99,0,39957512,65.3,12311410,26.7,65.3,30.0
|
| 532 |
+
2012-12-28,119552,606,60629,7225,10678,3867,0,781,12386,4845,14138,837,0,1099,2377,0,84,0,37947284,61.8,11874081,26.2,61.8,0.0
|