Add 2011-05-12 — 49.5K events, 11 files
Browse files- README.md +31 -31
- data/commit_comments/2011/05/12.parquet +3 -0
- data/creates/2011/05/12.parquet +3 -0
- data/deletes/2011/05/12.parquet +3 -0
- data/forks/2011/05/12.parquet +3 -0
- data/issues/2011/05/12.parquet +3 -0
- data/members/2011/05/12.parquet +3 -0
- data/public_events/2011/05/12.parquet +3 -0
- data/pull_requests/2011/05/12.parquet +3 -0
- data/pushes/2011/05/12.parquet +3 -0
- data/stars/2011/05/12.parquet +3 -0
- data/wiki_pages/2011/05/12.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-05-13** (
|
| 65 |
|
| 66 |
-
We believe this is the most complete and regularly updated structured mirror of public GitHub activity available on Hugging Face. The original
|
| 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,28 +71,28 @@ 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 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 68
|
| 78 |
-
01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 79 |
-
02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 80 |
03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 45
|
| 81 |
04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 53
|
| 82 |
-
05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 83 |
06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 45
|
| 84 |
07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 47
|
| 85 |
08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 52
|
| 86 |
-
09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 87 |
-
10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 88 |
-
11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 89 |
-
12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 90 |
13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 117
|
| 91 |
14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 144
|
| 92 |
-
15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 93 |
-
16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 94 |
-
17:00 ██████████████
|
| 95 |
-
18:00 ██████████████████████████████
|
| 96 |
19:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 97 |
20:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 98 |
21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
|
@@ -131,12 +131,12 @@ duckdb.sql("""
|
|
| 131 |
## Events per year
|
| 132 |
|
| 133 |
```
|
| 134 |
-
2011 ██████████████████████████████ 2.
|
| 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,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 | 1,
|
| 551 |
-
| `issues` | IssuesEvent |
|
| 552 |
-
| `issue_comments` | IssueCommentEvent |
|
| 553 |
-
| `pull_requests` | PullRequestEvent |
|
| 554 |
-
| `stars` | WatchEvent |
|
| 555 |
-
| `forks` | ForkEvent |
|
| 556 |
-
| `creates` | CreateEvent |
|
| 557 |
-
| `deletes` | DeleteEvent | 33,
|
| 558 |
-
| `commit_comments` | CommitCommentEvent |
|
| 559 |
-
| `wiki_pages` | GollumEvent |
|
| 560 |
-
| `members` | MemberEvent | 16,
|
| 561 |
-
| `public_events` | PublicEvent | 2,
|
| 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-05-13** (56 days), totaling **2,375,981 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 446.1 MB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 234.4 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** — 372,881 events in 2130 blocks
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 68
|
| 78 |
+
01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 79
|
| 79 |
+
02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 48
|
| 80 |
03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 45
|
| 81 |
04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 53
|
| 82 |
+
05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 44
|
| 83 |
06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 45
|
| 84 |
07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 47
|
| 85 |
08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 52
|
| 86 |
+
09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 68
|
| 87 |
+
10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 70
|
| 88 |
+
11:00 █░░░░░░░░░���░░░░░░░░░░░░░░░░░░░ 71
|
| 89 |
+
12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 93
|
| 90 |
13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 117
|
| 91 |
14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 144
|
| 92 |
+
15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 217
|
| 93 |
+
16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 302
|
| 94 |
+
17:00 ██████████████░░░░░░░░░░░░░░░░ 120.3K
|
| 95 |
+
18:00 ██████████████████████████████ 251.0K
|
| 96 |
19:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 97 |
20:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 98 |
21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
|
|
|
| 131 |
## Events per year
|
| 132 |
|
| 133 |
```
|
| 134 |
+
2011 ██████████████████████████████ 2.4M
|
| 135 |
```
|
| 136 |
|
| 137 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
| 138 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 139 |
+
| 2011 | 56 | 2,375,981 | 42,428 | 446.1 MB | 234.4 MB | 7m57s | 10m07s | 21m07s |
|
| 140 |
|
| 141 |
|
| 142 |
### Pushes per year
|
|
|
|
| 149 |
### Issues per year
|
| 150 |
|
| 151 |
```
|
| 152 |
+
2011 ██████████████████████████████ 113.8K
|
| 153 |
```
|
| 154 |
|
| 155 |
|
| 156 |
### Pull requests per year
|
| 157 |
|
| 158 |
```
|
| 159 |
+
2011 ██████████████████████████████ 57.8K
|
| 160 |
```
|
| 161 |
|
| 162 |
|
| 163 |
### Stars per year
|
| 164 |
|
| 165 |
```
|
| 166 |
+
2011 ██████████████████████████████ 277.7K
|
| 167 |
```
|
| 168 |
|
| 169 |
|
|
|
|
| 547 |
|
| 548 |
| Table | GitHub Event | Events | % | Description |
|
| 549 |
|-------|-------------|-------:|---:|-------------|
|
| 550 |
+
| `pushes` | PushEvent | 1,285,715 | 54.1% | Git pushes with commits |
|
| 551 |
+
| `issues` | IssuesEvent | 113,758 | 4.8% | Issue lifecycle events |
|
| 552 |
+
| `issue_comments` | IssueCommentEvent | 76,807 | 3.2% | Comments on issues/PRs |
|
| 553 |
+
| `pull_requests` | PullRequestEvent | 57,787 | 2.4% | PR lifecycle events |
|
| 554 |
+
| `stars` | WatchEvent | 277,747 | 11.7% | Repository stars |
|
| 555 |
+
| `forks` | ForkEvent | 71,286 | 3.0% | Repository forks |
|
| 556 |
+
| `creates` | CreateEvent | 344,866 | 14.5% | Branch/tag/repo creation |
|
| 557 |
+
| `deletes` | DeleteEvent | 33,681 | 1.4% | Branch/tag deletion |
|
| 558 |
+
| `commit_comments` | CommitCommentEvent | 34,775 | 1.5% | Comments on commits |
|
| 559 |
+
| `wiki_pages` | GollumEvent | 60,821 | 2.6% | Wiki page edits |
|
| 560 |
+
| `members` | MemberEvent | 16,511 | 0.7% | Collaborator additions |
|
| 561 |
+
| `public_events` | PublicEvent | 2,227 | 0.1% | Repo made public |
|
| 562 |
|
| 563 |
## How it's built
|
| 564 |
|
data/commit_comments/2011/05/12.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:06035730dc26805d42aa0aa420b80081c7201a596659bd2bd4525fc049b804b5
|
| 3 |
+
size 39171
|
data/creates/2011/05/12.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ee4595e7f91d5d65a57e7786b0bfe28cbad0cac4f02f414114b7b0f8cbd20ae4
|
| 3 |
+
size 156156
|
data/deletes/2011/05/12.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0caa2b809dccebddeea622b480bde2e6569e5b347dc666e3e7732494e4028e67
|
| 3 |
+
size 23217
|
data/forks/2011/05/12.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5c6d44ed0eb0a89ab7a5a28dcac728a5abe52b91ca031053c5c68f6f838a611d
|
| 3 |
+
size 63241
|
data/issues/2011/05/12.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:848e858ddc4287e0af6d5921f2c9fd9b1661478261df45f0c103e93022602221
|
| 3 |
+
size 90112
|
data/members/2011/05/12.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4cc31f1a275df32947a01dfa5ceee6c3447f77df10b2ae221c04aee1eb97dc8b
|
| 3 |
+
size 15574
|
data/public_events/2011/05/12.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:62bf8d4b9e27d5028af6df780a857f5b38936f280fb65be71dc1dd496177becb
|
| 3 |
+
size 4532
|
data/pull_requests/2011/05/12.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a778d8c3f80de28e8351fd0dc4e8e04d49b896e528bd7a5c1768f690552e53ee
|
| 3 |
+
size 94277
|
data/pushes/2011/05/12.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:faac71359ee5451171bba2651df4cfd22695b733eb446b83c8927a733df01bae
|
| 3 |
+
size 4357752
|
data/stars/2011/05/12.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:95f2ad34b8e1107bb10f9b622693a3ea04c0c1466e0cf4f4c9c86771d683cf7e
|
| 3 |
+
size 167155
|
data/wiki_pages/2011/05/12.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:16e21bef12b6e819d006e132d46586fd2b173c43c8894258716df7d3402d1e98
|
| 3 |
+
size 76489
|
stats.csv
CHANGED
|
@@ -52,5 +52,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 52 |
2011-04-26,48797,0,25623,2202,3003,1375,0,0,5939,2115,5810,653,0,596,1083,356,42,0,9643112,6.9,5003120,5.7,6.9,21.4
|
| 53 |
2011-04-27,43925,0,23493,2170,2867,1278,0,0,4914,1395,5252,429,0,706,1047,322,52,0,8761524,6.0,4699389,13.8,6.0,20.0
|
| 54 |
2011-05-10,51454,0,24086,4081,4177,1280,0,0,5028,1381,8982,397,0,810,875,302,55,0,9085660,18.1,4544296,6.9,18.1,34.5
|
| 55 |
-
2011-05-11,58354,0,28529,3906,4774,1540,0,0,6173,1584,7901,1467,0,839,1280,327,34,0,10903560,21.4,5295076,6.2,21.4,
|
|
|
|
| 56 |
2011-05-13,51426,0,24970,3482,5292,1405,0,0,5800,1524,6099,840,0,645,1032,304,33,0,9612566,18.3,5023250,8.6,18.3,0.0
|
|
|
|
| 52 |
2011-04-26,48797,0,25623,2202,3003,1375,0,0,5939,2115,5810,653,0,596,1083,356,42,0,9643112,6.9,5003120,5.7,6.9,21.4
|
| 53 |
2011-04-27,43925,0,23493,2170,2867,1278,0,0,4914,1395,5252,429,0,706,1047,322,52,0,8761524,6.0,4699389,13.8,6.0,20.0
|
| 54 |
2011-05-10,51454,0,24086,4081,4177,1280,0,0,5028,1381,8982,397,0,810,875,302,55,0,9085660,18.1,4544296,6.9,18.1,34.5
|
| 55 |
+
2011-05-11,58354,0,28529,3906,4774,1540,0,0,6173,1584,7901,1467,0,839,1280,327,34,0,10903560,21.4,5295076,6.2,21.4,35.5
|
| 56 |
+
2011-05-12,49491,0,26164,2686,3433,1384,0,0,5518,1562,5949,552,0,875,982,335,51,0,9942744,19.4,5087676,14.1,19.4,0.0
|
| 57 |
2011-05-13,51426,0,24970,3482,5292,1405,0,0,5800,1524,6099,840,0,645,1032,304,33,0,9612566,18.3,5023250,8.6,18.3,0.0
|