Add 2012-10-08 — 140.3K events, 11 files
Browse files- README.md +23 -23
- data/commit_comments/2012/10/08.parquet +3 -0
- data/creates/2012/10/08.parquet +3 -0
- data/deletes/2012/10/08.parquet +3 -0
- data/forks/2012/10/08.parquet +3 -0
- data/issue_comments/2012/10/08.parquet +3 -0
- data/issues/2012/10/08.parquet +3 -0
- data/public_events/2012/10/08.parquet +3 -0
- data/pull_requests/2012/10/08.parquet +3 -0
- data/pushes/2012/10/08.parquet +3 -0
- data/stars/2012/10/08.parquet +3 -0
- data/wiki_pages/2012/10/08.parquet +3 -0
- stats.csv +3 -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,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
|
|
@@ -136,21 +136,21 @@ duckdb.sql("""
|
|
| 136 |
## Events per year
|
| 137 |
|
| 138 |
```
|
| 139 |
-
2011 ████████████████
|
| 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
|
| 150 |
|
| 151 |
```
|
| 152 |
-
2011 ████████████████
|
| 153 |
-
2012 ██████████████████████████████ 11.
|
| 154 |
```
|
| 155 |
|
| 156 |
|
|
@@ -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 | 18,
|
| 562 |
-
| `issues` | IssuesEvent | 2,
|
| 563 |
-
| `issue_comments` | IssueCommentEvent |
|
| 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 |
|
| 570 |
-
| `commit_comments` | CommitCommentEvent |
|
| 571 |
-
| `wiki_pages` | GollumEvent |
|
| 572 |
| `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
|
| 573 |
-
| `public_events` | PublicEvent |
|
| 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-09** (468 days), totaling **39,221,852 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.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 3.7 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** — 137,052 events in 173 blocks
|
| 75 |
|
| 76 |
```
|
| 77 |
+
00:00 ██████████████████████████████ 137.1K
|
| 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 | 137,052 | 173 |
|
| 107 |
|
| 108 |
|
| 109 |
### Live event schema
|
|
|
|
| 136 |
## Events per year
|
| 137 |
|
| 138 |
```
|
| 139 |
+
2011 ████████████████░░░░░░░░░░░░░░ 14.1M
|
| 140 |
+
2012 ██████████████████████████████ 25.1M
|
| 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 | 225 | 25,125,708 | 111,669 | 6.6 GB | 2.3 GB | 1h41m | 2h24m | 2h08m |
|
| 147 |
|
| 148 |
|
| 149 |
### Pushes per year
|
| 150 |
|
| 151 |
```
|
| 152 |
+
2011 ████████████████░░░░░░░░░░░░░░ 6.7M
|
| 153 |
+
2012 ██████████████████████████████ 11.8M
|
| 154 |
```
|
| 155 |
|
| 156 |
|
|
|
|
| 158 |
|
| 159 |
```
|
| 160 |
2011 ████████████████░░░░░░░░░░░░░░ 737.1K
|
| 161 |
+
2012 ██████████████████████████████ 1.4M
|
| 162 |
```
|
| 163 |
|
| 164 |
|
|
|
|
| 558 |
|
| 559 |
| Table | GitHub Event | Events | % | Description |
|
| 560 |
|-------|-------------|-------:|---:|-------------|
|
| 561 |
+
| `pushes` | PushEvent | 18,460,110 | 47.1% | Git pushes with commits |
|
| 562 |
+
| `issues` | IssuesEvent | 2,090,226 | 5.3% | Issue lifecycle events |
|
| 563 |
+
| `issue_comments` | IssueCommentEvent | 3,012,195 | 7.7% | Comments on issues/PRs |
|
| 564 |
+
| `pull_requests` | PullRequestEvent | 1,598,145 | 4.1% | PR lifecycle events |
|
| 565 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 163,121 | 0.4% | Line-level PR comments |
|
| 566 |
+
| `stars` | WatchEvent | 3,853,074 | 9.8% | Repository stars |
|
| 567 |
+
| `forks` | ForkEvent | 1,228,521 | 3.1% | Repository forks |
|
| 568 |
+
| `creates` | CreateEvent | 6,401,803 | 16.3% | Branch/tag/repo creation |
|
| 569 |
+
| `deletes` | DeleteEvent | 331,444 | 0.8% | Branch/tag deletion |
|
| 570 |
+
| `commit_comments` | CommitCommentEvent | 442,584 | 1.1% | Comments on commits |
|
| 571 |
+
| `wiki_pages` | GollumEvent | 755,636 | 1.9% | Wiki page edits |
|
| 572 |
| `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
|
| 573 |
+
| `public_events` | PublicEvent | 35,272 | 0.1% | Repo made public |
|
| 574 |
|
| 575 |
## How it's built
|
| 576 |
|
data/commit_comments/2012/10/08.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f16ca1e677bc399eea134d47255c6ad77222e1eb8f6c9ca92e87e896dc5d2af0
|
| 3 |
+
size 53407
|
data/creates/2012/10/08.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6cf14d2768c5985dea34d1b5c1fc20a7da1c19536d702dd86b5203c4ee70d3dd
|
| 3 |
+
size 639095
|
data/deletes/2012/10/08.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3e10bb21ffc62ad1f1e5d904213376cba28807247e4a9104810cbfd681714113
|
| 3 |
+
size 30567
|
data/forks/2012/10/08.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b5948941ac25ec06dcfa6c277cb7ad84315846e044b67d3e26ad7dde5e68f42c
|
| 3 |
+
size 141886
|
data/issue_comments/2012/10/08.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e2e9fa1bd7a5b1c6135c9ee285b0024738464dcd4c9106ea5b887278b652b9e2
|
| 3 |
+
size 287175
|
data/issues/2012/10/08.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a60ba24fbc1981c1ecb6a9cb023930f26d8c61e5b69573ad6c465a6f1f331b0e
|
| 3 |
+
size 194356
|
data/public_events/2012/10/08.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2333e4dda2f966068c73e38bf5e72d3a19ca43e47b492d81c66f48330be3c670
|
| 3 |
+
size 7543
|
data/pull_requests/2012/10/08.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6dc7306a556f026cbaefa59e08280d9e3177720aa8da53b09cf95ca5fe370344
|
| 3 |
+
size 954429
|
data/pushes/2012/10/08.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:50592aba8b883efdb0e3ab220a4220a1e38a3ab1e6b932cd94d70dd44e187347
|
| 3 |
+
size 12008537
|
data/stars/2012/10/08.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:67ede6882b736c2e68644743e71b9a338223a367fe2133bc79b97fc672bb4293
|
| 3 |
+
size 285596
|
data/wiki_pages/2012/10/08.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e736c86c1e7c1ce9b43a09dadaa04c9d23f6e55217103536715580c96262a383
|
| 3 |
+
size 163253
|
stats.csv
CHANGED
|
@@ -464,4 +464,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 464 |
2012-10-04,138228,1057,70715,7209,12366,5181,0,1119,11946,5205,17873,943,0,1517,2950,0,147,0,43114186,31.0,14792184,27.9,31.0,27.5
|
| 465 |
2012-10-05,123949,877,63547,6879,10667,4679,0,1222,11028,4490,15788,817,0,1238,2569,0,148,0,38440189,28.0,12739137,44.6,28.0,37.6
|
| 466 |
2012-10-06,86384,566,47501,4076,5975,2353,0,482,7800,3178,11405,437,0,782,1740,0,89,0,25682726,22.8,8702141,34.5,22.8,26.4
|
| 467 |
-
2012-10-07,87933,592,47667,4272,6253,2500,0,540,8729,2986,11408,492,0,701,1718,0,75,0,26403617,27.5,9274202,25.2,27.5,
|
|
|
|
|
|
|
|
|
| 464 |
2012-10-04,138228,1057,70715,7209,12366,5181,0,1119,11946,5205,17873,943,0,1517,2950,0,147,0,43114186,31.0,14792184,27.9,31.0,27.5
|
| 465 |
2012-10-05,123949,877,63547,6879,10667,4679,0,1222,11028,4490,15788,817,0,1238,2569,0,148,0,38440189,28.0,12739137,44.6,28.0,37.6
|
| 466 |
2012-10-06,86384,566,47501,4076,5975,2353,0,482,7800,3178,11405,437,0,782,1740,0,89,0,25682726,22.8,8702141,34.5,22.8,26.4
|
| 467 |
+
2012-10-07,87933,592,47667,4272,6253,2500,0,540,8729,2986,11408,492,0,701,1718,0,75,0,26403617,27.5,9274202,25.2,27.5,30.5
|
| 468 |
+
2012-10-08,140290,1179,72947,7397,12093,5020,0,1293,12597,5164,16886,900,0,1451,3202,0,161,0,43817035,35.1,14765844,23.8,35.1,0.0
|
| 469 |
+
2012-10-09,155951,1205,78572,7753,13013,5521,0,1246,13321,5766,23605,996,0,1701,3108,0,144,0,47189471,38.9,15844053,19.2,38.9,0.0
|