Add 2011-08-28 — 41.0K events, 11 files
Browse files- README.md +25 -25
- data/commit_comments/2011/08/28.parquet +3 -0
- data/creates/2011/08/28.parquet +3 -0
- data/deletes/2011/08/28.parquet +3 -0
- data/forks/2011/08/28.parquet +3 -0
- data/issues/2011/08/28.parquet +3 -0
- data/members/2011/08/28.parquet +3 -0
- data/public_events/2011/08/28.parquet +3 -0
- data/pull_requests/2011/08/28.parquet +3 -0
- data/pushes/2011/08/28.parquet +3 -0
- data/stars/2011/08/28.parquet +3 -0
- data/wiki_pages/2011/08/28.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-08-
|
| 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.2 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,30 +71,30 @@ 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 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 174
|
| 78 |
01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 155
|
| 79 |
02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 126
|
| 80 |
-
03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 81 |
04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 133
|
| 82 |
05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 115
|
| 83 |
06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 94
|
| 84 |
07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 93
|
| 85 |
08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 110
|
| 86 |
-
09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 87 |
10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 145
|
| 88 |
11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 149
|
| 89 |
12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 194
|
| 90 |
-
13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 91 |
14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 288
|
| 92 |
-
15:00 █░░░░
|
| 93 |
-
16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 94 |
17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.6K
|
| 95 |
18:00 ██████████████████████████████ 323.3K
|
| 96 |
19:00 █████████████████████████████░ 315.8K
|
| 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 | 3,
|
| 551 |
-
| `issues` | IssuesEvent |
|
| 552 |
-
| `issue_comments` | IssueCommentEvent |
|
| 553 |
-
| `pull_requests` | PullRequestEvent |
|
| 554 |
-
| `stars` | WatchEvent |
|
| 555 |
-
| `forks` | ForkEvent |
|
| 556 |
-
| `creates` | CreateEvent |
|
| 557 |
-
| `deletes` | DeleteEvent | 81,
|
| 558 |
-
| `commit_comments` | CommitCommentEvent |
|
| 559 |
-
| `wiki_pages` | GollumEvent |
|
| 560 |
-
| `members` | MemberEvent | 39,
|
| 561 |
-
| `public_events` | PublicEvent | 6,
|
| 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-08-28** (139 days), totaling **7,104,226 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.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 625.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** — 778,652 events in 4688 blocks
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 174
|
| 78 |
01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 155
|
| 79 |
02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 126
|
| 80 |
+
03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 107
|
| 81 |
04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 133
|
| 82 |
05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 115
|
| 83 |
06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 94
|
| 84 |
07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 93
|
| 85 |
08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 110
|
| 86 |
+
09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 153
|
| 87 |
10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 145
|
| 88 |
11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 149
|
| 89 |
12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 194
|
| 90 |
+
13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 231
|
| 91 |
14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 288
|
| 92 |
+
15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 369
|
| 93 |
+
16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 479
|
| 94 |
17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.6K
|
| 95 |
18:00 ██████████████████████████████ 323.3K
|
| 96 |
19:00 █████████████████████████████░ 315.8K
|
| 97 |
+
20:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 15.8K
|
| 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 | 139 | 7,104,226 | 51,109 | 1.2 GB | 625.4 MB | 29m39s | 27m21s | 1h01m |
|
| 140 |
|
| 141 |
|
| 142 |
### Pushes per year
|
|
|
|
| 149 |
### Issues per year
|
| 150 |
|
| 151 |
```
|
| 152 |
+
2011 ██████████████████████████████ 354.5K
|
| 153 |
```
|
| 154 |
|
| 155 |
|
| 156 |
### Pull requests per year
|
| 157 |
|
| 158 |
```
|
| 159 |
+
2011 ██████████████████████████████ 174.7K
|
| 160 |
```
|
| 161 |
|
| 162 |
|
| 163 |
### Stars per year
|
| 164 |
|
| 165 |
```
|
| 166 |
+
2011 ██████████████████████████████ 730.3K
|
| 167 |
```
|
| 168 |
|
| 169 |
|
|
|
|
| 547 |
|
| 548 |
| Table | GitHub Event | Events | % | Description |
|
| 549 |
|-------|-------------|-------:|---:|-------------|
|
| 550 |
+
| `pushes` | PushEvent | 3,374,894 | 47.5% | Git pushes with commits |
|
| 551 |
+
| `issues` | IssuesEvent | 354,511 | 5.0% | Issue lifecycle events |
|
| 552 |
+
| `issue_comments` | IssueCommentEvent | 401,692 | 5.7% | Comments on issues/PRs |
|
| 553 |
+
| `pull_requests` | PullRequestEvent | 174,738 | 2.5% | PR lifecycle events |
|
| 554 |
+
| `stars` | WatchEvent | 730,303 | 10.3% | Repository stars |
|
| 555 |
+
| `forks` | ForkEvent | 197,239 | 2.8% | Repository forks |
|
| 556 |
+
| `creates` | CreateEvent | 859,841 | 12.1% | Branch/tag/repo creation |
|
| 557 |
+
| `deletes` | DeleteEvent | 81,549 | 1.1% | Branch/tag deletion |
|
| 558 |
+
| `commit_comments` | CommitCommentEvent | 93,245 | 1.3% | Comments on commits |
|
| 559 |
+
| `wiki_pages` | GollumEvent | 150,677 | 2.1% | Wiki page edits |
|
| 560 |
+
| `members` | MemberEvent | 39,664 | 0.6% | Collaborator additions |
|
| 561 |
+
| `public_events` | PublicEvent | 6,267 | 0.1% | Repo made public |
|
| 562 |
|
| 563 |
## How it's built
|
| 564 |
|
data/commit_comments/2011/08/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9baf467a9aa948a2911ade15a72c5ede0ecbbc630ae57304aede755802d16cb7
|
| 3 |
+
size 24686
|
data/creates/2011/08/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e2b38de596e82924ac043cb78aaa657354c602bd150850cbe4610ffe8dedb987
|
| 3 |
+
size 210806
|
data/deletes/2011/08/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:304fe94e57fc1ee1a63708b72138b62c2ccdf96908750c482716aecb97ba22c0
|
| 3 |
+
size 17087
|
data/forks/2011/08/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:848a79208585e1726825fccf4533bd406cac0394b161513be64ac6282650b1c7
|
| 3 |
+
size 77894
|
data/issues/2011/08/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6d02144042c7f694ea51585580feab8f51412d98fc907f1cec358ea47359b6c5
|
| 3 |
+
size 76856
|
data/members/2011/08/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0441fe9b18b803641126c457f664ee12f396dd4f98cff3e6ff256cfde81317dd
|
| 3 |
+
size 11473
|
data/public_events/2011/08/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:54d6a2a7c57daad0044d84868f80ccf34941e5b5ab6b3b91c9323a39a9c2ac2a
|
| 3 |
+
size 4408
|
data/pull_requests/2011/08/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9171910dc37d71f3c8f94b21cf06012b7f96ffc1134760c4387689fc53040d62
|
| 3 |
+
size 72648
|
data/pushes/2011/08/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:04830cebf3017c59ac53a5d26e9af797e08fd2065772345c0cdc0a2a356ef7ca
|
| 3 |
+
size 3214314
|
data/stars/2011/08/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:be0576c2a4b194baa96c3a80508ba589c51a7c7acbed15d296c96a94ea862b7a
|
| 3 |
+
size 143754
|
data/wiki_pages/2011/08/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1d4c8ac45397487a80932eb1e66aa74f675c7699f5ad611c019332b19dfd0574
|
| 3 |
+
size 46957
|
stats.csv
CHANGED
|
@@ -136,4 +136,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 136 |
2011-08-24,64573,0,33261,3616,5343,1997,0,0,7409,2012,7650,642,0,863,1369,342,69,0,11975448,9.3,6159393,21.9,9.3,29.4
|
| 137 |
2011-08-25,60887,0,30997,3351,4897,2024,0,0,7065,1960,7600,577,0,729,1284,333,70,0,11228802,8.9,5808356,18.1,8.9,27.2
|
| 138 |
2011-08-26,56696,0,28739,3079,4280,1825,0,0,6734,1851,7053,725,0,725,1303,320,62,0,10570210,7.6,5633764,17.3,7.6,21.9
|
| 139 |
-
2011-08-27,39226,0,20392,2160,2681,1032,0,0,4697,1359,4959,430,0,510,746,214,46,0,7038033,5.4,3832513,14.9,5.4,
|
|
|
|
|
|
| 136 |
2011-08-24,64573,0,33261,3616,5343,1997,0,0,7409,2012,7650,642,0,863,1369,342,69,0,11975448,9.3,6159393,21.9,9.3,29.4
|
| 137 |
2011-08-25,60887,0,30997,3351,4897,2024,0,0,7065,1960,7600,577,0,729,1284,333,70,0,11228802,8.9,5808356,18.1,8.9,27.2
|
| 138 |
2011-08-26,56696,0,28739,3079,4280,1825,0,0,6734,1851,7053,725,0,725,1303,320,62,0,10570210,7.6,5633764,17.3,7.6,21.9
|
| 139 |
+
2011-08-27,39226,0,20392,2160,2681,1032,0,0,4697,1359,4959,430,0,510,746,214,46,0,7038033,5.4,3832513,14.9,5.4,28.3
|
| 140 |
+
2011-08-28,40998,0,21296,2203,2778,1146,0,0,4951,1551,5173,456,0,409,806,184,45,0,7203720,4.9,3900883,16.3,4.9,0.0
|