Add 2012-09-11 — 136.4K events, 11 files
Browse files- README.md +19 -19
- data/commit_comments/2012/09/11.parquet +3 -0
- data/creates/2012/09/11.parquet +3 -0
- data/deletes/2012/09/11.parquet +3 -0
- data/forks/2012/09/11.parquet +3 -0
- data/issue_comments/2012/09/11.parquet +3 -0
- data/issues/2012/09/11.parquet +3 -0
- data/public_events/2012/09/11.parquet +3 -0
- data/pull_requests/2012/09/11.parquet +3 -0
- data/pushes/2012/09/11.parquet +3 -0
- data/stars/2012/09/11.parquet +3 -0
- data/wiki_pages/2012/09/11.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-09-
|
| 65 |
|
| 66 |
We believe this is the most complete and regularly updated structured mirror of public GitHub activity available on Hugging Face. The original 8.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 3.4 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 ██████████████████████████████ 21.
|
| 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 ██████████████████████████████
|
| 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 | 16,
|
| 562 |
-
| `issues` | IssuesEvent | 1,
|
| 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 | 5,
|
| 569 |
-
| `deletes` | DeleteEvent |
|
| 570 |
-
| `commit_comments` | CommitCommentEvent |
|
| 571 |
-
| `wiki_pages` | GollumEvent |
|
| 572 |
| `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
|
| 573 |
-
| `public_events` | PublicEvent | 31,
|
| 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-09-11** (440 days), totaling **35,653,632 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 8.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 3.4 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** — 71,834 events in 63 blocks
|
| 75 |
|
| 76 |
```
|
| 77 |
+
00:00 ██████████████████████████████ 71.8K
|
| 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 | 71,834 | 63 |
|
| 107 |
|
| 108 |
|
| 109 |
### Live event schema
|
|
|
|
| 137 |
|
| 138 |
```
|
| 139 |
2011 ███████████████████░░░░░░░░░░░ 14.1M
|
| 140 |
+
2012 ██████████████████████████████ 21.6M
|
| 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 | 197 | 21,557,488 | 109,428 | 5.6 GB | 2.0 GB | 1h27m | 2h02m | 1h52m |
|
| 147 |
|
| 148 |
|
| 149 |
### Pushes per year
|
| 150 |
|
| 151 |
```
|
| 152 |
2011 ████████████████████░░░░░░░░░░ 6.7M
|
| 153 |
+
2012 ██████████████████████████████ 10.0M
|
| 154 |
```
|
| 155 |
|
| 156 |
|
|
|
|
| 558 |
|
| 559 |
| Table | GitHub Event | Events | % | Description |
|
| 560 |
|-------|-------------|-------:|---:|-------------|
|
| 561 |
+
| `pushes` | PushEvent | 16,676,189 | 46.8% | Git pushes with commits |
|
| 562 |
+
| `issues` | IssuesEvent | 1,862,417 | 5.2% | Issue lifecycle events |
|
| 563 |
+
| `issue_comments` | IssueCommentEvent | 2,677,162 | 7.5% | Comments on issues/PRs |
|
| 564 |
+
| `pull_requests` | PullRequestEvent | 1,477,824 | 4.1% | PR lifecycle events |
|
| 565 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 132,901 | 0.4% | Line-level PR comments |
|
| 566 |
+
| `stars` | WatchEvent | 3,538,736 | 9.9% | Repository stars |
|
| 567 |
+
| `forks` | ForkEvent | 1,100,538 | 3.1% | Repository forks |
|
| 568 |
+
| `creates` | CreateEvent | 5,930,976 | 16.6% | Branch/tag/repo creation |
|
| 569 |
+
| `deletes` | DeleteEvent | 309,497 | 0.9% | Branch/tag deletion |
|
| 570 |
+
| `commit_comments` | CommitCommentEvent | 406,262 | 1.1% | Comments on commits |
|
| 571 |
+
| `wiki_pages` | GollumEvent | 683,441 | 1.9% | Wiki page edits |
|
| 572 |
| `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
|
| 573 |
+
| `public_events` | PublicEvent | 31,816 | 0.1% | Repo made public |
|
| 574 |
|
| 575 |
## How it's built
|
| 576 |
|
data/commit_comments/2012/09/11.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ade98d80c5b44ebba30cdde701e4280a81a16bc43addaea2a98c81ac325c9bdc
|
| 3 |
+
size 51272
|
data/creates/2012/09/11.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6c3d9ea9c5282c1b027b3b932867117f44b0c6402d5f5e5135feedf9175645a1
|
| 3 |
+
size 544686
|
data/deletes/2012/09/11.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2a1cf8260bda4d07ff551622cdb15456f37952c479be6bef4715c95295642945
|
| 3 |
+
size 31307
|
data/forks/2012/09/11.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c55b852c1cea58962752fa75f62f71b96be0616a97fe87e43e759d312aa6e756
|
| 3 |
+
size 123996
|
data/issue_comments/2012/09/11.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:428c2f66d4b674fbde95bda334836d56a642ccbb921b91a16b2d180377bbf97f
|
| 3 |
+
size 266135
|
data/issues/2012/09/11.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:456e80d425e66e7c695ca63b63c400a4d7322ad053aa7f3f06759e31adaec64e
|
| 3 |
+
size 178763
|
data/public_events/2012/09/11.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:02e5937acccfdc91e4a92b60e3ea01f2fed57924f4e4b6f7e444546cf7ceb785
|
| 3 |
+
size 7204
|
data/pull_requests/2012/09/11.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ecbe4e333a163ae96ebaefec2d0c08c9f5a02b16fd6a8243995b9c6146c2842c
|
| 3 |
+
size 857750
|
data/pushes/2012/09/11.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:30aed3457084dd7ae4627bb8404d6c8695bfc3b9708c96ef1fdc369215da4457
|
| 3 |
+
size 11249358
|
data/stars/2012/09/11.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1be3c0ee07ab64ad2110e9d288af40f1cbaf5930fcd5f4e427c1ff0158d14787
|
| 3 |
+
size 244916
|
data/wiki_pages/2012/09/11.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f8cc0f905bf7356c3e2b4c49776f68704fac4a312804a99b06ae9591ec94d2e1
|
| 3 |
+
size 195339
|
stats.csv
CHANGED
|
@@ -437,4 +437,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 437 |
2012-09-07,118928,733,60456,5927,10514,4376,0,1210,11288,4605,15387,750,0,1177,2403,0,102,0,36041678,70.4,11818865,22.6,70.4,41.3
|
| 438 |
2012-09-08,91473,531,41916,9676,12039,2268,0,491,7959,3093,10296,439,0,843,1843,0,79,0,24213209,48.2,7912908,23.3,48.2,29.1
|
| 439 |
2012-09-09,94348,494,49309,5118,8181,2620,0,583,8921,3401,11883,631,0,999,2120,0,88,0,27142686,49.0,9250671,20.8,49.0,44.7
|
| 440 |
-
2012-09-10,134856,892,66765,8134,12298,4797,0,1364,14476,5077,15886,911,0,1618,2512,0,126,0,40611187,71.5,13599972,22.2,71.5,
|
|
|
|
|
|
| 437 |
2012-09-07,118928,733,60456,5927,10514,4376,0,1210,11288,4605,15387,750,0,1177,2403,0,102,0,36041678,70.4,11818865,22.6,70.4,41.3
|
| 438 |
2012-09-08,91473,531,41916,9676,12039,2268,0,491,7959,3093,10296,439,0,843,1843,0,79,0,24213209,48.2,7912908,23.3,48.2,29.1
|
| 439 |
2012-09-09,94348,494,49309,5118,8181,2620,0,583,8921,3401,11883,631,0,999,2120,0,88,0,27142686,49.0,9250671,20.8,49.0,44.7
|
| 440 |
+
2012-09-10,134856,892,66765,8134,12298,4797,0,1364,14476,5077,15886,911,0,1618,2512,0,126,0,40611187,71.5,13599972,22.2,71.5,55.7
|
| 441 |
+
2012-09-11,136399,995,67697,8765,14013,4929,0,1318,12782,5076,15524,859,0,1503,2777,0,161,0,40646145,69.7,13750726,24.7,69.7,0.0
|