Add 2012-11-04 — 113.7K events, 11 files
Browse files- README.md +19 -19
- data/commit_comments/2012/11/04.parquet +3 -0
- data/creates/2012/11/04.parquet +3 -0
- data/deletes/2012/11/04.parquet +3 -0
- data/forks/2012/11/04.parquet +3 -0
- data/issue_comments/2012/11/04.parquet +3 -0
- data/issues/2012/11/04.parquet +3 -0
- data/public_events/2012/11/04.parquet +3 -0
- data/pull_requests/2012/11/04.parquet +3 -0
- data/pushes/2012/11/04.parquet +3 -0
- data/stars/2012/11/04.parquet +3 -0
- data/wiki_pages/2012/11/04.parquet +3 -0
- stats.csv +2 -1
README.md
CHANGED
|
@@ -61,9 +61,9 @@ 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.
|
| 67 |
|
| 68 |
The underlying data comes from [GH Archive](https://www.gharchive.org/), created by [Ilya Grigorik](https://www.igvita.com/), which has been recording every public GitHub event via the [Events API](https://docs.github.com/en/rest/activity/events) since 2011. Released under the [Open Data Commons Attribution License (ODC-By) v1.0](https://opendatacommons.org/licenses/by/1-0/).
|
| 69 |
|
|
@@ -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** — 197,
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 ██████████████████████████████ 197.3K
|
|
@@ -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 | 197,
|
| 107 |
|
| 108 |
|
| 109 |
### Live event schema
|
|
@@ -137,13 +137,13 @@ duckdb.sql("""
|
|
| 137 |
|
| 138 |
```
|
| 139 |
2011 ██████████████░░░░░░░░░░░░░░░░ 14.1M
|
| 140 |
-
2012 ██████████████████████████████ 28.
|
| 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
|
|
@@ -158,7 +158,7 @@ duckdb.sql("""
|
|
| 158 |
|
| 159 |
```
|
| 160 |
2011 ██████████████░░░░░░░░░░░░░░░░ 737.1K
|
| 161 |
-
2012 ██████████████████████████████ 1.
|
| 162 |
```
|
| 163 |
|
| 164 |
|
|
@@ -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 |
|
| 570 |
-
| `commit_comments` | CommitCommentEvent |
|
| 571 |
-
| `wiki_pages` | GollumEvent |
|
| 572 |
| `members` | MemberEvent | 102,637 | 0.2% | Collaborator additions |
|
| 573 |
-
| `public_events` | PublicEvent | 38,
|
| 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-04** (494 days), totaling **42,754,339 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.3 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 |
|
| 68 |
The underlying data comes from [GH Archive](https://www.gharchive.org/), created by [Ilya Grigorik](https://www.igvita.com/), which has been recording every public GitHub event via the [Events API](https://docs.github.com/en/rest/activity/events) since 2011. Released under the [Open Data Commons Attribution License (ODC-By) v1.0](https://opendatacommons.org/licenses/by/1-0/).
|
| 69 |
|
|
|
|
| 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** — 197,300 events in 319 blocks
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 ██████████████████████████████ 197.3K
|
|
|
|
| 103 |
| Date | Events | Blocks |
|
| 104 |
|------|-------:|-------:|
|
| 105 |
| 2026-03-27 | 1,840,836 | 12165 |
|
| 106 |
+
| 2026-03-28 | 197,300 | 319 |
|
| 107 |
|
| 108 |
|
| 109 |
### Live event schema
|
|
|
|
| 137 |
|
| 138 |
```
|
| 139 |
2011 ██████████████░░░░░░░░░░░░░░░░ 14.1M
|
| 140 |
+
2012 ██████████████████████████████ 28.7M
|
| 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 | 251 | 28,658,195 | 114,176 | 7.6 GB | 2.7 GB | 1h55m | 2h36m | 2h25m |
|
| 147 |
|
| 148 |
|
| 149 |
### Pushes per year
|
|
|
|
| 158 |
|
| 159 |
```
|
| 160 |
2011 ██████████████░░░░░░░░░░░░░░░░ 737.1K
|
| 161 |
+
2012 ██████████████████████████████ 1.6M
|
| 162 |
```
|
| 163 |
|
| 164 |
|
|
|
|
| 558 |
|
| 559 |
| Table | GitHub Event | Events | % | Description |
|
| 560 |
|-------|-------------|-------:|---:|-------------|
|
| 561 |
+
| `pushes` | PushEvent | 20,289,063 | 47.5% | Git pushes with commits |
|
| 562 |
+
| `issues` | IssuesEvent | 2,290,197 | 5.4% | Issue lifecycle events |
|
| 563 |
+
| `issue_comments` | IssueCommentEvent | 3,319,101 | 7.8% | Comments on issues/PRs |
|
| 564 |
+
| `pull_requests` | PullRequestEvent | 1,720,012 | 4.0% | PR lifecycle events |
|
| 565 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 191,274 | 0.4% | Line-level PR comments |
|
| 566 |
+
| `stars` | WatchEvent | 4,167,652 | 9.7% | Repository stars |
|
| 567 |
+
| `forks` | ForkEvent | 1,362,182 | 3.2% | Repository forks |
|
| 568 |
+
| `creates` | CreateEvent | 6,839,243 | 16.0% | Branch/tag/repo creation |
|
| 569 |
+
| `deletes` | DeleteEvent | 353,362 | 0.8% | Branch/tag deletion |
|
| 570 |
+
| `commit_comments` | CommitCommentEvent | 477,105 | 1.1% | Comments on commits |
|
| 571 |
+
| `wiki_pages` | GollumEvent | 830,574 | 1.9% | Wiki page edits |
|
| 572 |
| `members` | MemberEvent | 102,637 | 0.2% | Collaborator additions |
|
| 573 |
+
| `public_events` | PublicEvent | 38,548 | 0.1% | Repo made public |
|
| 574 |
|
| 575 |
## How it's built
|
| 576 |
|
data/commit_comments/2012/11/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7f561d542939f55cdec9a7ce3e55643e7fa2ca0a393437e8fac2a8e037b896fd
|
| 3 |
+
size 45466
|
data/creates/2012/11/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e8390f18e094f326f2222f129e4908f0c0c09a3105345dd1551b5230d70090ba
|
| 3 |
+
size 502539
|
data/deletes/2012/11/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5483bab52a49d9855a597ed8fbf525958f53dd1b666795037827d5536fb5cda0
|
| 3 |
+
size 22731
|
data/forks/2012/11/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:807ab63efa15eea1b3f4f21c9a069ec69594d9cd27b1172ae30c8e83d1ecc4e2
|
| 3 |
+
size 118460
|
data/issue_comments/2012/11/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a02a156861c8c66ce2f9799ed3e1885d0fc158b4770e9598c1b99e822a3927eb
|
| 3 |
+
size 185764
|
data/issues/2012/11/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fc15fa9c0a5ba7475f8d79ac4bbbb3d0e01b9e085e7ad2ada1bca40fc4c076ab
|
| 3 |
+
size 138099
|
data/public_events/2012/11/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:98c16d8ee6228b01f40158845a51d9b287d55c2df1162dec8518eb170863b784
|
| 3 |
+
size 5503
|
data/pull_requests/2012/11/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ece2173d1519f2b1ba65919dbc4708b68ccebf48d63c61d68d0898ebd9eccb47
|
| 3 |
+
size 620484
|
data/pushes/2012/11/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0ede81dc0f6ef5da823c6270e3288f5f8b02d88d35b2c4f5ba0d1f18dd3bec5f
|
| 3 |
+
size 9929466
|
data/stars/2012/11/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4ba43a86d48c75c8150cb4ffcb1b37dfae37f5a52454c89ed80ee4bb1fe76ad2
|
| 3 |
+
size 230643
|
data/wiki_pages/2012/11/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:10cd04192de4faa4776c8b2d332b68c0de732e17379241cd5c86827658256e3f
|
| 3 |
+
size 130606
|
stats.csv
CHANGED
|
@@ -491,4 +491,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 491 |
2012-10-31,150118,1213,77143,9705,12962,5490,0,1434,13409,5328,17633,1087,0,1646,2942,0,126,0,46053749,27.6,15130235,25.8,27.6,36.3
|
| 492 |
2012-11-01,145294,1137,75863,7435,11684,5085,0,1152,12357,5714,19029,866,0,1574,3264,0,134,0,44261406,26.5,14856297,44.8,26.5,31.4
|
| 493 |
2012-11-02,133633,958,68668,7064,11984,5031,0,1198,12075,5086,16256,961,0,1444,2785,0,123,0,40594958,28.1,13502031,25.9,28.1,36.0
|
| 494 |
-
2012-11-03,96330,717,52867,5145,6485,2765,0,422,8206,3771,12570,569,0,813,1913,0,87,0,28126794,21.5,9742137,35.6,21.5,
|
|
|
|
|
|
| 491 |
2012-10-31,150118,1213,77143,9705,12962,5490,0,1434,13409,5328,17633,1087,0,1646,2942,0,126,0,46053749,27.6,15130235,25.8,27.6,36.3
|
| 492 |
2012-11-01,145294,1137,75863,7435,11684,5085,0,1152,12357,5714,19029,866,0,1574,3264,0,134,0,44261406,26.5,14856297,44.8,26.5,31.4
|
| 493 |
2012-11-02,133633,958,68668,7064,11984,5031,0,1198,12075,5086,16256,961,0,1444,2785,0,123,0,40594958,28.1,13502031,25.9,28.1,36.0
|
| 494 |
+
2012-11-03,96330,717,52867,5145,6485,2765,0,422,8206,3771,12570,569,0,813,1913,0,87,0,28126794,21.5,9742137,35.6,21.5,30.8
|
| 495 |
+
2012-11-04,113737,830,63971,5133,7465,3111,0,742,10024,4215,13997,597,0,1018,2541,0,93,0,34019135,18.6,11929761,43.8,18.6,0.0
|