Add 2012-08-02 — 127.4K events, 11 files
Browse files- README.md +23 -23
- data/commit_comments/2012/08/02.parquet +3 -0
- data/creates/2012/08/02.parquet +3 -0
- data/deletes/2012/08/02.parquet +3 -0
- data/forks/2012/08/02.parquet +3 -0
- data/issue_comments/2012/08/02.parquet +3 -0
- data/issues/2012/08/02.parquet +3 -0
- data/public_events/2012/08/02.parquet +3 -0
- data/pull_requests/2012/08/02.parquet +3 -0
- data/pushes/2012/08/02.parquet +3 -0
- data/stars/2012/08/02.parquet +3 -0
- data/wiki_pages/2012/08/02.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-08-
|
| 65 |
|
| 66 |
We believe this is the most complete and regularly updated structured mirror of public GitHub activity available on Hugging Face. The original 7.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 3.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 |
|
|
@@ -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-27** — 1,
|
| 75 |
|
| 76 |
```
|
| 77 |
-
00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 78 |
01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 358
|
| 79 |
02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 302
|
| 80 |
03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 281
|
|
@@ -89,15 +89,15 @@ Events from today are captured in near-real-time from the GitHub Events API and
|
|
| 89 |
12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 414
|
| 90 |
13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 490
|
| 91 |
14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 586
|
| 92 |
-
15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 93 |
-
16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 94 |
17:00 ███████████░░░░░░░░░░░░░░░░░░░ 121.0K
|
| 95 |
18:00 ██████████████████████████████ 323.9K
|
| 96 |
19:00 █████████████████████████████░ 316.6K
|
| 97 |
20:00 ████████████████████████████░░ 304.7K
|
| 98 |
21:00 ████████████████████████░░░░░░ 264.1K
|
| 99 |
22:00 █████████████████████████░░░░░ 273.4K
|
| 100 |
-
23:00 ███████████████████░░░░░░░░░░░
|
| 101 |
```
|
| 102 |
|
| 103 |
|
|
@@ -132,20 +132,20 @@ duckdb.sql("""
|
|
| 132 |
|
| 133 |
```
|
| 134 |
2011 ███████████████████████░░░░░░░ 14.1M
|
| 135 |
-
2012 ██████████████████████████████ 18.
|
| 136 |
```
|
| 137 |
|
| 138 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
| 139 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 140 |
| 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
|
| 141 |
-
| 2012 |
|
| 142 |
|
| 143 |
|
| 144 |
### Pushes per year
|
| 145 |
|
| 146 |
```
|
| 147 |
2011 ████████████████████████░░░░░░ 6.7M
|
| 148 |
-
2012 ██████████████████████████████ 8.
|
| 149 |
```
|
| 150 |
|
| 151 |
|
|
@@ -153,7 +153,7 @@ duckdb.sql("""
|
|
| 153 |
|
| 154 |
```
|
| 155 |
2011 ███████████████████████░░░░░░░ 737.1K
|
| 156 |
-
2012 ██████████████████████████████
|
| 157 |
```
|
| 158 |
|
| 159 |
|
|
@@ -161,7 +161,7 @@ duckdb.sql("""
|
|
| 161 |
|
| 162 |
```
|
| 163 |
2011 ███████████░░░░░░░░░░░░░░░░░░░ 370.9K
|
| 164 |
-
2012 ██████████████████████████████
|
| 165 |
```
|
| 166 |
|
| 167 |
|
|
@@ -553,19 +553,19 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
|
|
| 553 |
|
| 554 |
| Table | GitHub Event | Events | % | Description |
|
| 555 |
|-------|-------------|-------:|---:|-------------|
|
| 556 |
-
| `pushes` | PushEvent | 14,
|
| 557 |
-
| `issues` | IssuesEvent | 1,
|
| 558 |
-
| `issue_comments` | IssueCommentEvent | 2,
|
| 559 |
-
| `pull_requests` | PullRequestEvent | 1,
|
| 560 |
-
| `pr_review_comments` | PullRequestReviewCommentEvent |
|
| 561 |
-
| `stars` | WatchEvent | 3,
|
| 562 |
-
| `forks` | ForkEvent |
|
| 563 |
-
| `creates` | CreateEvent | 5,
|
| 564 |
-
| `deletes` | DeleteEvent |
|
| 565 |
-
| `commit_comments` | CommitCommentEvent |
|
| 566 |
-
| `wiki_pages` | GollumEvent |
|
| 567 |
| `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
|
| 568 |
-
| `public_events` | PublicEvent | 28,
|
| 569 |
|
| 570 |
## How it's built
|
| 571 |
|
|
|
|
| 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-08-02** (412 days), totaling **32,412,710 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 7.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 3.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 |
|
|
|
|
| 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-27** — 1,821,243 events in 11992 blocks
|
| 75 |
|
| 76 |
```
|
| 77 |
+
00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 379
|
| 78 |
01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 358
|
| 79 |
02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 302
|
| 80 |
03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 281
|
|
|
|
| 89 |
12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 414
|
| 90 |
13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 490
|
| 91 |
14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 586
|
| 92 |
+
15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 638
|
| 93 |
+
16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 897
|
| 94 |
17:00 ███████████░░░░░░░░░░░░░░░░░░░ 121.0K
|
| 95 |
18:00 ██████████████████████████████ 323.9K
|
| 96 |
19:00 █████████████████████████████░ 316.6K
|
| 97 |
20:00 ████████████████████████████░░ 304.7K
|
| 98 |
21:00 ████████████████████████░░░░░░ 264.1K
|
| 99 |
22:00 █████████████████████████░░░░░ 273.4K
|
| 100 |
+
23:00 ███████████████████░░░░░░░░░░░ 210.9K
|
| 101 |
```
|
| 102 |
|
| 103 |
|
|
|
|
| 132 |
|
| 133 |
```
|
| 134 |
2011 ███████████████████████░░░░░░░ 14.1M
|
| 135 |
+
2012 ██████████████████████████████ 18.3M
|
| 136 |
```
|
| 137 |
|
| 138 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
| 139 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 140 |
| 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
|
| 141 |
+
| 2012 | 169 | 18,316,566 | 108,382 | 4.7 GB | 1.7 GB | 1h15m | 1h46m | 1h36m |
|
| 142 |
|
| 143 |
|
| 144 |
### Pushes per year
|
| 145 |
|
| 146 |
```
|
| 147 |
2011 ████████████████████████░░░░░░ 6.7M
|
| 148 |
+
2012 ██████████████████████████████ 8.3M
|
| 149 |
```
|
| 150 |
|
| 151 |
|
|
|
|
| 153 |
|
| 154 |
```
|
| 155 |
2011 ███████████████████████░░░░░░░ 737.1K
|
| 156 |
+
2012 ██████████████████████████████ 945.1K
|
| 157 |
```
|
| 158 |
|
| 159 |
|
|
|
|
| 161 |
|
| 162 |
```
|
| 163 |
2011 ███████████░░░░░░░░░░░░░░░░░░░ 370.9K
|
| 164 |
+
2012 ██████████████████████████████ 998.8K
|
| 165 |
```
|
| 166 |
|
| 167 |
|
|
|
|
| 553 |
|
| 554 |
| Table | GitHub Event | Events | % | Description |
|
| 555 |
|-------|-------------|-------:|---:|-------------|
|
| 556 |
+
| `pushes` | PushEvent | 14,983,937 | 46.2% | Git pushes with commits |
|
| 557 |
+
| `issues` | IssuesEvent | 1,682,180 | 5.2% | Issue lifecycle events |
|
| 558 |
+
| `issue_comments` | IssueCommentEvent | 2,387,506 | 7.4% | Comments on issues/PRs |
|
| 559 |
+
| `pull_requests` | PullRequestEvent | 1,369,633 | 4.2% | PR lifecycle events |
|
| 560 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 105,896 | 0.3% | Line-level PR comments |
|
| 561 |
+
| `stars` | WatchEvent | 3,230,055 | 10.0% | Repository stars |
|
| 562 |
+
| `forks` | ForkEvent | 979,982 | 3.0% | Repository forks |
|
| 563 |
+
| `creates` | CreateEvent | 5,558,823 | 17.2% | Branch/tag/repo creation |
|
| 564 |
+
| `deletes` | DeleteEvent | 289,428 | 0.9% | Branch/tag deletion |
|
| 565 |
+
| `commit_comments` | CommitCommentEvent | 370,471 | 1.1% | Comments on commits |
|
| 566 |
+
| `wiki_pages` | GollumEvent | 618,515 | 1.9% | Wiki page edits |
|
| 567 |
| `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
|
| 568 |
+
| `public_events` | PublicEvent | 28,947 | 0.1% | Repo made public |
|
| 569 |
|
| 570 |
## How it's built
|
| 571 |
|
data/commit_comments/2012/08/02.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4ecff30fb6ed9b9c46d17d7368c0c84bfb487fecec942ecb14acddfbe42d5829
|
| 3 |
+
size 53168
|
data/creates/2012/08/02.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7cd0869571c0555826424d0fb4c1b1649820b53d8cfa179f6862ab8a99e087fd
|
| 3 |
+
size 486892
|
data/deletes/2012/08/02.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:561824d01ab1fa84b51dd9efc7e348aa9bf78c9e33644120e39410f3c8ba1891
|
| 3 |
+
size 25294
|
data/forks/2012/08/02.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:20490800a984c31cccd4c17c4baea9127d12a3aaa13ce82f9d2066f9ac885dcd
|
| 3 |
+
size 111323
|
data/issue_comments/2012/08/02.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5cc139fd02dcd3220d6f99d3b07ab9ea9d7dab52e9ed4a0b915678c2049f8b47
|
| 3 |
+
size 216288
|
data/issues/2012/08/02.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2a424fd5cf6e375346a5a2ab2a04a48272c707a49103c0249a1b9ad19fd81f16
|
| 3 |
+
size 144335
|
data/public_events/2012/08/02.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:920c18468ada92a9589dbc416fe8452fe65b151f7b0dd8d1fd5d2dc504fcbe5a
|
| 3 |
+
size 6577
|
data/pull_requests/2012/08/02.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c56efb6776c9f02b589a049922195014de57d7002b04b013a2bd88aa0741c871
|
| 3 |
+
size 783197
|
data/pushes/2012/08/02.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0d67815a148be0b22ed26c2fa96c154c60d5a6f6684761c3a0878c7edd04d6d5
|
| 3 |
+
size 10524052
|
data/stars/2012/08/02.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a0edc61313c9833345f19e381ad0b49027fbf77df3bc7842b813a6ebd70bae3f
|
| 3 |
+
size 263275
|
data/wiki_pages/2012/08/02.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b1c1ce6b0e0b9559189f0c7e012a636cdf6b1225b18ef179f085a957c947129a
|
| 3 |
+
size 173300
|
stats.csv
CHANGED
|
@@ -409,4 +409,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 409 |
2012-07-29,81199,486,42938,3895,5737,2308,0,493,9272,3034,9574,443,0,888,2071,0,60,0,23630526,20.0,7840065,19.3,20.0,25.5
|
| 410 |
2012-07-30,123700,896,61435,6744,10765,4531,0,1265,13560,4600,15068,772,0,1423,2521,0,120,0,37103312,32.4,12215061,39.0,32.4,28.8
|
| 411 |
2012-07-31,121852,699,60106,6544,10352,4451,0,1332,14298,4636,14812,776,0,1399,2353,0,94,0,36440246,33.5,12244525,33.1,33.5,33.6
|
| 412 |
-
2012-08-01,123867,956,61863,7067,10376,4641,0,1122,14095,4631,14394,789,0,1286,2536,0,111,0,37256393,32.6,12161468,30.8,32.6,
|
|
|
|
|
|
| 409 |
2012-07-29,81199,486,42938,3895,5737,2308,0,493,9272,3034,9574,443,0,888,2071,0,60,0,23630526,20.0,7840065,19.3,20.0,25.5
|
| 410 |
2012-07-30,123700,896,61435,6744,10765,4531,0,1265,13560,4600,15068,772,0,1423,2521,0,120,0,37103312,32.4,12215061,39.0,32.4,28.8
|
| 411 |
2012-07-31,121852,699,60106,6544,10352,4451,0,1332,14298,4636,14812,776,0,1399,2353,0,94,0,36440246,33.5,12244525,33.1,33.5,33.6
|
| 412 |
+
2012-08-01,123867,956,61863,7067,10376,4641,0,1122,14095,4631,14394,789,0,1286,2536,0,111,0,37256393,32.6,12161468,30.8,32.6,28.6
|
| 413 |
+
2012-08-02,127408,843,67355,6009,9929,4368,0,1144,13613,4423,15012,745,0,1350,2468,0,149,0,37480292,18.8,12787701,34.3,18.8,0.0
|