Add 2012-02-04 — 66.2K events, 11 files
Browse files- README.md +24 -24
- data/commit_comments/2012/02/04.parquet +3 -0
- data/creates/2012/02/04.parquet +3 -0
- data/deletes/2012/02/04.parquet +3 -0
- data/forks/2012/02/04.parquet +3 -0
- data/issues/2012/02/04.parquet +3 -0
- data/members/2012/02/04.parquet +3 -0
- data/public_events/2012/02/04.parquet +3 -0
- data/pull_requests/2012/02/04.parquet +3 -0
- data/pushes/2012/02/04.parquet +3 -0
- data/stars/2012/02/04.parquet +3 -0
- data/wiki_pages/2012/02/04.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.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.6 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 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 278
|
|
@@ -79,23 +79,23 @@ Events from today are captured in near-real-time from the GitHub Events API and
|
|
| 79 |
02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 224
|
| 80 |
03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 199
|
| 81 |
04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 190
|
| 82 |
-
05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 83 |
06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 163
|
| 84 |
-
07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 85 |
08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 210
|
| 86 |
-
09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 87 |
10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 265
|
| 88 |
11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 307
|
| 89 |
12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 335
|
| 90 |
13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 390
|
| 91 |
14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 447
|
| 92 |
15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 521
|
| 93 |
-
16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 94 |
17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.8K
|
| 95 |
18:00 ██████████████████████████████ 323.7K
|
| 96 |
19:00 █████████████████████████████░ 316.4K
|
| 97 |
20:00 ████████████████████████████░░ 304.5K
|
| 98 |
-
21:00 ███████████████████████░░░░░░
|
| 99 |
22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 100 |
23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 101 |
```
|
|
@@ -138,14 +138,14 @@ duckdb.sql("""
|
|
| 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,18 +553,18 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
|
|
| 553 |
|
| 554 |
| Table | GitHub Event | Events | % | Description |
|
| 555 |
|-------|-------------|-------:|---:|-------------|
|
| 556 |
-
| `pushes` | PushEvent | 7,
|
| 557 |
-
| `issues` | IssuesEvent |
|
| 558 |
-
| `issue_comments` | IssueCommentEvent | 1,
|
| 559 |
-
| `pull_requests` | PullRequestEvent |
|
| 560 |
-
| `stars` | WatchEvent | 1,
|
| 561 |
-
| `forks` | ForkEvent |
|
| 562 |
-
| `creates` | CreateEvent | 2,
|
| 563 |
-
| `deletes` | DeleteEvent | 184,
|
| 564 |
-
| `commit_comments` | CommitCommentEvent |
|
| 565 |
-
| `wiki_pages` | GollumEvent |
|
| 566 |
-
| `members` | MemberEvent |
|
| 567 |
-
| `public_events` | PublicEvent | 14,
|
| 568 |
|
| 569 |
## How it's built
|
| 570 |
|
|
|
|
| 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-04** (266 days), totaling **15,945,504 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.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.6 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,328,339 events in 8582 blocks
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 278
|
|
|
|
| 79 |
02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 224
|
| 80 |
03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 199
|
| 81 |
04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 190
|
| 82 |
+
05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 206
|
| 83 |
06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 163
|
| 84 |
+
07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 166
|
| 85 |
08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 210
|
| 86 |
+
09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 275
|
| 87 |
10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 265
|
| 88 |
11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 307
|
| 89 |
12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 335
|
| 90 |
13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 390
|
| 91 |
14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 447
|
| 92 |
15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 521
|
| 93 |
+
16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 719
|
| 94 |
17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.8K
|
| 95 |
18:00 ██████████████████████████████ 323.7K
|
| 96 |
19:00 █████████████████████████████░ 316.4K
|
| 97 |
20:00 ████████████████████████████░░ 304.5K
|
| 98 |
+
21:00 ███████████████████████░░░��░░░ 257.8K
|
| 99 |
22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 100 |
23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 101 |
```
|
|
|
|
| 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 | 23 | 1,849,360 | 80,406 | 463.5 MB | 226.8 MB | 8m42s | 10m25s | 12m14s |
|
| 142 |
|
| 143 |
|
| 144 |
### Pushes per year
|
| 145 |
|
| 146 |
```
|
| 147 |
2011 ██████████████████████████████ 6.7M
|
| 148 |
+
2012 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 836.6K
|
| 149 |
```
|
| 150 |
|
| 151 |
|
|
|
|
| 153 |
|
| 154 |
```
|
| 155 |
2011 ██████████████████████████████ 737.1K
|
| 156 |
+
2012 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 90.4K
|
| 157 |
```
|
| 158 |
|
| 159 |
|
|
|
|
| 161 |
|
| 162 |
```
|
| 163 |
2011 ██████████████████████████████ 370.9K
|
| 164 |
+
2012 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 52.3K
|
| 165 |
```
|
| 166 |
|
| 167 |
|
|
|
|
| 169 |
|
| 170 |
```
|
| 171 |
2011 ██████████████████████████████ 1.4M
|
| 172 |
+
2012 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 186.6K
|
| 173 |
```
|
| 174 |
|
| 175 |
|
|
|
|
| 553 |
|
| 554 |
| Table | GitHub Event | Events | % | Description |
|
| 555 |
|-------|-------------|-------:|---:|-------------|
|
| 556 |
+
| `pushes` | PushEvent | 7,511,522 | 47.1% | Git pushes with commits |
|
| 557 |
+
| `issues` | IssuesEvent | 827,463 | 5.2% | Issue lifecycle events |
|
| 558 |
+
| `issue_comments` | IssueCommentEvent | 1,066,166 | 6.7% | Comments on issues/PRs |
|
| 559 |
+
| `pull_requests` | PullRequestEvent | 423,203 | 2.7% | PR lifecycle events |
|
| 560 |
+
| `stars` | WatchEvent | 1,604,579 | 10.1% | Repository stars |
|
| 561 |
+
| `forks` | ForkEvent | 449,969 | 2.8% | Repository forks |
|
| 562 |
+
| `creates` | CreateEvent | 2,620,934 | 16.4% | Branch/tag/repo creation |
|
| 563 |
+
| `deletes` | DeleteEvent | 184,778 | 1.2% | Branch/tag deletion |
|
| 564 |
+
| `commit_comments` | CommitCommentEvent | 194,604 | 1.2% | Comments on commits |
|
| 565 |
+
| `wiki_pages` | GollumEvent | 322,078 | 2.0% | Wiki page edits |
|
| 566 |
+
| `members` | MemberEvent | 86,255 | 0.5% | Collaborator additions |
|
| 567 |
+
| `public_events` | PublicEvent | 14,347 | 0.1% | Repo made public |
|
| 568 |
|
| 569 |
## How it's built
|
| 570 |
|
data/commit_comments/2012/02/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1c55313b34723718bcaa05f7e0ad5dcd9a266d707f31875d64367ce02faff9de
|
| 3 |
+
size 107005
|
data/creates/2012/02/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bd47f1cf19ee6493b86e510985270f6b872e9f6b410d0d0031cb6ebd75af97ba
|
| 3 |
+
size 373091
|
data/deletes/2012/02/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6fd45a93bb0e84ed783ec8f429c6ded82dfbfe35755cff241f12a16e5e5164f6
|
| 3 |
+
size 21285
|
data/forks/2012/02/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5d7aea65c886dd3a8a30d935745ce2a63b55c884da3a7fa254b31d6c71f0dea4
|
| 3 |
+
size 186039
|
data/issues/2012/02/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d8ee92ebdc65bee0ced8a3115937d3f83cd83ed5a02396a3ef09ac90e12d290c
|
| 3 |
+
size 619679
|
data/members/2012/02/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fe18d1b182539dec58616ade0b66ee70f9dc5010e13c99b5b2f67b2409a9105b
|
| 3 |
+
size 17614
|
data/public_events/2012/02/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:43efc105a2f232e79f605609008cbe6afd7f5e7058eb4020fde027e58e2cfa9a
|
| 3 |
+
size 4488
|
data/pull_requests/2012/02/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2a46e1ae8493cc8b4d8ec762c3496ad462981c977da1f9246dd0facff85c470a
|
| 3 |
+
size 294329
|
data/pushes/2012/02/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2bd5b864c7c692af42c62d83ff3d7ae58c9a55c96d6f02cba9f529641f6468b6
|
| 3 |
+
size 6343890
|
data/stars/2012/02/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:41de19c374f5586a53d339d32b71a60f66a8e10c98bf2e2b157bbf65599b4e18
|
| 3 |
+
size 189843
|
data/wiki_pages/2012/02/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:327a792233e56ff4ef8b1150da924ab62293d0d41919bf5e631e1acac2409c3a
|
| 3 |
+
size 88843
|
stats.csv
CHANGED
|
@@ -263,4 +263,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 263 |
2012-01-31,107809,0,49406,5603,8726,3167,0,0,11005,3166,21339,968,0,1303,2513,486,127,0,29725687,50.2,14091243,21.2,50.2,31.7
|
| 264 |
2012-02-01,99067,0,47144,4966,7751,3282,0,0,11988,3314,15957,999,0,1178,1920,471,97,0,27890138,51.0,13175749,38.1,51.0,29.4
|
| 265 |
2012-02-02,91095,0,41920,4523,6987,2970,0,0,8843,2488,19155,947,0,893,1822,465,82,0,24908329,42.2,11808271,22.2,42.2,24.3
|
| 266 |
-
2012-02-03,93420,0,41711,4800,6851,2747,0,0,9207,2643,20904,923,0,1027,2076,447,84,0,24713660,40.5,11892115,18.9,40.6,
|
|
|
|
|
|
| 263 |
2012-01-31,107809,0,49406,5603,8726,3167,0,0,11005,3166,21339,968,0,1303,2513,486,127,0,29725687,50.2,14091243,21.2,50.2,31.7
|
| 264 |
2012-02-01,99067,0,47144,4966,7751,3282,0,0,11988,3314,15957,999,0,1178,1920,471,97,0,27890138,51.0,13175749,38.1,51.0,29.4
|
| 265 |
2012-02-02,91095,0,41920,4523,6987,2970,0,0,8843,2488,19155,947,0,893,1822,465,82,0,24908329,42.2,11808271,22.2,42.2,24.3
|
| 266 |
+
2012-02-03,93420,0,41711,4800,6851,2747,0,0,9207,2643,20904,923,0,1027,2076,447,84,0,24713660,40.5,11892115,18.9,40.6,32.0
|
| 267 |
+
2012-02-04,66194,0,29319,2882,4231,1541,0,0,6366,2004,16757,561,0,677,1450,360,46,0,16095410,27.5,8246106,27.0,27.5,0.0
|