Add 2011-11-20 — 59.3K events, 11 files
Browse files- README.md +25 -25
- data/commit_comments/2011/11/20.parquet +3 -0
- data/creates/2011/11/20.parquet +3 -0
- data/deletes/2011/11/20.parquet +3 -0
- data/forks/2011/11/20.parquet +3 -0
- data/issues/2011/11/20.parquet +3 -0
- data/members/2011/11/20.parquet +3 -0
- data/public_events/2011/11/20.parquet +3 -0
- data/pull_requests/2011/11/20.parquet +3 -0
- data/pushes/2011/11/20.parquet +3 -0
- data/stars/2011/11/20.parquet +3 -0
- data/wiki_pages/2011/11/20.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-11-
|
| 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.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.0 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,10 +71,10 @@ 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 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 204
|
| 79 |
02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 178
|
| 80 |
03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 149
|
|
@@ -84,18 +84,18 @@ Events from today are captured in near-real-time from the GitHub Events API and
|
|
| 84 |
07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 128
|
| 85 |
08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 167
|
| 86 |
09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 216
|
| 87 |
-
10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 88 |
-
11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 89 |
-
12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 90 |
13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 313
|
| 91 |
14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 375
|
| 92 |
-
15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 93 |
16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 602
|
| 94 |
17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.7K
|
| 95 |
18:00 ██████████████████████████████ 323.6K
|
| 96 |
19:00 █████████████████████████████░ 316.2K
|
| 97 |
-
20:00 ████████████████████████████░░ 304.
|
| 98 |
-
21:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 99 |
22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 100 |
23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 101 |
```
|
|
@@ -136,27 +136,27 @@ duckdb.sql("""
|
|
| 136 |
|
| 137 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
| 138 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 139 |
-
| 2011 |
|
| 140 |
|
| 141 |
|
| 142 |
### Pushes per year
|
| 143 |
|
| 144 |
```
|
| 145 |
-
2011 ██████████████████████████████ 5.
|
| 146 |
```
|
| 147 |
|
| 148 |
|
| 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 | 5,
|
| 551 |
-
| `issues` | IssuesEvent |
|
| 552 |
-
| `issue_comments` | IssueCommentEvent |
|
| 553 |
-
| `pull_requests` | PullRequestEvent |
|
| 554 |
-
| `stars` | WatchEvent | 1,
|
| 555 |
-
| `forks` | ForkEvent |
|
| 556 |
-
| `creates` | CreateEvent | 1,
|
| 557 |
-
| `deletes` | DeleteEvent |
|
| 558 |
-
| `commit_comments` | CommitCommentEvent | 140,
|
| 559 |
-
| `wiki_pages` | GollumEvent |
|
| 560 |
-
| `members` | MemberEvent | 64,
|
| 561 |
-
| `public_events` | PublicEvent | 10,
|
| 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-11-20** (202 days), totaling **11,145,007 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.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.0 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,082,149 events in 6621 blocks
|
| 75 |
|
| 76 |
```
|
| 77 |
+
00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 215
|
| 78 |
01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 204
|
| 79 |
02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 178
|
| 80 |
03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 149
|
|
|
|
| 84 |
07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 128
|
| 85 |
08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 167
|
| 86 |
09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 216
|
| 87 |
+
10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 192
|
| 88 |
+
11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 217
|
| 89 |
+
12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 261
|
| 90 |
13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 313
|
| 91 |
14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 375
|
| 92 |
+
15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 443
|
| 93 |
16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 602
|
| 94 |
17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.7K
|
| 95 |
18:00 ██████████████████████████████ 323.6K
|
| 96 |
19:00 █████████████████████████████░ 316.2K
|
| 97 |
+
20:00 ████████████████████████████░░ 304.1K
|
| 98 |
+
21:00 █░░░░░░░░░░░░░░░░░░░░░░░░���░░░░ 13.4K
|
| 99 |
22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 100 |
23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 101 |
```
|
|
|
|
| 136 |
|
| 137 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
| 138 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 139 |
+
| 2011 | 202 | 11,145,007 | 55,173 | 2.0 GB | 1.0 GB | 51m18s | 42m25s | 1h33m |
|
| 140 |
|
| 141 |
|
| 142 |
### Pushes per year
|
| 143 |
|
| 144 |
```
|
| 145 |
+
2011 ██████████████████████████████ 5.4M
|
| 146 |
```
|
| 147 |
|
| 148 |
|
| 149 |
### Issues per year
|
| 150 |
|
| 151 |
```
|
| 152 |
+
2011 ██████████████████████████████ 579.7K
|
| 153 |
```
|
| 154 |
|
| 155 |
|
| 156 |
### Pull requests per year
|
| 157 |
|
| 158 |
```
|
| 159 |
+
2011 ██████████████████████████████ 292.0K
|
| 160 |
```
|
| 161 |
|
| 162 |
|
|
|
|
| 547 |
|
| 548 |
| Table | GitHub Event | Events | % | Description |
|
| 549 |
|-------|-------------|-------:|---:|-------------|
|
| 550 |
+
| `pushes` | PushEvent | 5,367,554 | 48.2% | Git pushes with commits |
|
| 551 |
+
| `issues` | IssuesEvent | 579,746 | 5.2% | Issue lifecycle events |
|
| 552 |
+
| `issue_comments` | IssueCommentEvent | 702,976 | 6.3% | Comments on issues/PRs |
|
| 553 |
+
| `pull_requests` | PullRequestEvent | 291,992 | 2.6% | PR lifecycle events |
|
| 554 |
+
| `stars` | WatchEvent | 1,139,778 | 10.2% | Repository stars |
|
| 555 |
+
| `forks` | ForkEvent | 317,569 | 2.8% | Repository forks |
|
| 556 |
+
| `creates` | CreateEvent | 1,526,775 | 13.7% | Branch/tag/repo creation |
|
| 557 |
+
| `deletes` | DeleteEvent | 131,480 | 1.2% | Branch/tag deletion |
|
| 558 |
+
| `commit_comments` | CommitCommentEvent | 140,843 | 1.3% | Comments on commits |
|
| 559 |
+
| `wiki_pages` | GollumEvent | 231,770 | 2.1% | Wiki page edits |
|
| 560 |
+
| `members` | MemberEvent | 64,648 | 0.6% | Collaborator additions |
|
| 561 |
+
| `public_events` | PublicEvent | 10,270 | 0.1% | Repo made public |
|
| 562 |
|
| 563 |
## How it's built
|
| 564 |
|
data/commit_comments/2011/11/20.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1db59307539c99c4bde0b874858fc47f2ffb8ae0ea5c9efb0451803707205eeb
|
| 3 |
+
size 81966
|
data/creates/2011/11/20.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:60fc892cdfe8ced07c0a04b702313852a8a90b493bb16f6a20cf02c591d2a142
|
| 3 |
+
size 302403
|
data/deletes/2011/11/20.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:532b69a4d596f19127bde72d4d508df0390c68b92ad21877453d820243375795
|
| 3 |
+
size 18994
|
data/forks/2011/11/20.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d41b328e9fc5176b3bbe2afbdc0ca72499e1da16c597fcbc85e80e1cffccca42
|
| 3 |
+
size 149534
|
data/issues/2011/11/20.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ee063cd2a18da6becac3b1dbe5b31fb70d40d456bf206bf83e039fd32360a801
|
| 3 |
+
size 501268
|
data/members/2011/11/20.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7ea0bab63ab2c5bdd38ef092f512eea3441624c261b764b24d634f8a30b739c1
|
| 3 |
+
size 15617
|
data/public_events/2011/11/20.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b80a144c159a42c3768ceab8e9f5f6172bd6a081c98cf017ed30b0a3164e32ac
|
| 3 |
+
size 4743
|
data/pull_requests/2011/11/20.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1d6d9ad6ff5740b87fe244e20bfc85ec56cf6958eaf6ac8df6279c0dd49a4ce1
|
| 3 |
+
size 234578
|
data/pushes/2011/11/20.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fb074c2bb315897d2f9d081253d2e0b35d69ce37ab72f534f23abc9aa678f230
|
| 3 |
+
size 5697231
|
data/stars/2011/11/20.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6416bb1453019437f8cff1e27d53626dd940d2a12744854c372224e69947f4ae
|
| 3 |
+
size 161401
|
data/wiki_pages/2011/11/20.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5d07b7c64198d40e2a108156d43750cf8da16b120ed97d2a8f4ce7298dfcb19a
|
| 3 |
+
size 76940
|
stats.csv
CHANGED
|
@@ -199,4 +199,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 199 |
2011-11-16,72750,0,33053,3573,5363,2137,0,0,6547,2054,16609,765,0,735,1374,469,71,0,18698031,34.7,9308851,24.1,34.7,31.3
|
| 200 |
2011-11-17,82971,0,36551,3677,5382,2291,0,0,7301,2310,22061,770,0,902,1207,440,79,0,20566537,39.4,10289686,20.8,39.4,103.5
|
| 201 |
2011-11-18,66232,0,30596,2934,4300,1849,0,0,5791,1874,15981,748,0,693,1022,390,54,0,16912775,32.8,8602596,18.7,32.8,24.2
|
| 202 |
-
2011-11-19,48282,0,21831,1915,2466,1011,0,0,3687,1326,13995,418,0,467,837,291,38,0,10887031,24.6,5952108,17.6,24.6,
|
|
|
|
|
|
| 199 |
2011-11-16,72750,0,33053,3573,5363,2137,0,0,6547,2054,16609,765,0,735,1374,469,71,0,18698031,34.7,9308851,24.1,34.7,31.3
|
| 200 |
2011-11-17,82971,0,36551,3677,5382,2291,0,0,7301,2310,22061,770,0,902,1207,440,79,0,20566537,39.4,10289686,20.8,39.4,103.5
|
| 201 |
2011-11-18,66232,0,30596,2934,4300,1849,0,0,5791,1874,15981,748,0,693,1022,390,54,0,16912775,32.8,8602596,18.7,32.8,24.2
|
| 202 |
+
2011-11-19,48282,0,21831,1915,2466,1011,0,0,3687,1326,13995,418,0,467,837,291,38,0,10887031,24.6,5952108,17.6,24.6,23.7
|
| 203 |
+
2011-11-20,59251,0,27771,2447,3062,1219,0,0,5533,1586,15211,605,0,468,996,294,59,0,13566479,22.9,7244675,20.3,22.9,0.0
|