Add 2011-09-30 — 68.8K events, 11 files
Browse files- README.md +22 -22
- data/commit_comments/2011/09/30.parquet +3 -0
- data/creates/2011/09/30.parquet +3 -0
- data/deletes/2011/09/30.parquet +3 -0
- data/forks/2011/09/30.parquet +3 -0
- data/issues/2011/09/30.parquet +3 -0
- data/members/2011/09/30.parquet +3 -0
- data/public_events/2011/09/30.parquet +3 -0
- data/pull_requests/2011/09/30.parquet +3 -0
- data/pushes/2011/09/30.parquet +3 -0
- data/stars/2011/09/30.parquet +3 -0
- data/wiki_pages/2011/09/30.parquet +3 -0
- stats.csv +2 -1
README.md
CHANGED
|
@@ -61,9 +61,9 @@ 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-09-
|
| 65 |
|
| 66 |
-
We believe this is the most complete and regularly updated structured mirror of public GitHub activity available on Hugging Face. The original 1.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into
|
| 67 |
|
| 68 |
The underlying data comes from [GH Archive](https://www.gharchive.org/), created by [Ilya Grigorik](https://www.igvita.com/), which has been recording every public GitHub event via the [Events API](https://docs.github.com/en/rest/activity/events) since 2011. Released under the [Open Data Commons Attribution License (ODC-By) v1.0](https://opendatacommons.org/licenses/by/1-0/).
|
| 69 |
|
|
@@ -71,12 +71,12 @@ 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** —
|
| 75 |
|
| 76 |
```
|
| 77 |
-
00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 78 |
01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 167
|
| 79 |
-
02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 80 |
03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 112
|
| 81 |
04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 140
|
| 82 |
05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 121
|
|
@@ -94,7 +94,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
|
|
| 94 |
17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.6K
|
| 95 |
18:00 ██████████████████████████████ 323.4K
|
| 96 |
19:00 █████████████████████████████░ 316.0K
|
| 97 |
-
20:00 █████████░░░░░░░░░░░░░░░░░░░░░
|
| 98 |
21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 99 |
22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 100 |
23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
|
@@ -136,7 +136,7 @@ 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
|
|
@@ -149,21 +149,21 @@ 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 |
|
| 163 |
### Stars per year
|
| 164 |
|
| 165 |
```
|
| 166 |
-
2011 ██████████████████████████████
|
| 167 |
```
|
| 168 |
|
| 169 |
|
|
@@ -547,18 +547,18 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
|
|
| 547 |
|
| 548 |
| Table | GitHub Event | Events | % | Description |
|
| 549 |
|-------|-------------|-------:|---:|-------------|
|
| 550 |
-
| `pushes` | PushEvent | 4,
|
| 551 |
-
| `issues` | IssuesEvent |
|
| 552 |
-
| `issue_comments` | IssueCommentEvent |
|
| 553 |
-
| `pull_requests` | PullRequestEvent |
|
| 554 |
-
| `stars` | WatchEvent |
|
| 555 |
-
| `forks` | ForkEvent |
|
| 556 |
-
| `creates` | CreateEvent | 1,
|
| 557 |
-
| `deletes` | DeleteEvent |
|
| 558 |
-
| `commit_comments` | CommitCommentEvent |
|
| 559 |
-
| `wiki_pages` | GollumEvent |
|
| 560 |
-
| `members` | MemberEvent | 51,
|
| 561 |
-
| `public_events` | PublicEvent | 8,
|
| 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-09-30** (172 days), totaling **9,122,013 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 1.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 813.8 MB 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 |
|
| 68 |
The underlying data comes from [GH Archive](https://www.gharchive.org/), created by [Ilya Grigorik](https://www.igvita.com/), which has been recording every public GitHub event via the [Events API](https://docs.github.com/en/rest/activity/events) since 2011. Released under the [Open Data Commons Attribution License (ODC-By) v1.0](https://opendatacommons.org/licenses/by/1-0/).
|
| 69 |
|
|
|
|
| 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** — 869,300 events in 5177 blocks
|
| 75 |
|
| 76 |
```
|
| 77 |
+
00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 181
|
| 78 |
01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 167
|
| 79 |
+
02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 142
|
| 80 |
03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 112
|
| 81 |
04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 140
|
| 82 |
05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 121
|
|
|
|
| 94 |
17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.6K
|
| 95 |
18:00 ██████████████████████████████ 323.4K
|
| 96 |
19:00 █████████████████████████████░ 316.0K
|
| 97 |
+
20:00 █████████░░░░░░░░░░░░░░░░░░░░░ 105.9K
|
| 98 |
21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 99 |
22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 100 |
23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
|
|
|
| 136 |
|
| 137 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
| 138 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 139 |
+
| 2011 | 172 | 9,122,013 | 53,034 | 1.6 GB | 813.8 MB | 41m12s | 31m18s | 1h17m |
|
| 140 |
|
| 141 |
|
| 142 |
### Pushes per year
|
|
|
|
| 149 |
### Issues per year
|
| 150 |
|
| 151 |
```
|
| 152 |
+
2011 ██████████████████████████████ 467.8K
|
| 153 |
```
|
| 154 |
|
| 155 |
|
| 156 |
### Pull requests per year
|
| 157 |
|
| 158 |
```
|
| 159 |
+
2011 ██████████████████████████████ 235.2K
|
| 160 |
```
|
| 161 |
|
| 162 |
|
| 163 |
### Stars per year
|
| 164 |
|
| 165 |
```
|
| 166 |
+
2011 ██████████████████████████████ 952.9K
|
| 167 |
```
|
| 168 |
|
| 169 |
|
|
|
|
| 547 |
|
| 548 |
| Table | GitHub Event | Events | % | Description |
|
| 549 |
|-------|-------------|-------:|---:|-------------|
|
| 550 |
+
| `pushes` | PushEvent | 4,390,959 | 48.1% | Git pushes with commits |
|
| 551 |
+
| `issues` | IssuesEvent | 467,795 | 5.1% | Issue lifecycle events |
|
| 552 |
+
| `issue_comments` | IssueCommentEvent | 553,408 | 6.1% | Comments on issues/PRs |
|
| 553 |
+
| `pull_requests` | PullRequestEvent | 235,183 | 2.6% | PR lifecycle events |
|
| 554 |
+
| `stars` | WatchEvent | 952,917 | 10.4% | Repository stars |
|
| 555 |
+
| `forks` | ForkEvent | 259,626 | 2.8% | Repository forks |
|
| 556 |
+
| `creates` | CreateEvent | 1,144,242 | 12.5% | Branch/tag/repo creation |
|
| 557 |
+
| `deletes` | DeleteEvent | 107,119 | 1.2% | Branch/tag deletion |
|
| 558 |
+
| `commit_comments` | CommitCommentEvent | 118,383 | 1.3% | Comments on commits |
|
| 559 |
+
| `wiki_pages` | GollumEvent | 192,588 | 2.1% | Wiki page edits |
|
| 560 |
+
| `members` | MemberEvent | 51,823 | 0.6% | Collaborator additions |
|
| 561 |
+
| `public_events` | PublicEvent | 8,364 | 0.1% | Repo made public |
|
| 562 |
|
| 563 |
## How it's built
|
| 564 |
|
data/commit_comments/2011/09/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6383b545f1e04c269aa5bfaf056a0941641202b0723a6ff240b97106ade5e1b8
|
| 3 |
+
size 39010
|
data/creates/2011/09/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:31db3b715d7bfb4a33ac0423788c4dd6a6a1f353ecc8fbbc47b685ffab20be79
|
| 3 |
+
size 386663
|
data/deletes/2011/09/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:338b74a59f105be9e533d2a415dacbab9b16b982524fc9ef45975fe6f0366cbd
|
| 3 |
+
size 35575
|
data/forks/2011/09/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d61c21dffa61a3718890044cc270e43e63d04b10fe99a8d7e6dabc1605c48d8f
|
| 3 |
+
size 108029
|
data/issues/2011/09/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:856a1adcb6821982ee1e28598be02317bb3fe5954244ddb3338b27e3405d9283
|
| 3 |
+
size 116191
|
data/members/2011/09/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d256f6c772ba1747715b47f38cb9a5e579c229fc3e296985cc681a423d9636c9
|
| 3 |
+
size 20743
|
data/public_events/2011/09/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9b1597d98e381358f1efb8f9a6b33f6f35161c3012ecdabc633213916e2c5139
|
| 3 |
+
size 5301
|
data/pull_requests/2011/09/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:39e9b27f061c648c0f16d1c8b835c9e272827ee2d456cf34fc03b8ed37cce8e4
|
| 3 |
+
size 120482
|
data/pushes/2011/09/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:60ff4a4fa0c387e8981b1e80ab5feb0d38d962a68254aaac7f705350e3160ee8
|
| 3 |
+
size 5586517
|
data/stars/2011/09/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c72a68c238adca3575b3ba2f11df27229483ad36b6b6a6f4828ceaeb76a6a050
|
| 3 |
+
size 200417
|
data/wiki_pages/2011/09/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1f7fb1b7614457743eb7cb939dbe1dcf51477f930a4d4d1677b753aeaf5e2041
|
| 3 |
+
size 71689
|
stats.csv
CHANGED
|
@@ -169,4 +169,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 169 |
2011-09-26,64645,0,32747,3699,5114,2092,0,0,7129,2054,8457,657,0,745,1417,477,57,0,11717437,7.2,6603542,16.4,7.2,24.0
|
| 170 |
2011-09-27,74861,0,36484,4167,5913,2393,0,0,7518,2253,9654,3461,0,1055,1392,490,81,0,12979043,5.0,7171563,18.6,5.0,26.5
|
| 171 |
2011-09-28,73365,0,36191,5635,6370,2274,0,0,7628,2198,9272,722,0,972,1591,451,61,0,13053783,5.6,7362768,18.1,5.6,20.6
|
| 172 |
-
2011-09-29,70323,0,35425,3835,5395,2216,0,0,7230,2156,10239,694,0,926,1718,425,64,0,12573321,5.7,7069321,20.7,5.7,
|
|
|
|
|
|
| 169 |
2011-09-26,64645,0,32747,3699,5114,2092,0,0,7129,2054,8457,657,0,745,1417,477,57,0,11717437,7.2,6603542,16.4,7.2,24.0
|
| 170 |
2011-09-27,74861,0,36484,4167,5913,2393,0,0,7518,2253,9654,3461,0,1055,1392,490,81,0,12979043,5.0,7171563,18.6,5.0,26.5
|
| 171 |
2011-09-28,73365,0,36191,5635,6370,2274,0,0,7628,2198,9272,722,0,972,1591,451,61,0,13053783,5.6,7362768,18.1,5.6,20.6
|
| 172 |
+
2011-09-29,70323,0,35425,3835,5395,2216,0,0,7230,2156,10239,694,0,926,1718,425,64,0,12573321,5.7,7069321,20.7,5.7,20.7
|
| 173 |
+
2011-09-30,68805,0,32614,3435,4779,2028,0,0,6732,2164,13041,1419,0,801,1353,376,63,0,11811553,7.1,6690617,21.1,7.1,0.0
|