Add 2012-04-02 — 120.6K events, 11 files
Browse files- README.md +28 -28
- data/commit_comments/2012/04/02.parquet +3 -0
- data/creates/2012/04/02.parquet +3 -0
- data/deletes/2012/04/02.parquet +3 -0
- data/forks/2012/04/02.parquet +3 -0
- data/issue_comments/2012/04/02.parquet +3 -0
- data/issues/2012/04/02.parquet +3 -0
- data/public_events/2012/04/02.parquet +3 -0
- data/pull_requests/2012/04/02.parquet +3 -0
- data/pushes/2012/04/02.parquet +3 -0
- data/stars/2012/04/02.parquet +3 -0
- data/wiki_pages/2012/04/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-04-
|
| 65 |
|
| 66 |
We believe this is the most complete and regularly updated structured mirror of public GitHub activity available on Hugging Face. The original 4.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.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,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-27** — 1,
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 312
|
|
@@ -80,23 +80,23 @@ Events from today are captured in near-real-time from the GitHub Events API and
|
|
| 80 |
03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 218
|
| 81 |
04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 210
|
| 82 |
05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 227
|
| 83 |
-
06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 84 |
07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 192
|
| 85 |
-
08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 86 |
09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 299
|
| 87 |
10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 286
|
| 88 |
11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 341
|
| 89 |
-
12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 90 |
-
13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 91 |
-
14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 92 |
-
15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 93 |
-
16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 94 |
17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
|
| 95 |
18:00 ██████████████████████████████ 323.8K
|
| 96 |
19:00 █████████████████████████████░ 316.5K
|
| 97 |
20:00 ████████████████████████████��░ 304.6K
|
| 98 |
21:00 ████████████████████████░░░░░░ 263.8K
|
| 99 |
-
22:00 ██████████████░░░░░░░░░░░░░░░
|
| 100 |
23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 101 |
```
|
| 102 |
|
|
@@ -132,20 +132,20 @@ duckdb.sql("""
|
|
| 132 |
|
| 133 |
```
|
| 134 |
2011 ██████████████████████████████ 14.1M
|
| 135 |
-
2012 ██████████████░░░░░░░░░░░░░░░░
|
| 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 █████████████░░░░░░░░░░░░░░░░░
|
| 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 |
|
|
@@ -169,7 +169,7 @@ duckdb.sql("""
|
|
| 169 |
|
| 170 |
```
|
| 171 |
2011 ██████████████████████████████ 1.4M
|
| 172 |
-
2012 █████████████░░░░░░░░░░░░░░░░░
|
| 173 |
```
|
| 174 |
|
| 175 |
|
|
@@ -553,19 +553,19 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
|
|
| 553 |
|
| 554 |
| Table | GitHub Event | Events | % | Description |
|
| 555 |
|-------|-------------|-------:|---:|-------------|
|
| 556 |
-
| `pushes` | PushEvent | 9,
|
| 557 |
-
| `issues` | IssuesEvent | 1,
|
| 558 |
-
| `issue_comments` | IssueCommentEvent | 1,
|
| 559 |
-
| `pull_requests` | PullRequestEvent | 1,
|
| 560 |
-
| `pr_review_comments` | PullRequestReviewCommentEvent |
|
| 561 |
-
| `stars` | WatchEvent | 2,
|
| 562 |
-
| `forks` | ForkEvent |
|
| 563 |
-
| `creates` | CreateEvent | 3,
|
| 564 |
-
| `deletes` | DeleteEvent |
|
| 565 |
-
| `commit_comments` | CommitCommentEvent |
|
| 566 |
-
| `wiki_pages` | GollumEvent |
|
| 567 |
| `members` | MemberEvent | 102,637 | 0.5% | Collaborator additions |
|
| 568 |
-
| `public_events` | PublicEvent | 18,
|
| 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-04-02** (314 days), totaling **21,134,271 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 4.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.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,497,947 events in 9755 blocks
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 312
|
|
|
|
| 80 |
03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 218
|
| 81 |
04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 210
|
| 82 |
05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 227
|
| 83 |
+
06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 182
|
| 84 |
07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 192
|
| 85 |
+
08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 245
|
| 86 |
09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 299
|
| 87 |
10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 286
|
| 88 |
11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 341
|
| 89 |
+
12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 364
|
| 90 |
+
13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 427
|
| 91 |
+
14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 497
|
| 92 |
+
15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 561
|
| 93 |
+
16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 786
|
| 94 |
17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
|
| 95 |
18:00 ██████████████████████████████ 323.8K
|
| 96 |
19:00 █████████████████████████████░ 316.5K
|
| 97 |
20:00 ████████████████████████████��░ 304.6K
|
| 98 |
21:00 ████████████████████████░░░░░░ 263.8K
|
| 99 |
+
22:00 ███████████████░░░░░░░░░░░░░░░ 162.7K
|
| 100 |
23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 101 |
```
|
| 102 |
|
|
|
|
| 132 |
|
| 133 |
```
|
| 134 |
2011 ██████████████████████████████ 14.1M
|
| 135 |
+
2012 ██████████████░░░░░░░░░░░░░░░░ 7.0M
|
| 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 | 71 | 7,038,127 | 99,128 | 1.9 GB | 790.9 MB | 34m37s | 35m03s | 41m14s |
|
| 142 |
|
| 143 |
|
| 144 |
### Pushes per year
|
| 145 |
|
| 146 |
```
|
| 147 |
2011 ██████████████████████████████ 6.7M
|
| 148 |
+
2012 █████████████░░░░░░░░░░░░░░░░░ 3.0M
|
| 149 |
```
|
| 150 |
|
| 151 |
|
|
|
|
| 153 |
|
| 154 |
```
|
| 155 |
2011 ██████████████████████████████ 737.1K
|
| 156 |
+
2012 ██████████████░░░░░░░░░░░░░░░░ 344.2K
|
| 157 |
```
|
| 158 |
|
| 159 |
|
|
|
|
| 161 |
|
| 162 |
```
|
| 163 |
2011 █████████████████░░░░░░░░░░░░░ 370.9K
|
| 164 |
+
2012 ██████████████████████████████ 646.2K
|
| 165 |
```
|
| 166 |
|
| 167 |
|
|
|
|
| 169 |
|
| 170 |
```
|
| 171 |
2011 ██████████████████████████████ 1.4M
|
| 172 |
+
2012 █████████████░░░░░░░░░░░░░░░░░ 649.2K
|
| 173 |
```
|
| 174 |
|
| 175 |
|
|
|
|
| 553 |
|
| 554 |
| Table | GitHub Event | Events | % | Description |
|
| 555 |
|-------|-------------|-------:|---:|-------------|
|
| 556 |
+
| `pushes` | PushEvent | 9,668,199 | 45.7% | Git pushes with commits |
|
| 557 |
+
| `issues` | IssuesEvent | 1,081,283 | 5.1% | Issue lifecycle events |
|
| 558 |
+
| `issue_comments` | IssueCommentEvent | 1,477,758 | 7.0% | Comments on issues/PRs |
|
| 559 |
+
| `pull_requests` | PullRequestEvent | 1,017,050 | 4.8% | PR lifecycle events |
|
| 560 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 23,561 | 0.1% | Line-level PR comments |
|
| 561 |
+
| `stars` | WatchEvent | 2,067,177 | 9.8% | Repository stars |
|
| 562 |
+
| `forks` | ForkEvent | 595,901 | 2.8% | Repository forks |
|
| 563 |
+
| `creates` | CreateEvent | 3,550,567 | 16.8% | Branch/tag/repo creation |
|
| 564 |
+
| `deletes` | DeleteEvent | 225,183 | 1.1% | Branch/tag deletion |
|
| 565 |
+
| `commit_comments` | CommitCommentEvent | 246,324 | 1.2% | Comments on commits |
|
| 566 |
+
| `wiki_pages` | GollumEvent | 414,345 | 2.0% | Wiki page edits |
|
| 567 |
| `members` | MemberEvent | 102,637 | 0.5% | Collaborator additions |
|
| 568 |
+
| `public_events` | PublicEvent | 18,844 | 0.1% | Repo made public |
|
| 569 |
|
| 570 |
## How it's built
|
| 571 |
|
data/commit_comments/2012/04/02.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5a48a0cade8daec9b10730075e48e98149461819b269012c90fa63517f47a170
|
| 3 |
+
size 41247
|
data/creates/2012/04/02.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:79ef23cca2b990d07d94a4017b3c4e1ac5efc09ad46add08353595e119fe136a
|
| 3 |
+
size 476224
|
data/deletes/2012/04/02.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0ef056bb3ca2c1e9158f31ac850560dc5005590077f4e64685fe499ff2846f8f
|
| 3 |
+
size 20063
|
data/forks/2012/04/02.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b9ba92d44e62a2825521465ec056593d345f988a90aa8635762a9883fe5a79ac
|
| 3 |
+
size 176561
|
data/issue_comments/2012/04/02.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:32b59af2e5af0c42b3f9d2fd11edcaa05fbf78b6dcfb4aea3d8f2be2f27ad8d4
|
| 3 |
+
size 162366
|
data/issues/2012/04/02.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fde40acd4e70ffe5ad893a2f7afd989e324a2c37f2080a53369f2376783434f9
|
| 3 |
+
size 113772
|
data/public_events/2012/04/02.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8b928e9dcfcae0f531cbec24fa43c230d612a9cae3d8f93148adb805f99f7c2e
|
| 3 |
+
size 4898
|
data/pull_requests/2012/04/02.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:84dfe0afaf9569e588173977cd7dfa4e9de4c97aa19bbe2aa6954c627c609691
|
| 3 |
+
size 598666
|
data/pushes/2012/04/02.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:705218e77d25e3b9c722e495f0862e0b0b676ff1f6b534335a87416532b0bcfd
|
| 3 |
+
size 7961865
|
data/stars/2012/04/02.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7b6e5fafaa53778c842c4dbc5b98478f1bcc98a1501b7a7ce9af819c8db0f8b0
|
| 3 |
+
size 183852
|
data/wiki_pages/2012/04/02.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:01ce2f8875fdd00e7d2fd8aa053522fabdd36a8605e912c065848bb018326f3e
|
| 3 |
+
size 110811
|
stats.csv
CHANGED
|
@@ -311,4 +311,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 311 |
2012-03-29,139841,3690,57679,11646,26244,3823,0,891,11780,3780,19472,680,0,1387,1873,0,91,0,33368396,56.0,10372532,21.4,56.0,48.4
|
| 312 |
2012-03-30,110007,3400,50862,6895,9351,3554,0,867,11332,3496,19385,616,0,1168,1927,0,98,0,29371581,48.2,9364094,22.2,48.2,34.5
|
| 313 |
2012-03-31,80027,2534,39031,4213,5528,2097,0,291,7720,2371,15727,445,0,800,1381,0,78,0,21120212,40.5,6567689,26.9,40.5,115.0
|
| 314 |
-
2012-04-01,83839,2519,42564,3520,5128,2162,0,410,8282,2481,16043,432,0,867,1593,0,83,0,22320218,42.4,7206752,21.8,42.4,
|
|
|
|
|
|
| 311 |
2012-03-29,139841,3690,57679,11646,26244,3823,0,891,11780,3780,19472,680,0,1387,1873,0,91,0,33368396,56.0,10372532,21.4,56.0,48.4
|
| 312 |
2012-03-30,110007,3400,50862,6895,9351,3554,0,867,11332,3496,19385,616,0,1168,1927,0,98,0,29371581,48.2,9364094,22.2,48.2,34.5
|
| 313 |
2012-03-31,80027,2534,39031,4213,5528,2097,0,291,7720,2371,15727,445,0,800,1381,0,78,0,21120212,40.5,6567689,26.9,40.5,115.0
|
| 314 |
+
2012-04-01,83839,2519,42564,3520,5128,2162,0,410,8282,2481,16043,432,0,867,1593,0,83,0,22320218,42.4,7206752,21.8,42.4,38.9
|
| 315 |
+
2012-04-02,120592,3844,54425,5642,9112,3659,0,981,11989,8772,21053,703,0,1382,2227,0,120,0,32010536,59.3,9850325,24.3,59.3,0.0
|