Add 2012-10-03 — 140.5K events, 11 files
Browse files- README.md +20 -20
- data/commit_comments/2012/10/03.parquet +3 -0
- data/creates/2012/10/03.parquet +3 -0
- data/deletes/2012/10/03.parquet +3 -0
- data/forks/2012/10/03.parquet +3 -0
- data/issue_comments/2012/10/03.parquet +3 -0
- data/issues/2012/10/03.parquet +3 -0
- data/public_events/2012/10/03.parquet +3 -0
- data/pull_requests/2012/10/03.parquet +3 -0
- data/pushes/2012/10/03.parquet +3 -0
- data/stars/2012/10/03.parquet +3 -0
- data/wiki_pages/2012/10/03.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-10-
|
| 65 |
|
| 66 |
-
We believe this is the most complete and regularly updated structured mirror of public GitHub activity available on Hugging Face. The original 9.
|
| 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** — 120,
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 ██████████████████████████████ 120.5K
|
|
@@ -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 | 120,
|
| 107 |
|
| 108 |
|
| 109 |
### Live event schema
|
|
@@ -137,20 +137,20 @@ duckdb.sql("""
|
|
| 137 |
|
| 138 |
```
|
| 139 |
2011 █████████████████░░░░░░░░░░░░░ 14.1M
|
| 140 |
-
2012 ██████████████████████████████ 24.
|
| 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 ██████████████████████████████ 11.
|
| 154 |
```
|
| 155 |
|
| 156 |
|
|
@@ -173,7 +173,7 @@ duckdb.sql("""
|
|
| 173 |
### Stars per year
|
| 174 |
|
| 175 |
```
|
| 176 |
-
2011 █████████████████
|
| 177 |
2012 ██████████████████████████████ 2.4M
|
| 178 |
```
|
| 179 |
|
|
@@ -558,19 +558,19 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
|
|
| 558 |
|
| 559 |
| Table | GitHub Event | Events | % | Description |
|
| 560 |
|-------|-------------|-------:|---:|-------------|
|
| 561 |
-
| `pushes` | PushEvent | 18,
|
| 562 |
-
| `issues` | IssuesEvent | 2,
|
| 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 | 326,
|
| 570 |
-
| `commit_comments` | CommitCommentEvent |
|
| 571 |
-
| `wiki_pages` | GollumEvent |
|
| 572 |
| `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
|
| 573 |
-
| `public_events` | PublicEvent | 34,
|
| 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-10-03** (462 days), totaling **38,489,117 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 9.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 3.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 |
|
| 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** — 120,502 events in 157 blocks
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 ██████████████████████████████ 120.5K
|
|
|
|
| 103 |
| Date | Events | Blocks |
|
| 104 |
|------|-------:|-------:|
|
| 105 |
| 2026-03-27 | 1,840,836 | 12165 |
|
| 106 |
+
| 2026-03-28 | 120,502 | 157 |
|
| 107 |
|
| 108 |
|
| 109 |
### Live event schema
|
|
|
|
| 137 |
|
| 138 |
```
|
| 139 |
2011 █████████████████░░░░░░░░░░░░░ 14.1M
|
| 140 |
+
2012 ██████████████████████████████ 24.4M
|
| 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 | 219 | 24,392,973 | 111,383 | 6.4 GB | 2.3 GB | 1h38m | 2h21m | 2h05m |
|
| 147 |
|
| 148 |
|
| 149 |
### Pushes per year
|
| 150 |
|
| 151 |
```
|
| 152 |
2011 █████████████████░░░░░░░░░░░░░ 6.7M
|
| 153 |
+
2012 ██████████████████████████████ 11.4M
|
| 154 |
```
|
| 155 |
|
| 156 |
|
|
|
|
| 173 |
### Stars per year
|
| 174 |
|
| 175 |
```
|
| 176 |
+
2011 █████████████████░░░░░░░░░░░░░ 1.4M
|
| 177 |
2012 ██████████████████████████████ 2.4M
|
| 178 |
```
|
| 179 |
|
|
|
|
| 558 |
|
| 559 |
| Table | GitHub Event | Events | % | Description |
|
| 560 |
|-------|-------------|-------:|---:|-------------|
|
| 561 |
+
| `pushes` | PushEvent | 18,079,161 | 47.0% | Git pushes with commits |
|
| 562 |
+
| `issues` | IssuesEvent | 2,052,640 | 5.3% | Issue lifecycle events |
|
| 563 |
+
| `issue_comments` | IssueCommentEvent | 2,951,828 | 7.7% | Comments on issues/PRs |
|
| 564 |
+
| `pull_requests` | PullRequestEvent | 1,572,891 | 4.1% | PR lifecycle events |
|
| 565 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 157,219 | 0.4% | Line-level PR comments |
|
| 566 |
+
| `stars` | WatchEvent | 3,787,653 | 9.8% | Repository stars |
|
| 567 |
+
| `forks` | ForkEvent | 1,201,732 | 3.1% | Repository forks |
|
| 568 |
+
| `creates` | CreateEvent | 6,304,838 | 16.4% | Branch/tag/repo creation |
|
| 569 |
+
| `deletes` | DeleteEvent | 326,859 | 0.8% | Branch/tag deletion |
|
| 570 |
+
| `commit_comments` | CommitCommentEvent | 435,194 | 1.1% | Comments on commits |
|
| 571 |
+
| `wiki_pages` | GollumEvent | 740,349 | 1.9% | Wiki page edits |
|
| 572 |
| `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
|
| 573 |
+
| `public_events` | PublicEvent | 34,508 | 0.1% | Repo made public |
|
| 574 |
|
| 575 |
## How it's built
|
| 576 |
|
data/commit_comments/2012/10/03.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:af1c16a1824548249ae5f47732ec07d85958f96fa11aa7bddddb20f74ef34465
|
| 3 |
+
size 60102
|
data/creates/2012/10/03.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec11c9cc7d720be6933f880fee3c88f2b823a630e7d4bf2d8ff76a6fdc923863
|
| 3 |
+
size 628907
|
data/deletes/2012/10/03.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f76d50e7536fba44900b3c6866bc5f15494e43ed334546fdc050801685d483fe
|
| 3 |
+
size 30945
|
data/forks/2012/10/03.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:430134ff89c9505feeee3003dbb0f1cf10388ca53c8f951d08c15f953d0ca6db
|
| 3 |
+
size 148266
|
data/issue_comments/2012/10/03.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:58194091363fe7465d5481a2fe031b5c99f69668d089abb372db27c1a5c24e40
|
| 3 |
+
size 299318
|
data/issues/2012/10/03.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e028726268b4958dc03d635325597b0c939bf191368b7802c0990a0e9e4dec6
|
| 3 |
+
size 192126
|
data/public_events/2012/10/03.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f14013cbaebecc7d635391c533d894e66486852ea335d1eeef56e2ce87cafc8d
|
| 3 |
+
size 7286
|
data/pull_requests/2012/10/03.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:edf562777ae7db3f0dc296869e5bcfeea3899616192d026a109dca355996d0d9
|
| 3 |
+
size 1005697
|
data/pushes/2012/10/03.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c3aa56d1955bd93505a7e4e1f38129343720bb65516191e8068aea63e5c586b1
|
| 3 |
+
size 11695031
|
data/stars/2012/10/03.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3ad0700e31d8628bed7d0571de889525f0ef9a68c5ddb4074383ec57bf328774
|
| 3 |
+
size 267726
|
data/wiki_pages/2012/10/03.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:55099f3c78957fb21b77205e6db9cf0d5127770d2586ecc579aed9273423aff6
|
| 3 |
+
size 150570
|
stats.csv
CHANGED
|
@@ -459,4 +459,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 459 |
2012-09-29,86169,668,47049,4362,6133,2470,0,463,8341,3378,10362,439,0,728,1692,0,84,0,25516980,14.6,8780823,37.4,14.6,34.2
|
| 460 |
2012-09-30,93883,557,50601,4902,6465,2637,0,533,8803,3233,12774,536,0,860,1902,0,80,0,27908957,13.8,9575740,22.1,13.8,30.0
|
| 461 |
2012-10-01,149694,1021,69689,8000,13211,5115,0,1255,12055,4685,29475,930,0,1422,2645,0,191,0,42451491,22.8,14366333,38.6,22.8,37.2
|
| 462 |
-
2012-10-02,138032,1052,70631,7257,12771,5128,0,1373,12175,5083,16920,933,0,1815,2777,0,117,0,43132822,26.9,14317820,27.2,26.9,
|
|
|
|
|
|
| 459 |
2012-09-29,86169,668,47049,4362,6133,2470,0,463,8341,3378,10362,439,0,728,1692,0,84,0,25516980,14.6,8780823,37.4,14.6,34.2
|
| 460 |
2012-09-30,93883,557,50601,4902,6465,2637,0,533,8803,3233,12774,536,0,860,1902,0,80,0,27908957,13.8,9575740,22.1,13.8,30.0
|
| 461 |
2012-10-01,149694,1021,69689,8000,13211,5115,0,1255,12055,4685,29475,930,0,1422,2645,0,191,0,42451491,22.8,14366333,38.6,22.8,37.2
|
| 462 |
+
2012-10-02,138032,1052,70631,7257,12771,5128,0,1373,12175,5083,16920,933,0,1815,2777,0,117,0,43132822,26.9,14317820,27.2,26.9,29.5
|
| 463 |
+
2012-10-03,140535,884,72010,7431,12812,5216,0,1478,11975,5296,17816,857,0,1718,2891,0,151,0,43587517,28.3,14485974,25.7,28.3,0.0
|