Add 2012-11-10 — 99.8K events, 11 files
Browse files- README.md +19 -19
- data/commit_comments/2012/11/10.parquet +3 -0
- data/creates/2012/11/10.parquet +3 -0
- data/deletes/2012/11/10.parquet +3 -0
- data/forks/2012/11/10.parquet +3 -0
- data/issue_comments/2012/11/10.parquet +3 -0
- data/issues/2012/11/10.parquet +3 -0
- data/public_events/2012/11/10.parquet +3 -0
- data/pull_requests/2012/11/10.parquet +3 -0
- data/pushes/2012/11/10.parquet +3 -0
- data/stars/2012/11/10.parquet +3 -0
- data/wiki_pages/2012/11/10.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-11-
|
| 65 |
|
| 66 |
We believe this is the most complete and regularly updated structured mirror of public GitHub activity available on Hugging Face. The original 10.5 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 4.1 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 ██████████████████████████████ 29.
|
| 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 ██████████████████████████████ 14.
|
| 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 | 20,
|
| 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 | 358,
|
| 570 |
-
| `commit_comments` | CommitCommentEvent |
|
| 571 |
-
| `wiki_pages` | GollumEvent |
|
| 572 |
| `members` | MemberEvent | 102,637 | 0.2% | Collaborator additions |
|
| 573 |
-
| `public_events` | PublicEvent | 39,
|
| 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-11-10** (500 days), totaling **43,611,442 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 10.5 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 4.1 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** — 214,921 events in 350 blocks
|
| 75 |
|
| 76 |
```
|
| 77 |
+
00:00 ██████████████████████████████ 214.9K
|
| 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 | 214,921 | 350 |
|
| 107 |
|
| 108 |
|
| 109 |
### Live event schema
|
|
|
|
| 137 |
|
| 138 |
```
|
| 139 |
2011 ██████████████░░░░░░░░░░░░░░░░ 14.1M
|
| 140 |
+
2012 ██████████████████████████████ 29.5M
|
| 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 | 257 | 29,515,298 | 114,845 | 7.8 GB | 2.8 GB | 1h58m | 2h38m | 2h28m |
|
| 147 |
|
| 148 |
|
| 149 |
### Pushes per year
|
| 150 |
|
| 151 |
```
|
| 152 |
2011 ██████████████░░░░░░░░░░░░░░░░ 6.7M
|
| 153 |
+
2012 ██████████████████████████████ 14.1M
|
| 154 |
```
|
| 155 |
|
| 156 |
|
|
|
|
| 558 |
|
| 559 |
| Table | GitHub Event | Events | % | Description |
|
| 560 |
|-------|-------------|-------:|---:|-------------|
|
| 561 |
+
| `pushes` | PushEvent | 20,735,095 | 47.5% | Git pushes with commits |
|
| 562 |
+
| `issues` | IssuesEvent | 2,339,457 | 5.4% | Issue lifecycle events |
|
| 563 |
+
| `issue_comments` | IssueCommentEvent | 3,390,103 | 7.8% | Comments on issues/PRs |
|
| 564 |
+
| `pull_requests` | PullRequestEvent | 1,749,835 | 4.0% | PR lifecycle events |
|
| 565 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 200,177 | 0.5% | Line-level PR comments |
|
| 566 |
+
| `stars` | WatchEvent | 4,241,793 | 9.7% | Repository stars |
|
| 567 |
+
| `forks` | ForkEvent | 1,394,854 | 3.2% | Repository forks |
|
| 568 |
+
| `creates` | CreateEvent | 6,939,519 | 15.9% | Branch/tag/repo creation |
|
| 569 |
+
| `deletes` | DeleteEvent | 358,796 | 0.8% | Branch/tag deletion |
|
| 570 |
+
| `commit_comments` | CommitCommentEvent | 486,385 | 1.1% | Comments on commits |
|
| 571 |
+
| `wiki_pages` | GollumEvent | 853,107 | 2.0% | Wiki page edits |
|
| 572 |
| `members` | MemberEvent | 102,637 | 0.2% | Collaborator additions |
|
| 573 |
+
| `public_events` | PublicEvent | 39,307 | 0.1% | Repo made public |
|
| 574 |
|
| 575 |
## How it's built
|
| 576 |
|
data/commit_comments/2012/11/10.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dd0bd9470931a8cde922546d2904fc1c63eb87f5bf43e7407f18d58f06557a96
|
| 3 |
+
size 36798
|
data/creates/2012/11/10.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:012f872b63979191f80a3072a58748ecb2944a994dd5894f057ae76c6266887e
|
| 3 |
+
size 428626
|
data/deletes/2012/11/10.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:95ed33ab297e36e0941b1595bccae81d235bb73bd642c9658dd0d954ec0581c3
|
| 3 |
+
size 21383
|
data/forks/2012/11/10.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e98b2e786df347235651d06c52bb6afe4ae12fc8077de2d00081070e5a36faa7
|
| 3 |
+
size 102178
|
data/issue_comments/2012/11/10.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6ec4a4993d724430e220843ce19c6ca156651660c7b7f7761e074df1ef9b19d6
|
| 3 |
+
size 178129
|
data/issues/2012/11/10.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ecf68cdd56feab7e4228d9dbcfac3a99ae08dfaf956ff6dba30ccd5bca6f4e93
|
| 3 |
+
size 128505
|
data/public_events/2012/11/10.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3fee684e678523a639371bad39149ae5ab2a79e80e59100a6f4af72e83a9099e
|
| 3 |
+
size 6107
|
data/pull_requests/2012/11/10.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8fb9f410147246ebcab984fa4d9f3959ca183ed8dab0fae1bd0a0ff063834380
|
| 3 |
+
size 558147
|
data/pushes/2012/11/10.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:13514c7048d56c164e06c092963daf77e6b3271682ae93b4d838fe005599524f
|
| 3 |
+
size 8313334
|
data/stars/2012/11/10.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c9198aaf6bd6724148744e3794eae21d96e83a508bf7979a725e17a0720e0f48
|
| 3 |
+
size 194029
|
data/wiki_pages/2012/11/10.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cd390f0b30fd366817e8998d9a4e3058f26e28c044551fbed87f51001ebaf916
|
| 3 |
+
size 163424
|
stats.csv
CHANGED
|
@@ -497,4 +497,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 497 |
2012-11-06,157177,1231,81734,7828,13088,5793,0,1801,14462,6275,18509,1029,0,1842,3469,0,116,0,48338231,28.0,15806394,32.2,28.0,28.6
|
| 498 |
2012-11-07,167371,1340,82774,10898,14069,5909,0,1996,13743,6213,19365,1152,0,1832,7940,0,140,0,49655063,39.9,16497843,55.9,39.9,27.4
|
| 499 |
2012-11-08,150804,1226,78302,8621,12970,5517,0,1845,13064,6092,17116,1066,0,1740,3117,0,128,0,45780257,44.3,15116708,23.9,44.3,42.2
|
| 500 |
-
2012-11-09,124196,959,64013,8766,10682,4281,0,1155,10566,4566,14734,730,0,1294,2323,0,127,0,36877665,28.2,12767214,27.1,28.2,
|
|
|
|
|
|
| 497 |
2012-11-06,157177,1231,81734,7828,13088,5793,0,1801,14462,6275,18509,1029,0,1842,3469,0,116,0,48338231,28.0,15806394,32.2,28.0,28.6
|
| 498 |
2012-11-07,167371,1340,82774,10898,14069,5909,0,1996,13743,6213,19365,1152,0,1832,7940,0,140,0,49655063,39.9,16497843,55.9,39.9,27.4
|
| 499 |
2012-11-08,150804,1226,78302,8621,12970,5517,0,1845,13064,6092,17116,1066,0,1740,3117,0,128,0,45780257,44.3,15116708,23.9,44.3,42.2
|
| 500 |
+
2012-11-09,124196,959,64013,8766,10682,4281,0,1155,10566,4566,14734,730,0,1294,2323,0,127,0,36877665,28.2,12767214,27.1,28.2,37.7
|
| 501 |
+
2012-11-10,99754,905,56260,4914,6594,2767,0,492,8418,3570,12088,564,0,827,2248,0,107,0,29405064,10.5,10130660,34.5,10.5,0.0
|