Add 2012-01-04 — 70.3K events, 11 files
Browse files- README.md +28 -28
- data/commit_comments/2012/01/04.parquet +3 -0
- data/creates/2012/01/04.parquet +3 -0
- data/deletes/2012/01/04.parquet +3 -0
- data/forks/2012/01/04.parquet +3 -0
- data/issues/2012/01/04.parquet +3 -0
- data/members/2012/01/04.parquet +3 -0
- data/public_events/2012/01/04.parquet +3 -0
- data/pull_requests/2012/01/04.parquet +3 -0
- data/pushes/2012/01/04.parquet +3 -0
- data/stars/2012/01/04.parquet +3 -0
- data/wiki_pages/2012/01/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-01-
|
| 65 |
|
| 66 |
We believe this is the most complete and regularly updated structured mirror of public GitHub activity available on Hugging Face. The original 2.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.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,31 +71,31 @@ 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 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 79 |
02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 204
|
| 80 |
-
03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 81 |
04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 177
|
| 82 |
05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 187
|
| 83 |
06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 142
|
| 84 |
07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 142
|
| 85 |
08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 182
|
| 86 |
-
09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 87 |
-
10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 88 |
-
11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 89 |
12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 298
|
| 90 |
13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 343
|
| 91 |
14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 405
|
| 92 |
15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 480
|
| 93 |
-
16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 94 |
17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.8K
|
| 95 |
18:00 ██████████████████████████████ 323.6K
|
| 96 |
19:00 █████████████████████████████░ 316.3K
|
| 97 |
20:00 ████████████████████████████░░ 304.3K
|
| 98 |
-
21:00 █████████░░░░░░░░░░░░░░░░░░░░
|
| 99 |
22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 100 |
23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 101 |
```
|
|
@@ -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,18 +553,18 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
|
|
| 553 |
|
| 554 |
| Table | GitHub Event | Events | % | Description |
|
| 555 |
|-------|-------------|-------:|---:|-------------|
|
| 556 |
-
| `pushes` | PushEvent | 6,
|
| 557 |
-
| `issues` | IssuesEvent |
|
| 558 |
-
| `issue_comments` | IssueCommentEvent |
|
| 559 |
-
| `pull_requests` | PullRequestEvent |
|
| 560 |
-
| `stars` | WatchEvent | 1,
|
| 561 |
-
| `forks` | ForkEvent |
|
| 562 |
-
| `creates` | CreateEvent | 2,
|
| 563 |
-
| `deletes` | DeleteEvent | 168,
|
| 564 |
-
| `commit_comments` | CommitCommentEvent |
|
| 565 |
-
| `wiki_pages` | GollumEvent |
|
| 566 |
-
| `members` | MemberEvent | 78,
|
| 567 |
-
| `public_events` | PublicEvent | 12,
|
| 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-01-04** (247 days), totaling **14,358,963 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 2.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.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-27** — 1,186,063 events in 7449 blocks
|
| 75 |
|
| 76 |
```
|
| 77 |
+
00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 233
|
| 78 |
+
01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 223
|
| 79 |
02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 204
|
| 80 |
+
03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 184
|
| 81 |
04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 177
|
| 82 |
05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 187
|
| 83 |
06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 142
|
| 84 |
07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 142
|
| 85 |
08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 182
|
| 86 |
+
09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 239
|
| 87 |
+
10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 242
|
| 88 |
+
11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 258
|
| 89 |
12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 298
|
| 90 |
13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 343
|
| 91 |
14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 405
|
| 92 |
15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 480
|
| 93 |
+
16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 644
|
| 94 |
17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.8K
|
| 95 |
18:00 ██████████████████████████████ 323.6K
|
| 96 |
19:00 █████████████████████████████░ 316.3K
|
| 97 |
20:00 ████████████████████████████░░ 304.3K
|
| 98 |
+
21:00 ██████████░░░░░░░░░░░░░░░░░░░░ 116.5K
|
| 99 |
22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 100 |
23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 101 |
```
|
|
|
|
| 132 |
|
| 133 |
```
|
| 134 |
2011 ██████████████████████████████ 14.1M
|
| 135 |
+
2012 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 262.8K
|
| 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 | 4 | 262,819 | 65,704 | 62.4 MB | 30.9 MB | 1m18s | 34s | 1m26s |
|
| 142 |
|
| 143 |
|
| 144 |
### Pushes per year
|
| 145 |
|
| 146 |
```
|
| 147 |
2011 ██████████████████████████████ 6.7M
|
| 148 |
+
2012 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 112.4K
|
| 149 |
```
|
| 150 |
|
| 151 |
|
|
|
|
| 153 |
|
| 154 |
```
|
| 155 |
2011 ██████████████████████████████ 737.1K
|
| 156 |
+
2012 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 13.2K
|
| 157 |
```
|
| 158 |
|
| 159 |
|
|
|
|
| 161 |
|
| 162 |
```
|
| 163 |
2011 ██████████████████████████████ 370.9K
|
| 164 |
+
2012 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 6.6K
|
| 165 |
```
|
| 166 |
|
| 167 |
|
|
|
|
| 169 |
|
| 170 |
```
|
| 171 |
2011 ██████████████████████████████ 1.4M
|
| 172 |
+
2012 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 30.0K
|
| 173 |
```
|
| 174 |
|
| 175 |
|
|
|
|
| 553 |
|
| 554 |
| Table | GitHub Event | Events | % | Description |
|
| 555 |
|-------|-------------|-------:|---:|-------------|
|
| 556 |
+
| `pushes` | PushEvent | 6,787,323 | 47.3% | Git pushes with commits |
|
| 557 |
+
| `issues` | IssuesEvent | 750,264 | 5.2% | Issue lifecycle events |
|
| 558 |
+
| `issue_comments` | IssueCommentEvent | 949,063 | 6.6% | Comments on issues/PRs |
|
| 559 |
+
| `pull_requests` | PullRequestEvent | 377,439 | 2.6% | PR lifecycle events |
|
| 560 |
+
| `stars` | WatchEvent | 1,447,994 | 10.1% | Repository stars |
|
| 561 |
+
| `forks` | ForkEvent | 404,318 | 2.8% | Repository forks |
|
| 562 |
+
| `creates` | CreateEvent | 2,276,666 | 15.9% | Branch/tag/repo creation |
|
| 563 |
+
| `deletes` | DeleteEvent | 168,648 | 1.2% | Branch/tag deletion |
|
| 564 |
+
| `commit_comments` | CommitCommentEvent | 175,688 | 1.2% | Comments on commits |
|
| 565 |
+
| `wiki_pages` | GollumEvent | 290,274 | 2.0% | Wiki page edits |
|
| 566 |
+
| `members` | MemberEvent | 78,832 | 0.5% | Collaborator additions |
|
| 567 |
+
| `public_events` | PublicEvent | 12,848 | 0.1% | Repo made public |
|
| 568 |
|
| 569 |
## How it's built
|
| 570 |
|
data/commit_comments/2012/01/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0858da8359e3636640472fcc07958fcbc57ad0532476325d9f939c26be4750bd
|
| 3 |
+
size 121030
|
data/creates/2012/01/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e33a884c94aaf45ec92c25b6e870446682854286e4777d53681cd95733b26840
|
| 3 |
+
size 367680
|
data/deletes/2012/01/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d568e296ab32f40be0457854f8986308037ad8d52966bb89933ef6512e35606e
|
| 3 |
+
size 22995
|
data/forks/2012/01/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b2a31c36d0a323cdaaff44f21ecdc703b660558b475210934a181fedbd90d4fc
|
| 3 |
+
size 190406
|
data/issues/2012/01/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:992b042c9197d650f3f328dbfeb8728f920932d9c09367de57fa266789a72395
|
| 3 |
+
size 776224
|
data/members/2012/01/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1dc89dbb5fc2e823e4e466535f27ae9008148feedc420eadbac105cb0aaf0233
|
| 3 |
+
size 14864
|
data/public_events/2012/01/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:863761f8ae73a52af7ed66f4792502838e948b346664f8f006c728c604a64dd5
|
| 3 |
+
size 5365
|
data/pull_requests/2012/01/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e7274440869613d5e53083905e4f768a038070508ca4f7b3011d541a1ddd0845
|
| 3 |
+
size 344651
|
data/pushes/2012/01/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7f3f35820d1165f4c478bf7d8460c885faecfb09d17673d59fa9a97267c57925
|
| 3 |
+
size 6923792
|
data/stars/2012/01/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5dad019449512a90745cecde1e8c4231fc73aec00e827c8bb31cf760666af7ee
|
| 3 |
+
size 230288
|
data/wiki_pages/2012/01/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2aa54ed31ff7b75972e27f36f911b3416979b1b4cb2da4d931cbd187d1252fb1
|
| 3 |
+
size 88322
|
stats.csv
CHANGED
|
@@ -244,4 +244,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 244 |
2011-12-31,51154,0,22263,2116,3317,1147,0,0,5202,1236,13937,417,0,622,764,94,39,0,11971047,8.5,6119747,18.0,8.5,36.3
|
| 245 |
2012-01-01,46325,0,19329,1797,2402,836,0,0,5082,1264,13905,380,0,391,817,93,29,0,10289568,7.3,5345452,17.2,7.3,28.0
|
| 246 |
2012-01-02,68933,0,28956,3172,4478,1675,0,0,8269,1995,16992,1074,0,751,1303,221,47,0,16879523,10.1,8320156,19.7,10.1,30.1
|
| 247 |
-
2012-01-03,77308,0,33436,4307,5513,2131,0,0,8923,2194,17424,673,0,921,1472,264,50,0,20075486,9.3,9673051,21.3,9.3,
|
|
|
|
|
|
| 244 |
2011-12-31,51154,0,22263,2116,3317,1147,0,0,5202,1236,13937,417,0,622,764,94,39,0,11971047,8.5,6119747,18.0,8.5,36.3
|
| 245 |
2012-01-01,46325,0,19329,1797,2402,836,0,0,5082,1264,13905,380,0,391,817,93,29,0,10289568,7.3,5345452,17.2,7.3,28.0
|
| 246 |
2012-01-02,68933,0,28956,3172,4478,1675,0,0,8269,1995,16992,1074,0,751,1303,221,47,0,16879523,10.1,8320156,19.7,10.1,30.1
|
| 247 |
+
2012-01-03,77308,0,33436,4307,5513,2131,0,0,8923,2194,17424,673,0,921,1472,264,50,0,20075486,9.3,9673051,21.3,9.3,28.7
|
| 248 |
+
2012-01-04,70253,0,30707,3904,4907,1943,0,0,7733,2045,16207,577,0,829,1065,268,68,0,18181462,7.3,9085617,20.6,7.3,0.0
|