Add 2012-02-22 — 145.3K events, 11 files
Browse files- README.md +24 -24
- data/commit_comments/2012/02/22.parquet +3 -0
- data/creates/2012/02/22.parquet +3 -0
- data/deletes/2012/02/22.parquet +3 -0
- data/forks/2012/02/22.parquet +3 -0
- data/issues/2012/02/22.parquet +3 -0
- data/members/2012/02/22.parquet +3 -0
- data/public_events/2012/02/22.parquet +3 -0
- data/pull_requests/2012/02/22.parquet +3 -0
- data/pushes/2012/02/22.parquet +3 -0
- data/stars/2012/02/22.parquet +3 -0
- data/wiki_pages/2012/02/22.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-02-
|
| 65 |
|
| 66 |
We believe this is the most complete and regularly updated structured mirror of public GitHub activity available on Hugging Face. The original 3.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.8 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,21 +71,21 @@ 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 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 265
|
| 79 |
02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 233
|
| 80 |
03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 206
|
| 81 |
-
04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 82 |
05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 210
|
| 83 |
06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 166
|
| 84 |
07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 180
|
| 85 |
08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 221
|
| 86 |
09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 284
|
| 87 |
10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 268
|
| 88 |
-
11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 89 |
12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 343
|
| 90 |
13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 403
|
| 91 |
14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 462
|
|
@@ -96,7 +96,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
|
|
| 96 |
19:00 █████████████████████████████░ 316.4K
|
| 97 |
20:00 ████████████████████████████░░ 304.5K
|
| 98 |
21:00 ████████████████████████░░░░░░ 263.7K
|
| 99 |
-
22:00 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 100 |
23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 101 |
```
|
| 102 |
|
|
@@ -132,13 +132,13 @@ duckdb.sql("""
|
|
| 132 |
|
| 133 |
```
|
| 134 |
2011 ██████████████████████████████ 14.1M
|
| 135 |
-
2012 ███████░░░░░░░░░░░░░░░░░░░░░░░ 3.
|
| 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
|
|
@@ -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 | 8,
|
| 557 |
-
| `issues` | IssuesEvent |
|
| 558 |
-
| `issue_comments` | IssueCommentEvent | 1,
|
| 559 |
-
| `pull_requests` | PullRequestEvent |
|
| 560 |
-
| `pr_review_comments` | PullRequestReviewCommentEvent |
|
| 561 |
-
| `stars` | WatchEvent | 1,
|
| 562 |
-
| `forks` | ForkEvent |
|
| 563 |
-
| `creates` | CreateEvent | 2,
|
| 564 |
-
| `deletes` | DeleteEvent |
|
| 565 |
-
| `commit_comments` | CommitCommentEvent |
|
| 566 |
-
| `wiki_pages` | GollumEvent |
|
| 567 |
-
| `members` | MemberEvent | 93,
|
| 568 |
-
| `public_events` | PublicEvent | 15,
|
| 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-02-22** (284 days), totaling **17,613,457 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 3.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.8 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,376,092 events in 8962 blocks
|
| 75 |
|
| 76 |
```
|
| 77 |
+
00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 287
|
| 78 |
01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 265
|
| 79 |
02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 233
|
| 80 |
03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 206
|
| 81 |
+
04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 195
|
| 82 |
05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 210
|
| 83 |
06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 166
|
| 84 |
07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 180
|
| 85 |
08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 221
|
| 86 |
09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 284
|
| 87 |
10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 268
|
| 88 |
+
11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 322
|
| 89 |
12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 343
|
| 90 |
13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 403
|
| 91 |
14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 462
|
|
|
|
| 96 |
19:00 █████████████████████████████░ 316.4K
|
| 97 |
20:00 ████████████████████████████░░ 304.5K
|
| 98 |
21:00 ████████████████████████░░░░░░ 263.7K
|
| 99 |
+
22:00 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 41.5K
|
| 100 |
23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 101 |
```
|
| 102 |
|
|
|
|
| 132 |
|
| 133 |
```
|
| 134 |
2011 ██████████████████████████████ 14.1M
|
| 135 |
+
2012 ███████░░░░░░░░░░░░░░░░░░░░░░░ 3.5M
|
| 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 | 41 | 3,517,313 | 85,788 | 918.6 MB | 430.1 MB | 18m52s | 17m50s | 22m48s |
|
| 142 |
|
| 143 |
|
| 144 |
### Pushes per year
|
|
|
|
| 153 |
|
| 154 |
```
|
| 155 |
2011 ██████████████████████████████ 737.1K
|
| 156 |
+
2012 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 167.4K
|
| 157 |
```
|
| 158 |
|
| 159 |
|
|
|
|
| 161 |
|
| 162 |
```
|
| 163 |
2011 ██████████████████████████████ 370.9K
|
| 164 |
+
2012 ████████████████░░░░░░░░░░░░░░ 205.0K
|
| 165 |
```
|
| 166 |
|
| 167 |
|
|
|
|
| 169 |
|
| 170 |
```
|
| 171 |
2011 ██████████████████████████████ 1.4M
|
| 172 |
+
2012 ███████░░░░░░░░░░░░░░░░░░░░░░░ 342.7K
|
| 173 |
```
|
| 174 |
|
| 175 |
|
|
|
|
| 553 |
|
| 554 |
| Table | GitHub Event | Events | % | Description |
|
| 555 |
|-------|-------------|-------:|---:|-------------|
|
| 556 |
+
| `pushes` | PushEvent | 8,222,121 | 46.7% | Git pushes with commits |
|
| 557 |
+
| `issues` | IssuesEvent | 904,473 | 5.1% | Issue lifecycle events |
|
| 558 |
+
| `issue_comments` | IssueCommentEvent | 1,181,177 | 6.7% | Comments on issues/PRs |
|
| 559 |
+
| `pull_requests` | PullRequestEvent | 575,902 | 3.3% | PR lifecycle events |
|
| 560 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 3,174 | 0.0% | Line-level PR comments |
|
| 561 |
+
| `stars` | WatchEvent | 1,760,728 | 10.0% | Repository stars |
|
| 562 |
+
| `forks` | ForkEvent | 494,430 | 2.8% | Repository forks |
|
| 563 |
+
| `creates` | CreateEvent | 2,955,122 | 16.8% | Branch/tag/repo creation |
|
| 564 |
+
| `deletes` | DeleteEvent | 200,725 | 1.1% | Branch/tag deletion |
|
| 565 |
+
| `commit_comments` | CommitCommentEvent | 210,935 | 1.2% | Comments on commits |
|
| 566 |
+
| `wiki_pages` | GollumEvent | 355,279 | 2.0% | Wiki page edits |
|
| 567 |
+
| `members` | MemberEvent | 93,931 | 0.5% | Collaborator additions |
|
| 568 |
+
| `public_events` | PublicEvent | 15,854 | 0.1% | Repo made public |
|
| 569 |
|
| 570 |
## How it's built
|
| 571 |
|
data/commit_comments/2012/02/22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:652a49a087f3206983d60805ed9747cdefed33194a73fcc4644c35649fb40d3c
|
| 3 |
+
size 195345
|
data/creates/2012/02/22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fb8a23d483a97ce55c81164e60500fe9ce8c015d661626145f288b5216a3c241
|
| 3 |
+
size 621174
|
data/deletes/2012/02/22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9d9a82393604cd46cd4584e3401e7cd39ef0485c205268bbd16de3da63c43fad
|
| 3 |
+
size 44018
|
data/forks/2012/02/22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:de201b04415012c43ceb6963d32a82b509c28f5133603a9f8421f34d177f633f
|
| 3 |
+
size 363424
|
data/issues/2012/02/22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:16519460a62187a9b6b4b213d908af605c1948e00893945e0fd2165aafc0746e
|
| 3 |
+
size 1262723
|
data/members/2012/02/22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7fb6b220890a0e998b8d6d219607f9f155b3f07a11e3d2a59c04a78b61f0fbde
|
| 3 |
+
size 27431
|
data/public_events/2012/02/22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:39ef12da9d2c48ba80e63508465bea95307e555cdfbb4e5d161bf8818f7a75ea
|
| 3 |
+
size 6956
|
data/pull_requests/2012/02/22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:53e6115c1f44869ce1aa0b33ee1dbe444d22ba0fc9bb6faf6dbb3909fd80e317
|
| 3 |
+
size 3423395
|
data/pushes/2012/02/22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:84510092f4a026c3c27d1b86ef7a8a6de43c303427172f55e27276bd6f6378f4
|
| 3 |
+
size 12133864
|
data/stars/2012/02/22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f272fc2939496614b4d79f53ccb08a2cc8c0077baae038aedabd974c88313a58
|
| 3 |
+
size 349262
|
data/wiki_pages/2012/02/22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec960783b73454bca899b19f85d84448cefbab2e702e8c6c2acdebef25e1ca6d
|
| 3 |
+
size 199796
|
stats.csv
CHANGED
|
@@ -281,4 +281,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 281 |
2012-02-18,96090,0,32991,3214,4847,20964,0,223,6822,2096,21570,527,0,651,1739,375,71,0,30093950,24.3,10683624,30.9,24.3,29.7
|
| 282 |
2012-02-19,97314,0,38618,3451,5213,17933,0,288,7463,2116,18617,640,0,707,1788,380,100,0,30842576,24.3,11858980,23.2,24.3,36.4
|
| 283 |
2012-02-20,106293,0,40708,4649,6664,19749,0,361,8433,2422,19125,873,0,906,1831,481,91,0,33501533,23.8,13311814,22.8,23.8,29.6
|
| 284 |
-
2012-02-21,134873,0,50271,6095,9925,26398,0,657,10832,3250,22382,1060,0,1186,2109,590,118,0,43643652,27.4,16886281,48.4,27.4,
|
|
|
|
|
|
| 281 |
2012-02-18,96090,0,32991,3214,4847,20964,0,223,6822,2096,21570,527,0,651,1739,375,71,0,30093950,24.3,10683624,30.9,24.3,29.7
|
| 282 |
2012-02-19,97314,0,38618,3451,5213,17933,0,288,7463,2116,18617,640,0,707,1788,380,100,0,30842576,24.3,11858980,23.2,24.3,36.4
|
| 283 |
2012-02-20,106293,0,40708,4649,6664,19749,0,361,8433,2422,19125,873,0,906,1831,481,91,0,33501533,23.8,13311814,22.8,23.8,29.6
|
| 284 |
+
2012-02-21,134873,0,50271,6095,9925,26398,0,657,10832,3250,22382,1060,0,1186,2109,590,118,0,43643652,27.4,16886281,48.4,27.4,33.3
|
| 285 |
+
2012-02-22,145291,0,55257,5910,10207,29270,0,653,12027,3821,22310,1380,0,1301,2451,595,109,0,48190956,27.3,18627388,41.0,27.3,0.0
|