Add 2012-12-31 — 87.1K events, 11 files
Browse files- README.md +19 -19
- data/commit_comments/2012/12/31.parquet +3 -0
- data/creates/2012/12/31.parquet +3 -0
- data/deletes/2012/12/31.parquet +3 -0
- data/forks/2012/12/31.parquet +3 -0
- data/issue_comments/2012/12/31.parquet +3 -0
- data/issues/2012/12/31.parquet +3 -0
- data/public_events/2012/12/31.parquet +3 -0
- data/pull_requests/2012/12/31.parquet +3 -0
- data/pushes/2012/12/31.parquet +3 -0
- data/stars/2012/12/31.parquet +3 -0
- data/wiki_pages/2012/12/31.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.9 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 4.6 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** — 374,
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 ██████████████████████████████ 234.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 | 374,
|
| 107 |
|
| 108 |
|
| 109 |
### Live event schema
|
|
@@ -137,20 +137,20 @@ duckdb.sql("""
|
|
| 137 |
|
| 138 |
```
|
| 139 |
2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
|
| 140 |
-
2012 ██████████████████████████████ 34.
|
| 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 ██████████████████████████████ 16.
|
| 154 |
```
|
| 155 |
|
| 156 |
|
|
@@ -174,7 +174,7 @@ duckdb.sql("""
|
|
| 174 |
|
| 175 |
```
|
| 176 |
2011 █████████████░░░░░░░░░░░░░░░░░ 1.4M
|
| 177 |
-
2012 ██████████████████████████████ 3.
|
| 178 |
```
|
| 179 |
|
| 180 |
|
|
@@ -558,19 +558,19 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
|
|
| 558 |
|
| 559 |
| Table | GitHub Event | Events | % | Description |
|
| 560 |
|-------|-------------|-------:|---:|-------------|
|
| 561 |
-
| `pushes` | PushEvent | 23,
|
| 562 |
-
| `issues` | IssuesEvent | 2,
|
| 563 |
-
| `issue_comments` | IssueCommentEvent | 3,
|
| 564 |
-
| `pull_requests` | PullRequestEvent | 1,
|
| 565 |
-
| `pr_review_comments` | PullRequestReviewCommentEvent | 238,
|
| 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-31** (534 days), totaling **48,352,985 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.9 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 4.6 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** — 374,825 events in 722 blocks
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 ██████████████████████████████ 234.9K
|
|
|
|
| 103 |
| Date | Events | Blocks |
|
| 104 |
|------|-------:|-------:|
|
| 105 |
| 2026-03-27 | 1,840,836 | 12165 |
|
| 106 |
+
| 2026-03-28 | 374,825 | 722 |
|
| 107 |
|
| 108 |
|
| 109 |
### Live event schema
|
|
|
|
| 137 |
|
| 138 |
```
|
| 139 |
2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
|
| 140 |
+
2012 ██████████████████████████████ 34.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 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h49m |
|
| 147 |
|
| 148 |
|
| 149 |
### Pushes per year
|
| 150 |
|
| 151 |
```
|
| 152 |
2011 ████████████░░░░░░░░░░░░░░░░░░ 6.7M
|
| 153 |
+
2012 ██████████████████████████████ 16.5M
|
| 154 |
```
|
| 155 |
|
| 156 |
|
|
|
|
| 174 |
|
| 175 |
```
|
| 176 |
2011 █████████████░░░░░░░░░░░░░░░░░ 1.4M
|
| 177 |
+
2012 ██████████████████████████████ 3.3M
|
| 178 |
```
|
| 179 |
|
| 180 |
|
|
|
|
| 558 |
|
| 559 |
| Table | GitHub Event | Events | % | Description |
|
| 560 |
|-------|-------------|-------:|---:|-------------|
|
| 561 |
+
| `pushes` | PushEvent | 23,168,455 | 47.9% | Git pushes with commits |
|
| 562 |
+
| `issues` | IssuesEvent | 2,674,117 | 5.5% | Issue lifecycle events |
|
| 563 |
+
| `issue_comments` | IssueCommentEvent | 3,786,598 | 7.8% | Comments on issues/PRs |
|
| 564 |
+
| `pull_requests` | PullRequestEvent | 1,909,089 | 3.9% | PR lifecycle events |
|
| 565 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 238,905 | 0.5% | Line-level PR comments |
|
| 566 |
+
| `stars` | WatchEvent | 4,671,859 | 9.7% | Repository stars |
|
| 567 |
+
| `forks` | ForkEvent | 1,577,491 | 3.3% | Repository forks |
|
| 568 |
+
| `creates` | CreateEvent | 7,493,144 | 15.5% | Branch/tag/repo creation |
|
| 569 |
+
| `deletes` | DeleteEvent | 391,565 | 0.8% | Branch/tag deletion |
|
| 570 |
+
| `commit_comments` | CommitCommentEvent | 534,522 | 1.1% | Comments on commits |
|
| 571 |
+
| `wiki_pages` | GollumEvent | 950,618 | 2.0% | Wiki page edits |
|
| 572 |
| `members` | MemberEvent | 102,637 | 0.2% | Collaborator additions |
|
| 573 |
+
| `public_events` | PublicEvent | 43,643 | 0.1% | Repo made public |
|
| 574 |
|
| 575 |
## How it's built
|
| 576 |
|
data/commit_comments/2012/12/31.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3ab756923fc806809568bfddca1bf44df73842e76defb059dcb8141db9ed7f79
|
| 3 |
+
size 38593
|
data/creates/2012/12/31.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:45e9c795d859de4dd6c4e4a91911211473929e924645eb3758aa3431b6f0f949
|
| 3 |
+
size 405788
|
data/deletes/2012/12/31.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4f90774e23ba32e0ffa70b884e7d836f05f791c5c98b9240592d96afa66a109e
|
| 3 |
+
size 23121
|
data/forks/2012/12/31.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:79b7e888768a5b5f9e5d2004acd567d2a88aef2e692381695ad257e51b9e02ec
|
| 3 |
+
size 93637
|
data/issue_comments/2012/12/31.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2993de9a8bee52f7e36c40ec2ee90ffbf89bc99d14bd0301e0c74a1ee54f33a3
|
| 3 |
+
size 166717
|
data/issues/2012/12/31.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a3d677ac86a86d5485c0cfb0895f93eb9c563a50e781d1a19dbe67b5d5823004
|
| 3 |
+
size 112803
|
data/public_events/2012/12/31.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:645f64685c3240040b7ac2954a26f7ee9747eb114f94e0dba4efc6dbd6d51039
|
| 3 |
+
size 5125
|
data/pull_requests/2012/12/31.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:531851e55051757a25da83efaca075163d4a62eb8eea8e4e645ec083b5be43f3
|
| 3 |
+
size 548160
|
data/pushes/2012/12/31.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:152110ed30106a6d4052c8ae0a155fd1df74c94230fc1acdbf882724a22616d0
|
| 3 |
+
size 7536318
|
data/stars/2012/12/31.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d5575db3cae94ca066409e693179f5368917e1cee74aa818ca6b2ecd4b9dc7ae
|
| 3 |
+
size 205520
|
data/wiki_pages/2012/12/31.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:778ad4e7b8e12f781326d32b40604179366edeee54d0bf1298401d148bbb3d72
|
| 3 |
+
size 123470
|
stats.csv
CHANGED
|
@@ -531,4 +531,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 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,29.5
|
| 533 |
2012-12-29,97772,451,50689,4801,6901,2787,0,470,10555,3947,13628,672,0,909,1885,0,77,0,30253279,51.0,9353183,21.8,51.0,31.7
|
| 534 |
-
2012-12-30,96094,436,52050,4859,6958,2774,0,574,10062,3739,10871,619,0,911,2150,0,91,0,30609943,48.7,9773698,23.9,48.7,
|
|
|
|
|
|
| 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,29.5
|
| 533 |
2012-12-29,97772,451,50689,4801,6901,2787,0,470,10555,3947,13628,672,0,909,1885,0,77,0,30253279,51.0,9353183,21.8,51.0,31.7
|
| 534 |
+
2012-12-30,96094,436,52050,4859,6958,2774,0,574,10062,3739,10871,619,0,911,2150,0,91,0,30609943,48.7,9773698,23.9,48.7,33.3
|
| 535 |
+
2012-12-31,87076,364,47518,3994,6618,2678,0,551,8543,3211,10316,597,0,953,1650,0,83,0,27923780,49.9,9259252,23.4,49.9,0.0
|