Add 2011-12-31 — 51.2K events, 11 files
Browse files- README.md +23 -23
- data/commit_comments/2011/12/31.parquet +3 -0
- data/creates/2011/12/31.parquet +3 -0
- data/deletes/2011/12/31.parquet +3 -0
- data/forks/2011/12/31.parquet +3 -0
- data/issues/2011/12/31.parquet +3 -0
- data/members/2011/12/31.parquet +3 -0
- data/public_events/2011/12/31.parquet +3 -0
- data/pull_requests/2011/12/31.parquet +3 -0
- data/pushes/2011/12/31.parquet +3 -0
- data/stars/2011/12/31.parquet +3 -0
- data/wiki_pages/2011/12/31.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 **2011-12-
|
| 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.7 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,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 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 220
|
| 79 |
-
02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 80 |
03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 183
|
| 81 |
04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 176
|
| 82 |
05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 187
|
| 83 |
06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 141
|
| 84 |
-
07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 85 |
08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 181
|
| 86 |
09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 235
|
| 87 |
10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 236
|
| 88 |
-
11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 89 |
12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 296
|
| 90 |
13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 341
|
| 91 |
14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 403
|
|
@@ -95,7 +95,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
|
|
| 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 |
```
|
|
@@ -131,12 +131,12 @@ duckdb.sql("""
|
|
| 131 |
## Events per year
|
| 132 |
|
| 133 |
```
|
| 134 |
-
2011 ██████████████████████████████ 14.
|
| 135 |
```
|
| 136 |
|
| 137 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
| 138 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 139 |
-
| 2011 |
|
| 140 |
|
| 141 |
|
| 142 |
### Pushes per year
|
|
@@ -149,14 +149,14 @@ duckdb.sql("""
|
|
| 149 |
### Issues per year
|
| 150 |
|
| 151 |
```
|
| 152 |
-
2011 ██████████████████████████████
|
| 153 |
```
|
| 154 |
|
| 155 |
|
| 156 |
### Pull requests per year
|
| 157 |
|
| 158 |
```
|
| 159 |
-
2011 ██████████████████████████████
|
| 160 |
```
|
| 161 |
|
| 162 |
|
|
@@ -547,18 +547,18 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
|
|
| 547 |
|
| 548 |
| Table | GitHub Event | Events | % | Description |
|
| 549 |
|-------|-------------|-------:|---:|-------------|
|
| 550 |
-
| `pushes` | PushEvent | 6,
|
| 551 |
-
| `issues` | IssuesEvent |
|
| 552 |
-
| `issue_comments` | IssueCommentEvent |
|
| 553 |
-
| `pull_requests` | PullRequestEvent |
|
| 554 |
-
| `stars` | WatchEvent | 1,
|
| 555 |
-
| `forks` | ForkEvent |
|
| 556 |
-
| `creates` | CreateEvent | 2,
|
| 557 |
-
| `deletes` | DeleteEvent | 165,
|
| 558 |
-
| `commit_comments` | CommitCommentEvent | 172,
|
| 559 |
-
| `wiki_pages` | GollumEvent |
|
| 560 |
-
| `members` | MemberEvent | 77,
|
| 561 |
-
| `public_events` | PublicEvent | 12,
|
| 562 |
|
| 563 |
## How it's built
|
| 564 |
|
|
|
|
| 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 **2011-12-31** (243 days), totaling **14,096,144 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.7 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,173,106 events in 7364 blocks
|
| 75 |
|
| 76 |
```
|
| 77 |
+
00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 229
|
| 78 |
01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 220
|
| 79 |
+
02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 203
|
| 80 |
03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 183
|
| 81 |
04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 176
|
| 82 |
05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 187
|
| 83 |
06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 141
|
| 84 |
+
07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 142
|
| 85 |
08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 181
|
| 86 |
09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 235
|
| 87 |
10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 236
|
| 88 |
+
11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 254
|
| 89 |
12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 296
|
| 90 |
13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 341
|
| 91 |
14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 403
|
|
|
|
| 95 |
18:00 ██████████████████████████████ 323.6K
|
| 96 |
19:00 █████████████████████████████░ 316.3K
|
| 97 |
20:00 ████████████████████████████░░ 304.3K
|
| 98 |
+
21:00 █████████░░░░░░░░░░░░░░░░░░░░░ 103.6K
|
| 99 |
22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 100 |
23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░���░░ 0
|
| 101 |
```
|
|
|
|
| 131 |
## Events per year
|
| 132 |
|
| 133 |
```
|
| 134 |
+
2011 ██████████████████████████████ 14.1M
|
| 135 |
```
|
| 136 |
|
| 137 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
| 138 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 139 |
+
| 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h54m |
|
| 140 |
|
| 141 |
|
| 142 |
### Pushes per year
|
|
|
|
| 149 |
### Issues per year
|
| 150 |
|
| 151 |
```
|
| 152 |
+
2011 ██████████████████████████████ 737.1K
|
| 153 |
```
|
| 154 |
|
| 155 |
|
| 156 |
### Pull requests per year
|
| 157 |
|
| 158 |
```
|
| 159 |
+
2011 ██████████████████████████████ 370.9K
|
| 160 |
```
|
| 161 |
|
| 162 |
|
|
|
|
| 547 |
|
| 548 |
| Table | GitHub Event | Events | % | Description |
|
| 549 |
|-------|-------------|-------:|---:|-------------|
|
| 550 |
+
| `pushes` | PushEvent | 6,674,895 | 47.4% | Git pushes with commits |
|
| 551 |
+
| `issues` | IssuesEvent | 737,084 | 5.2% | Issue lifecycle events |
|
| 552 |
+
| `issue_comments` | IssueCommentEvent | 931,763 | 6.6% | Comments on issues/PRs |
|
| 553 |
+
| `pull_requests` | PullRequestEvent | 370,854 | 2.6% | PR lifecycle events |
|
| 554 |
+
| `stars` | WatchEvent | 1,417,987 | 10.1% | Repository stars |
|
| 555 |
+
| `forks` | ForkEvent | 396,820 | 2.8% | Repository forks |
|
| 556 |
+
| `creates` | CreateEvent | 2,212,138 | 15.7% | Branch/tag/repo creation |
|
| 557 |
+
| `deletes` | DeleteEvent | 165,944 | 1.2% | Branch/tag deletion |
|
| 558 |
+
| `commit_comments` | CommitCommentEvent | 172,796 | 1.2% | Comments on commits |
|
| 559 |
+
| `wiki_pages` | GollumEvent | 285,617 | 2.0% | Wiki page edits |
|
| 560 |
+
| `members` | MemberEvent | 77,986 | 0.6% | Collaborator additions |
|
| 561 |
+
| `public_events` | PublicEvent | 12,654 | 0.1% | Repo made public |
|
| 562 |
|
| 563 |
## How it's built
|
| 564 |
|
data/commit_comments/2011/12/31.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6f8d8b32bcd3e3e6387b1342b86598ab2de68680786e3548346cf77ef1f5ed42
|
| 3 |
+
size 115526
|
data/creates/2011/12/31.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fab344d5d9b69e04589fd75d4aa2458edd5d66cfcd8878bb479b1fd721236a5e
|
| 3 |
+
size 256350
|
data/deletes/2011/12/31.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:89dd10f2c8f602b229a5f2493e784fe01d7d83dc5655368b9f5e05eea90c26ae
|
| 3 |
+
size 15547
|
data/forks/2011/12/31.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:93852aacb5b3092e7e4b361dc0aeb73740099836cf388ad4698bf22440a52574
|
| 3 |
+
size 119447
|
data/issues/2011/12/31.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c1d7ccd1cd505c31edd72e663f55887daf31253d804fc777059a1e3a939e6f07
|
| 3 |
+
size 469986
|
data/members/2011/12/31.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4c1fc905dfc8138f8b9874d79a5a94e8c173a0a9661ea41139f15b6a936ab923
|
| 3 |
+
size 7694
|
data/public_events/2011/12/31.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:235515e8e2f4be228744bbcb217022c3f2135060bc986396b534887d935d92a7
|
| 3 |
+
size 3974
|
data/pull_requests/2011/12/31.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a06e87916f63798cdfbd040d0c8ea310d35d20abb524c4b97e1236d1ac65010a
|
| 3 |
+
size 225060
|
data/pushes/2011/12/31.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ccd515256974f11ddae6285d326d6c0013c399128eec29f4035ddba57a9da95e
|
| 3 |
+
size 4693056
|
data/stars/2011/12/31.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b95af445e705f64c0cfcee01939320f0c3f336460d74f3649202b308e2ecc5bd
|
| 3 |
+
size 152025
|
data/wiki_pages/2011/12/31.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:00e3a1fc21460d0f3425ebae445c3ff3644799be03a614eb34cbd1370a764391
|
| 3 |
+
size 61082
|
stats.csv
CHANGED
|
@@ -240,4 +240,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 240 |
2011-12-27,62614,0,26668,3362,4370,1462,0,0,7037,1663,15660,635,0,519,994,189,55,0,15105587,9.6,7773348,19.5,9.6,24.8
|
| 241 |
2011-12-28,63244,0,27441,3251,4035,1591,0,0,6862,1714,15587,715,0,684,1055,267,42,0,15248413,10.8,7727556,19.3,10.8,32.4
|
| 242 |
2011-12-29,70937,0,31821,3721,5199,1805,0,0,6933,1888,16628,571,0,693,1399,228,51,0,17845054,9.3,9003476,17.8,9.3,25.8
|
| 243 |
-
2011-12-30,70421,0,29386,5150,6734,1626,0,0,6972,1758,16041,576,0,740,1168,211,59,0,17699033,11.3,8612559,33.6,11.3,
|
|
|
|
|
|
| 240 |
2011-12-27,62614,0,26668,3362,4370,1462,0,0,7037,1663,15660,635,0,519,994,189,55,0,15105587,9.6,7773348,19.5,9.6,24.8
|
| 241 |
2011-12-28,63244,0,27441,3251,4035,1591,0,0,6862,1714,15587,715,0,684,1055,267,42,0,15248413,10.8,7727556,19.3,10.8,32.4
|
| 242 |
2011-12-29,70937,0,31821,3721,5199,1805,0,0,6933,1888,16628,571,0,693,1399,228,51,0,17845054,9.3,9003476,17.8,9.3,25.8
|
| 243 |
+
2011-12-30,70421,0,29386,5150,6734,1626,0,0,6972,1758,16041,576,0,740,1168,211,59,0,17699033,11.3,8612559,33.6,11.3,31.8
|
| 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,0.0
|