Add 2011-08-22 — 61.5K events, 11 files
Browse files- README.md +23 -23
- data/commit_comments/2011/08/22.parquet +3 -0
- data/creates/2011/08/22.parquet +3 -0
- data/deletes/2011/08/22.parquet +3 -0
- data/forks/2011/08/22.parquet +3 -0
- data/issues/2011/08/22.parquet +3 -0
- data/members/2011/08/22.parquet +3 -0
- data/public_events/2011/08/22.parquet +3 -0
- data/pull_requests/2011/08/22.parquet +3 -0
- data/pushes/2011/08/22.parquet +3 -0
- data/stars/2011/08/22.parquet +3 -0
- data/wiki_pages/2011/08/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-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,23 +71,23 @@ 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** — 762,
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 172
|
| 78 |
01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 154
|
| 79 |
02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 125
|
| 80 |
-
03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 81 |
04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 131
|
| 82 |
05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 115
|
| 83 |
06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 93
|
| 84 |
07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 91
|
| 85 |
08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 110
|
| 86 |
09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 151
|
| 87 |
-
10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 88 |
11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 149
|
| 89 |
12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 192
|
| 90 |
-
13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 91 |
14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 287
|
| 92 |
15:00 █░░░░��░░░░░░░░░░░░░░░░░░░░░░░░ 366
|
| 93 |
16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 476
|
|
@@ -131,12 +131,12 @@ duckdb.sql("""
|
|
| 131 |
## Events per year
|
| 132 |
|
| 133 |
```
|
| 134 |
-
2011 ██████████████████████████████ 6.
|
| 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 | 3,
|
| 551 |
-
| `issues` | IssuesEvent |
|
| 552 |
-
| `issue_comments` | IssueCommentEvent |
|
| 553 |
-
| `pull_requests` | PullRequestEvent |
|
| 554 |
-
| `stars` | WatchEvent |
|
| 555 |
-
| `forks` | ForkEvent |
|
| 556 |
-
| `creates` | CreateEvent |
|
| 557 |
-
| `deletes` | DeleteEvent | 77,
|
| 558 |
-
| `commit_comments` | CommitCommentEvent |
|
| 559 |
-
| `wiki_pages` | GollumEvent |
|
| 560 |
-
| `members` | MemberEvent | 37,
|
| 561 |
-
| `public_events` | PublicEvent | 5,
|
| 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-22** (133 days), totaling **6,778,670 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 595.2 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** — 762,748 events in 4631 blocks
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 172
|
| 78 |
01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 154
|
| 79 |
02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 125
|
| 80 |
+
03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 106
|
| 81 |
04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 131
|
| 82 |
05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 115
|
| 83 |
06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 93
|
| 84 |
07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 91
|
| 85 |
08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 110
|
| 86 |
09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 151
|
| 87 |
+
10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 144
|
| 88 |
11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 149
|
| 89 |
12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 192
|
| 90 |
+
13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 227
|
| 91 |
14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 287
|
| 92 |
15:00 █░░░░��░░░░░░░░░░░░░░░░░░░░░░░░ 366
|
| 93 |
16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 476
|
|
|
|
| 131 |
## Events per year
|
| 132 |
|
| 133 |
```
|
| 134 |
+
2011 ██████████████████████████████ 6.8M
|
| 135 |
```
|
| 136 |
|
| 137 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
| 138 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 139 |
+
| 2011 | 133 | 6,778,670 | 50,967 | 1.2 GB | 595.2 MB | 27m44s | 26m35s | 58m46s |
|
| 140 |
|
| 141 |
|
| 142 |
### Pushes per year
|
|
|
|
| 149 |
### Issues per year
|
| 150 |
|
| 151 |
```
|
| 152 |
+
2011 ██████████████████████████████ 336.4K
|
| 153 |
```
|
| 154 |
|
| 155 |
|
| 156 |
### Pull requests per year
|
| 157 |
|
| 158 |
```
|
| 159 |
+
2011 ██████████████████████████████ 164.8K
|
| 160 |
```
|
| 161 |
|
| 162 |
|
| 163 |
### Stars per year
|
| 164 |
|
| 165 |
```
|
| 166 |
+
2011 ██████████████████████████████ 691.4K
|
| 167 |
```
|
| 168 |
|
| 169 |
|
|
|
|
| 547 |
|
| 548 |
| Table | GitHub Event | Events | % | Description |
|
| 549 |
|-------|-------------|-------:|---:|-------------|
|
| 550 |
+
| `pushes` | PushEvent | 3,208,730 | 47.3% | Git pushes with commits |
|
| 551 |
+
| `issues` | IssuesEvent | 336,372 | 5.0% | Issue lifecycle events |
|
| 552 |
+
| `issue_comments` | IssueCommentEvent | 376,661 | 5.6% | Comments on issues/PRs |
|
| 553 |
+
| `pull_requests` | PullRequestEvent | 164,804 | 2.4% | PR lifecycle events |
|
| 554 |
+
| `stars` | WatchEvent | 691,398 | 10.2% | Repository stars |
|
| 555 |
+
| `forks` | ForkEvent | 186,497 | 2.8% | Repository forks |
|
| 556 |
+
| `creates` | CreateEvent | 820,003 | 12.1% | Branch/tag/repo creation |
|
| 557 |
+
| `deletes` | DeleteEvent | 77,907 | 1.1% | Branch/tag deletion |
|
| 558 |
+
| `commit_comments` | CommitCommentEvent | 89,165 | 1.3% | Comments on commits |
|
| 559 |
+
| `wiki_pages` | GollumEvent | 143,795 | 2.1% | Wiki page edits |
|
| 560 |
+
| `members` | MemberEvent | 37,834 | 0.6% | Collaborator additions |
|
| 561 |
+
| `public_events` | PublicEvent | 5,898 | 0.1% | Repo made public |
|
| 562 |
|
| 563 |
## How it's built
|
| 564 |
|
data/commit_comments/2011/08/22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0dae81e1c89d4102dc6eec4d309716dc1425707cfc738ee7776538fbe18406d2
|
| 3 |
+
size 44764
|
data/creates/2011/08/22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cd1e8a54642dbe06951812322f52291e430f70ea26be66f7cac8f29ddf32b02e
|
| 3 |
+
size 313863
|
data/deletes/2011/08/22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:198bcde4e5dbdad6123a4f77fd4dd277200dff105b2dcf3988d7a02a0777aa03
|
| 3 |
+
size 25497
|
data/forks/2011/08/22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:885e13ba203546b1297d0e173e141d339c4d55ce2bb80eac0489e2eb10540317
|
| 3 |
+
size 105566
|
data/issues/2011/08/22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c8e8fc853995aa436f5267e001109b6a1bb981ffcdd0f056302daea2c5b0c9fc
|
| 3 |
+
size 114020
|
data/members/2011/08/22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3ea7f93276d1bdb73cac242f150c96975c07340f8f2ae6671828ef6203743e0b
|
| 3 |
+
size 15752
|
data/public_events/2011/08/22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3ac87b37b197dc16fb10722efddbc6926e600d5e15f4d3f8bbb1c578c997eac0
|
| 3 |
+
size 5256
|
data/pull_requests/2011/08/22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2d6dba06d9780c41275080d79fdf8aa489df2ef683decce31e502ade910f7cb1
|
| 3 |
+
size 110402
|
data/pushes/2011/08/22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6837b252f4585999d0a29ea2db678302b7869543af7b1771da3c8caee4c564b1
|
| 3 |
+
size 4867370
|
data/stars/2011/08/22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aafe058198b25a7baf26b6b48019bd1d9e70f88bbb7be02679f48cedccc2c31d
|
| 3 |
+
size 212252
|
data/wiki_pages/2011/08/22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0e2c2d1a4bf28dab90a2d9ff16b396e102d010e34b76279290d89cd43662881a
|
| 3 |
+
size 100513
|
stats.csv
CHANGED
|
@@ -130,4 +130,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 130 |
2011-08-18,61841,0,30023,4783,6222,1900,0,0,6966,1828,7038,767,0,742,1205,303,64,0,10894539,9.9,5760927,18.4,9.9,25.3
|
| 131 |
2011-08-19,60442,0,27818,4744,6901,1779,0,0,7202,1877,7142,530,0,720,1375,296,58,0,10436247,10.4,5550963,21.0,10.4,21.7
|
| 132 |
2011-08-20,35099,0,17616,1793,2203,775,0,0,5551,1301,4288,260,0,431,675,170,36,0,6109284,4.7,3457636,16.2,4.7,23.8
|
| 133 |
-
2011-08-21,38946,0,20881,1808,2399,972,0,0,4864,1327,5010,323,0,358,804,169,31,0,7101157,7.5,3968252,16.4,7.5,
|
|
|
|
|
|
| 130 |
2011-08-18,61841,0,30023,4783,6222,1900,0,0,6966,1828,7038,767,0,742,1205,303,64,0,10894539,9.9,5760927,18.4,9.9,25.3
|
| 131 |
2011-08-19,60442,0,27818,4744,6901,1779,0,0,7202,1877,7142,530,0,720,1375,296,58,0,10436247,10.4,5550963,21.0,10.4,21.7
|
| 132 |
2011-08-20,35099,0,17616,1793,2203,775,0,0,5551,1301,4288,260,0,431,675,170,36,0,6109284,4.7,3457636,16.2,4.7,23.8
|
| 133 |
+
2011-08-21,38946,0,20881,1808,2399,972,0,0,4864,1327,5010,323,0,358,804,169,31,0,7101157,7.5,3968252,16.4,7.5,29.1
|
| 134 |
+
2011-08-22,61464,0,29470,3733,5344,1870,0,0,7472,1964,8262,717,0,911,1340,316,65,0,10887133,9.7,5915255,17.2,9.7,0.0
|