Add 2011-06-29 — 57.6K events, 11 files
Browse files- README.md +30 -30
- data/commit_comments/2011/06/29.parquet +3 -0
- data/creates/2011/06/29.parquet +3 -0
- data/deletes/2011/06/29.parquet +3 -0
- data/forks/2011/06/29.parquet +3 -0
- data/issues/2011/06/29.parquet +3 -0
- data/members/2011/06/29.parquet +3 -0
- data/public_events/2011/06/29.parquet +3 -0
- data/pull_requests/2011/06/29.parquet +3 -0
- data/pushes/2011/06/29.parquet +3 -0
- data/stars/2011/06/29.parquet +3 -0
- data/wiki_pages/2011/06/29.parquet +3 -0
- stats.csv +3 -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-
|
| 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,29 +71,29 @@ 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 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 85
|
| 78 |
01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 93
|
| 79 |
-
02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 80 |
03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 58
|
| 81 |
04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 71
|
| 82 |
05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 57
|
| 83 |
-
06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 84 |
07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 63
|
| 85 |
08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 69
|
| 86 |
09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 104
|
| 87 |
-
10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 88 |
-
11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 89 |
12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 128
|
| 90 |
-
13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 91 |
-
14:00 █░░░░░░░░
|
| 92 |
-
15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 93 |
-
16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 94 |
17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.4K
|
| 95 |
18:00 ██████████████████████████████ 322.9K
|
| 96 |
-
19:00 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 97 |
20:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 98 |
21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 99 |
22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
|
@@ -131,39 +131,39 @@ duckdb.sql("""
|
|
| 131 |
## Events per year
|
| 132 |
|
| 133 |
```
|
| 134 |
-
2011 ██████████████████████████████ 4.
|
| 135 |
```
|
| 136 |
|
| 137 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
| 138 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 139 |
-
| 2011 |
|
| 140 |
|
| 141 |
|
| 142 |
### Pushes per year
|
| 143 |
|
| 144 |
```
|
| 145 |
-
2011 ██████████████████████████████ 2.
|
| 146 |
```
|
| 147 |
|
| 148 |
|
| 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 | 2,
|
| 551 |
-
| `issues` | IssuesEvent |
|
| 552 |
-
| `issue_comments` | IssueCommentEvent |
|
| 553 |
-
| `pull_requests` | PullRequestEvent |
|
| 554 |
-
| `stars` | WatchEvent |
|
| 555 |
-
| `forks` | ForkEvent |
|
| 556 |
-
| `creates` | CreateEvent |
|
| 557 |
-
| `deletes` | DeleteEvent |
|
| 558 |
-
| `commit_comments` | CommitCommentEvent |
|
| 559 |
-
| `wiki_pages` | GollumEvent |
|
| 560 |
-
| `members` | MemberEvent |
|
| 561 |
-
| `public_events` | PublicEvent | 3,
|
| 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-07-01** (92 days), totaling **4,716,345 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 858.0 MB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 398.3 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** — 485,848 events in 2839 blocks
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 85
|
| 78 |
01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 93
|
| 79 |
+
02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 67
|
| 80 |
03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 58
|
| 81 |
04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 71
|
| 82 |
05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 57
|
| 83 |
+
06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 51
|
| 84 |
07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 63
|
| 85 |
08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 69
|
| 86 |
09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 104
|
| 87 |
+
10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 95
|
| 88 |
+
11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 93
|
| 89 |
12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 128
|
| 90 |
+
13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 147
|
| 91 |
+
14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 206
|
| 92 |
+
15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 266
|
| 93 |
+
16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 378
|
| 94 |
17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.4K
|
| 95 |
18:00 ██████████████████████████████ 322.9K
|
| 96 |
+
19:00 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 40.5K
|
| 97 |
20:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 98 |
21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 99 |
22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
|
|
|
| 131 |
## Events per year
|
| 132 |
|
| 133 |
```
|
| 134 |
+
2011 ██████████████████████████████ 4.7M
|
| 135 |
```
|
| 136 |
|
| 137 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
| 138 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 139 |
+
| 2011 | 92 | 4,716,345 | 51,264 | 858.0 MB | 398.3 MB | 15m20s | 19m13s | 36m28s |
|
| 140 |
|
| 141 |
|
| 142 |
### Pushes per year
|
| 143 |
|
| 144 |
```
|
| 145 |
+
2011 ██████████████████████████████ 2.2M
|
| 146 |
```
|
| 147 |
|
| 148 |
|
| 149 |
### Issues per year
|
| 150 |
|
| 151 |
```
|
| 152 |
+
2011 ██████████████████████████████ 215.4K
|
| 153 |
```
|
| 154 |
|
| 155 |
|
| 156 |
### Pull requests per year
|
| 157 |
|
| 158 |
```
|
| 159 |
+
2011 ██████████████████████████████ 104.4K
|
| 160 |
```
|
| 161 |
|
| 162 |
|
| 163 |
### Stars per year
|
| 164 |
|
| 165 |
```
|
| 166 |
+
2011 ██████████████████████████████ 466.6K
|
| 167 |
```
|
| 168 |
|
| 169 |
|
|
|
|
| 547 |
|
| 548 |
| Table | GitHub Event | Events | % | Description |
|
| 549 |
|-------|-------------|-------:|---:|-------------|
|
| 550 |
+
| `pushes` | PushEvent | 2,155,144 | 45.7% | Git pushes with commits |
|
| 551 |
+
| `issues` | IssuesEvent | 215,374 | 4.6% | Issue lifecycle events |
|
| 552 |
+
| `issue_comments` | IssueCommentEvent | 213,559 | 4.5% | Comments on issues/PRs |
|
| 553 |
+
| `pull_requests` | PullRequestEvent | 104,368 | 2.2% | PR lifecycle events |
|
| 554 |
+
| `stars` | WatchEvent | 466,613 | 9.9% | Repository stars |
|
| 555 |
+
| `forks` | ForkEvent | 123,065 | 2.6% | Repository forks |
|
| 556 |
+
| `creates` | CreateEvent | 557,359 | 11.8% | Branch/tag/repo creation |
|
| 557 |
+
| `deletes` | DeleteEvent | 53,756 | 1.1% | Branch/tag deletion |
|
| 558 |
+
| `commit_comments` | CommitCommentEvent | 59,728 | 1.3% | Comments on commits |
|
| 559 |
+
| `wiki_pages` | GollumEvent | 97,382 | 2.1% | Wiki page edits |
|
| 560 |
+
| `members` | MemberEvent | 26,515 | 0.6% | Collaborator additions |
|
| 561 |
+
| `public_events` | PublicEvent | 3,876 | 0.1% | Repo made public |
|
| 562 |
|
| 563 |
## How it's built
|
| 564 |
|
data/commit_comments/2011/06/29.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:09596321ea91d2fb0e4b1bf2d9cbb0cbf631d3953c9e9ec61e3de7c55acf33ab
|
| 3 |
+
size 39035
|
data/creates/2011/06/29.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:87e74f76f7bbe69f02c76f3fe42833df21273a4f76a259802fc35516ef570e26
|
| 3 |
+
size 301379
|
data/deletes/2011/06/29.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd4db0297d48d0fceaac35a3bc703f6fa3b10acc6cc0d6fd232ec068ff4cc4cd
|
| 3 |
+
size 29169
|
data/forks/2011/06/29.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b8c76ccf222f9b810af7f6c82f2fcda8a09d82d5ede8f3506201a1987e74ca6
|
| 3 |
+
size 105465
|
data/issues/2011/06/29.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ce91bcf38108e2cd9591860c97bb3e8bcaf72bdd258ff845e99dc0cb2c1e1a6f
|
| 3 |
+
size 106428
|
data/members/2011/06/29.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9d75ad391a4d0a1c7c8a3d366d2bc9cd285c800da1a1b7aa52e9cd66548f64fe
|
| 3 |
+
size 15308
|
data/public_events/2011/06/29.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:316bfbf93a9dca72e9c75ab3875805ad90cac2d7613116d899035fab1ef57b20
|
| 3 |
+
size 4358
|
data/pull_requests/2011/06/29.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8ed3a5c5beb6e00bb918005d00096d9c132d96716a22faf5bf5e73fcd1108f7b
|
| 3 |
+
size 107761
|
data/pushes/2011/06/29.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c1be22a5ba3ce746534bb9acd03d864918aeea5da1ee1bcca51a42ed069f2042
|
| 3 |
+
size 4946862
|
data/stars/2011/06/29.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:45991d5c2d2cba3b20c51158f436606f8b2ab0666a1ffa88806faeb0ba1e1e8a
|
| 3 |
+
size 179884
|
data/wiki_pages/2011/06/29.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dcf05cf7bbee305667f052e3b739ffd37f2cf0856baeb267716e9dbedde4af31
|
| 3 |
+
size 94372
|
stats.csv
CHANGED
|
@@ -88,4 +88,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 88 |
2011-06-25,77973,0,15398,1491,1791,746,0,0,3180,803,3997,322,0,444,688,157,21,0,14083148,5.9,3134929,11.0,5.9,27.7
|
| 89 |
2011-06-26,80500,0,16848,1594,2598,734,0,0,3206,899,4050,235,0,410,733,161,24,0,14088045,6.0,3273951,14.1,6.0,33.0
|
| 90 |
2011-06-27,309948,0,22473,3048,3649,1219,0,0,5238,1412,5601,413,0,660,876,251,29,0,54184875,16.6,4516553,10.9,16.6,23.1
|
| 91 |
-
2011-06-28,82404,0,28628,5797,4838,1694,0,0,6482,1995,6845,547,0,912,1211,332,69,0,14096641,13.0,5633982,19.8,13.0,
|
|
|
|
|
|
|
|
|
| 88 |
2011-06-25,77973,0,15398,1491,1791,746,0,0,3180,803,3997,322,0,444,688,157,21,0,14083148,5.9,3134929,11.0,5.9,27.7
|
| 89 |
2011-06-26,80500,0,16848,1594,2598,734,0,0,3206,899,4050,235,0,410,733,161,24,0,14088045,6.0,3273951,14.1,6.0,33.0
|
| 90 |
2011-06-27,309948,0,22473,3048,3649,1219,0,0,5238,1412,5601,413,0,660,876,251,29,0,54184875,16.6,4516553,10.9,16.6,23.1
|
| 91 |
+
2011-06-28,82404,0,28628,5797,4838,1694,0,0,6482,1995,6845,547,0,912,1211,332,69,0,14096641,13.0,5633982,19.8,13.0,25.1
|
| 92 |
+
2011-06-29,57637,0,29829,2724,4006,1833,0,0,6101,1915,7648,1183,0,815,1237,301,45,0,10836504,15.1,5930021,7.6,15.1,0.0
|
| 93 |
+
2011-07-01,51863,0,26210,2727,4785,1533,0,0,5886,1631,6409,588,0,747,982,322,43,0,9443675,15.0,5105860,7.5,15.0,0.0
|