Add 2011-11-22 — 74.4K events, 11 files
Browse files- README.md +26 -26
- data/commit_comments/2011/11/22.parquet +3 -0
- data/creates/2011/11/22.parquet +3 -0
- data/deletes/2011/11/22.parquet +3 -0
- data/forks/2011/11/22.parquet +3 -0
- data/issues/2011/11/22.parquet +3 -0
- data/members/2011/11/22.parquet +3 -0
- data/public_events/2011/11/22.parquet +3 -0
- data/pull_requests/2011/11/22.parquet +3 -0
- data/pushes/2011/11/22.parquet +3 -0
- data/stars/2011/11/22.parquet +3 -0
- data/wiki_pages/2011/11/22.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-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.
|
| 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,7 +71,7 @@ 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 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 216
|
|
@@ -80,22 +80,22 @@ Events from today are captured in near-real-time from the GitHub Events API and
|
|
| 80 |
03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 151
|
| 81 |
04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 162
|
| 82 |
05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 177
|
| 83 |
-
06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 84 |
07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 128
|
| 85 |
-
08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 86 |
-
09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 87 |
10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 194
|
| 88 |
-
11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 89 |
12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 262
|
| 90 |
13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 313
|
| 91 |
-
14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 92 |
15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 444
|
| 93 |
16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 605
|
| 94 |
17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.7K
|
| 95 |
18:00 ██████████████████████████████ 323.6K
|
| 96 |
19:00 █████████████████████████████░ 316.2K
|
| 97 |
20:00 ████████████████████████████░░ 304.1K
|
| 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 ██████████████████████████████ 11.
|
| 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 ██████████████████████████████ 1.
|
| 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 | 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 | 132,
|
| 558 |
-
| `commit_comments` | CommitCommentEvent |
|
| 559 |
-
| `wiki_pages` | GollumEvent |
|
| 560 |
-
| `members` | MemberEvent | 65,
|
| 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-22** (204 days), totaling **11,282,284 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.1 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 |
|
| 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** — 1,086,169 events in 6658 blocks
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 216
|
|
|
|
| 80 |
03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 151
|
| 81 |
04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 162
|
| 82 |
05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 177
|
| 83 |
+
06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 123
|
| 84 |
07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 128
|
| 85 |
+
08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 170
|
| 86 |
+
09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 217
|
| 87 |
10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 194
|
| 88 |
+
11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 219
|
| 89 |
12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 262
|
| 90 |
13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 313
|
| 91 |
+
14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 377
|
| 92 |
15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 444
|
| 93 |
16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 605
|
| 94 |
17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.7K
|
| 95 |
18:00 ██████████████████████████████ 323.6K
|
| 96 |
19:00 █████████████████████████████░ 316.2K
|
| 97 |
20:00 ████████████████████████████░░ 304.1K
|
| 98 |
+
21:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 17.4K
|
| 99 |
22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 100 |
23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 101 |
```
|
|
|
|
| 131 |
## Events per year
|
| 132 |
|
| 133 |
```
|
| 134 |
+
2011 ██████████████████████████████ 11.3M
|
| 135 |
```
|
| 136 |
|
| 137 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
| 138 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 139 |
+
| 2011 | 204 | 11,282,284 | 55,305 | 2.1 GB | 1.0 GB | 51m59s | 43m07s | 1h34m |
|
| 140 |
|
| 141 |
|
| 142 |
### Pushes per year
|
|
|
|
| 149 |
### Issues per year
|
| 150 |
|
| 151 |
```
|
| 152 |
+
2011 ██████████████████████████████ 586.7K
|
| 153 |
```
|
| 154 |
|
| 155 |
|
| 156 |
### Pull requests per year
|
| 157 |
|
| 158 |
```
|
| 159 |
+
2011 ██████████████████████████████ 295.8K
|
| 160 |
```
|
| 161 |
|
| 162 |
|
| 163 |
### Stars per year
|
| 164 |
|
| 165 |
```
|
| 166 |
+
2011 ██████████████████████████████ 1.2M
|
| 167 |
```
|
| 168 |
|
| 169 |
|
|
|
|
| 547 |
|
| 548 |
| Table | GitHub Event | Events | % | Description |
|
| 549 |
|-------|-------------|-------:|---:|-------------|
|
| 550 |
+
| `pushes` | PushEvent | 5,432,400 | 48.1% | Git pushes with commits |
|
| 551 |
+
| `issues` | IssuesEvent | 586,653 | 5.2% | Issue lifecycle events |
|
| 552 |
+
| `issue_comments` | IssueCommentEvent | 712,999 | 6.3% | Comments on issues/PRs |
|
| 553 |
+
| `pull_requests` | PullRequestEvent | 295,815 | 2.6% | PR lifecycle events |
|
| 554 |
+
| `stars` | WatchEvent | 1,152,947 | 10.2% | Repository stars |
|
| 555 |
+
| `forks` | ForkEvent | 321,670 | 2.9% | Repository forks |
|
| 556 |
+
| `creates` | CreateEvent | 1,554,851 | 13.8% | Branch/tag/repo creation |
|
| 557 |
+
| `deletes` | DeleteEvent | 132,842 | 1.2% | Branch/tag deletion |
|
| 558 |
+
| `commit_comments` | CommitCommentEvent | 142,314 | 1.3% | Comments on commits |
|
| 559 |
+
| `wiki_pages` | GollumEvent | 234,288 | 2.1% | Wiki page edits |
|
| 560 |
+
| `members` | MemberEvent | 65,523 | 0.6% | Collaborator additions |
|
| 561 |
+
| `public_events` | PublicEvent | 10,376 | 0.1% | Repo made public |
|
| 562 |
|
| 563 |
## How it's built
|
| 564 |
|
data/commit_comments/2011/11/22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:11ecdd61f18b45bb1e970731d365b69bfb6b848b49a06b3930e85909cac67362
|
| 3 |
+
size 111703
|
data/creates/2011/11/22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9000d67f6b8147246f15a3e2f938c1773c5271df640c8dd24abfb69cdc095d6a
|
| 3 |
+
size 389614
|
data/deletes/2011/11/22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:26ba35703b525c7f6fa382eb6cc78c817f06eeefd82356f7c8812668865381c2
|
| 3 |
+
size 26255
|
data/forks/2011/11/22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3a3eeffe5d821800f8806612afb8c95f672c0c17d0c6cda2e4e92eae4796b3a2
|
| 3 |
+
size 205463
|
data/issues/2011/11/22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cf2c90c3fffc05b62ed5b297c280fb3328d9dbfb03cc4357fcc6676090f7bd01
|
| 3 |
+
size 725550
|
data/members/2011/11/22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3c4ea2151f963540b1f70c194cf9a54dc539c71b70a142b93cb2c83e42caaec6
|
| 3 |
+
size 23078
|
data/public_events/2011/11/22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0119c5f2e00a96c284b93a92cb1b442e3025e938579cb3da564ef5f448921b64
|
| 3 |
+
size 4865
|
data/pull_requests/2011/11/22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:58c59919b6cbf870d6be8ec3df9a64018a2a26f2a991b33845d78f1dd04c86bc
|
| 3 |
+
size 378683
|
data/pushes/2011/11/22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6e9aa1883deab86e9c9e1b25ca617d4ce3ad9ae441a77550551608a66cd5663d
|
| 3 |
+
size 7541498
|
data/stars/2011/11/22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4cd82012d02411fc2f57f20185816c7e6b9469a7096f6cd9eaf56915e33f94d4
|
| 3 |
+
size 210052
|
data/wiki_pages/2011/11/22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:526100048f3159e456dd997eec5ed5056a830b4322874947c50dbc79649fd1d5
|
| 3 |
+
size 97531
|
stats.csv
CHANGED
|
@@ -201,4 +201,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 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,22.1
|
| 204 |
-
2011-11-21,62863,0,30340,3397,4915,1827,0,0,6048,1876,11305,620,0,713,1363,409,50,0,16816825,20.0,8395026,21.1,20.0,
|
|
|
|
|
|
| 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,22.1
|
| 204 |
+
2011-11-21,62863,0,30340,3397,4915,1827,0,0,6048,1876,11305,620,0,713,1363,409,50,0,16816825,20.0,8395026,21.1,20.0,29.9
|
| 205 |
+
2011-11-22,74414,0,34506,3510,5108,1996,0,0,7121,2225,16771,742,0,758,1155,466,56,0,19321301,22.2,9714292,19.0,22.2,0.0
|