Add 2012-05-22 — 128.5K events, 11 files
Browse files- README.md +24 -24
- data/commit_comments/2012/05/22.parquet +3 -0
- data/creates/2012/05/22.parquet +3 -0
- data/deletes/2012/05/22.parquet +3 -0
- data/forks/2012/05/22.parquet +3 -0
- data/issue_comments/2012/05/22.parquet +3 -0
- data/issues/2012/05/22.parquet +3 -0
- data/public_events/2012/05/22.parquet +3 -0
- data/pull_requests/2012/05/22.parquet +3 -0
- data/pushes/2012/05/22.parquet +3 -0
- data/stars/2012/05/22.parquet +3 -0
- data/wiki_pages/2012/05/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 **2012-05-
|
| 65 |
|
| 66 |
-
We believe this is the most complete and regularly updated structured mirror of public GitHub activity available on Hugging Face. The original 5.
|
| 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,10 +71,10 @@ 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 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 78 |
01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 329
|
| 79 |
02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 275
|
| 80 |
03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 254
|
|
@@ -84,12 +84,12 @@ Events from today are captured in near-real-time from the GitHub Events API and
|
|
| 84 |
07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 219
|
| 85 |
08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 259
|
| 86 |
09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 328
|
| 87 |
-
10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 88 |
-
11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 89 |
12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 385
|
| 90 |
13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 462
|
| 91 |
14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 532
|
| 92 |
-
15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 93 |
16:00 █░░░░��░░░░░░░░░░░░░░░░░░░░░░░░ 837
|
| 94 |
17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
|
| 95 |
18:00 ██████████████████████████████ 323.8K
|
|
@@ -97,7 +97,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
|
|
| 97 |
20:00 ████████████████████████████░░ 304.6K
|
| 98 |
21:00 ████████████████████████░░░░░░ 263.9K
|
| 99 |
22:00 █████████████████████████░░░░░ 273.2K
|
| 100 |
-
23:00 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 101 |
```
|
| 102 |
|
| 103 |
|
|
@@ -132,13 +132,13 @@ duckdb.sql("""
|
|
| 132 |
|
| 133 |
```
|
| 134 |
2011 ██████████████████████████████ 14.1M
|
| 135 |
-
2012 ██████████████████████░░░░░░░
|
| 136 |
```
|
| 137 |
|
| 138 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
| 139 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 140 |
| 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
|
| 141 |
-
| 2012 |
|
| 142 |
|
| 143 |
|
| 144 |
### Pushes per year
|
|
@@ -153,7 +153,7 @@ duckdb.sql("""
|
|
| 153 |
|
| 154 |
```
|
| 155 |
2011 ██████████████████████████████ 737.1K
|
| 156 |
-
2012 █████████████████████░░░░░░░░░
|
| 157 |
```
|
| 158 |
|
| 159 |
|
|
@@ -161,7 +161,7 @@ duckdb.sql("""
|
|
| 161 |
|
| 162 |
```
|
| 163 |
2011 ██████████████░░░░░░░░░░░░░░░░ 370.9K
|
| 164 |
-
2012 ██████████████████████████████
|
| 165 |
```
|
| 166 |
|
| 167 |
|
|
@@ -553,19 +553,19 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
|
|
| 553 |
|
| 554 |
| Table | GitHub Event | Events | % | Description |
|
| 555 |
|-------|-------------|-------:|---:|-------------|
|
| 556 |
-
| `pushes` | PushEvent | 11,
|
| 557 |
-
| `issues` | IssuesEvent | 1,
|
| 558 |
-
| `issue_comments` | IssueCommentEvent | 1,
|
| 559 |
-
| `pull_requests` | PullRequestEvent | 1,
|
| 560 |
-
| `pr_review_comments` | PullRequestReviewCommentEvent |
|
| 561 |
-
| `stars` | WatchEvent | 2,
|
| 562 |
-
| `forks` | ForkEvent |
|
| 563 |
-
| `creates` | CreateEvent | 4,
|
| 564 |
-
| `deletes` | DeleteEvent | 246,
|
| 565 |
-
| `commit_comments` | CommitCommentEvent |
|
| 566 |
-
| `wiki_pages` | GollumEvent |
|
| 567 |
| `members` | MemberEvent | 102,637 | 0.4% | Collaborator additions |
|
| 568 |
-
| `public_events` | PublicEvent | 22,
|
| 569 |
|
| 570 |
## How it's built
|
| 571 |
|
|
|
|
| 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 **2012-05-22** (349 days), totaling **24,972,904 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 5.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.5 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,639,172 events in 10750 blocks
|
| 75 |
|
| 76 |
```
|
| 77 |
+
00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 336
|
| 78 |
01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 329
|
| 79 |
02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 275
|
| 80 |
03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 254
|
|
|
|
| 84 |
07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 219
|
| 85 |
08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 259
|
| 86 |
09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 328
|
| 87 |
+
10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 299
|
| 88 |
+
11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 371
|
| 89 |
12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 385
|
| 90 |
13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 462
|
| 91 |
14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 532
|
| 92 |
+
15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 605
|
| 93 |
16:00 █░░░░��░░░░░░░░░░░░░░░░░░░░░░░░ 837
|
| 94 |
17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
|
| 95 |
18:00 ██████████████████████████████ 323.8K
|
|
|
|
| 97 |
20:00 ████████████████████████████░░ 304.6K
|
| 98 |
21:00 ████████████████████████░░░░░░ 263.9K
|
| 99 |
22:00 █████████████████████████░░░░░ 273.2K
|
| 100 |
+
23:00 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 29.9K
|
| 101 |
```
|
| 102 |
|
| 103 |
|
|
|
|
| 132 |
|
| 133 |
```
|
| 134 |
2011 ██████████████████████████████ 14.1M
|
| 135 |
+
2012 ███████████████████████░░░░░░░ 10.9M
|
| 136 |
```
|
| 137 |
|
| 138 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
| 139 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 140 |
| 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
|
| 141 |
+
| 2012 | 106 | 10,876,760 | 102,610 | 2.8 GB | 1.1 GB | 47m54s | 1h06m | 1h00m |
|
| 142 |
|
| 143 |
|
| 144 |
### Pushes per year
|
|
|
|
| 153 |
|
| 154 |
```
|
| 155 |
2011 ██████████████████████████████ 737.1K
|
| 156 |
+
2012 █████████████████████░░░░░░░░░ 538.8K
|
| 157 |
```
|
| 158 |
|
| 159 |
|
|
|
|
| 161 |
|
| 162 |
```
|
| 163 |
2011 ██████████████░░░░░░░░░░░░░░░░ 370.9K
|
| 164 |
+
2012 ██████████████████████████████ 766.7K
|
| 165 |
```
|
| 166 |
|
| 167 |
|
|
|
|
| 553 |
|
| 554 |
| Table | GitHub Event | Events | % | Description |
|
| 555 |
|-------|-------------|-------:|---:|-------------|
|
| 556 |
+
| `pushes` | PushEvent | 11,519,423 | 46.1% | Git pushes with commits |
|
| 557 |
+
| `issues` | IssuesEvent | 1,275,927 | 5.1% | Issue lifecycle events |
|
| 558 |
+
| `issue_comments` | IssueCommentEvent | 1,800,577 | 7.2% | Comments on issues/PRs |
|
| 559 |
+
| `pull_requests` | PullRequestEvent | 1,137,531 | 4.6% | PR lifecycle events |
|
| 560 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 48,182 | 0.2% | Line-level PR comments |
|
| 561 |
+
| `stars` | WatchEvent | 2,490,026 | 10.0% | Repository stars |
|
| 562 |
+
| `forks` | ForkEvent | 721,172 | 2.9% | Repository forks |
|
| 563 |
+
| `creates` | CreateEvent | 4,170,841 | 16.7% | Branch/tag/repo creation |
|
| 564 |
+
| `deletes` | DeleteEvent | 246,840 | 1.0% | Branch/tag deletion |
|
| 565 |
+
| `commit_comments` | CommitCommentEvent | 290,877 | 1.2% | Comments on commits |
|
| 566 |
+
| `wiki_pages` | GollumEvent | 485,736 | 1.9% | Wiki page edits |
|
| 567 |
| `members` | MemberEvent | 102,637 | 0.4% | Collaborator additions |
|
| 568 |
+
| `public_events` | PublicEvent | 22,368 | 0.1% | Repo made public |
|
| 569 |
|
| 570 |
## How it's built
|
| 571 |
|
data/commit_comments/2012/05/22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fca933eeea5d5125d0ef3402c151d91a602c4e36f3ec3cf54b7d4f886c5c6985
|
| 3 |
+
size 46679
|
data/creates/2012/05/22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6faede35eec200d48721cf0417c4784e133ca1b2965d2d00a1738f9dadd70bf9
|
| 3 |
+
size 471587
|
data/deletes/2012/05/22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ab676d222f439555a3a00ed22a49a2a1471439ba6b0c8025827ae03d1176df3f
|
| 3 |
+
size 22596
|
data/forks/2012/05/22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b83eaaa6940ccf78e8b163a17a2303b3a7a54ce6db1de82e589edbb7b952f882
|
| 3 |
+
size 92117
|
data/issue_comments/2012/05/22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7402171a760cd76e416e8dcee7d32b32bb871787b7d2e7dffed612ef74a69bce
|
| 3 |
+
size 178420
|
data/issues/2012/05/22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d0311e06f6fb3e1023c5e22949a7bf9d54d5b65671fa36c46520846c469b6891
|
| 3 |
+
size 122265
|
data/public_events/2012/05/22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8ad737b9a8b3f155a735595bba368d2839c0950efb96c6ea2552ef16dd899b64
|
| 3 |
+
size 4946
|
data/pull_requests/2012/05/22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bd7c6173e7f7975e62855a501ea163a7678c68d7f566bc2cb9a7929d6af8f0b0
|
| 3 |
+
size 718466
|
data/pushes/2012/05/22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9608cb62f61aac3dd379649cfab31f0138a9fe0867c5fc77824eeb28106b88ac
|
| 3 |
+
size 9923033
|
data/stars/2012/05/22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4ad742e650e894cb9c885ae00a462848a3ce670021e390f8a2eea17ff9cd51a5
|
| 3 |
+
size 214786
|
data/wiki_pages/2012/05/22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4f91589f5f8cbced03d7faa1e26f84b6acb1d19e1cb366ae1cf3947f452b438c
|
| 3 |
+
size 156577
|
stats.csv
CHANGED
|
@@ -346,4 +346,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 346 |
2012-05-18,102893,398,49757,5073,7867,3221,0,850,10177,3701,18044,595,0,1125,1986,0,99,0,28317097,41.3,9397780,23.5,41.3,28.5
|
| 347 |
2012-05-19,71888,278,35785,3106,4596,1831,0,304,7599,2627,13581,346,0,740,1033,0,62,0,18761137,25.8,6346519,19.2,25.8,34.6
|
| 348 |
2012-05-20,81794,251,40998,3583,5509,2323,0,703,8416,2805,14601,389,0,673,1501,0,42,0,21829607,34.0,7409845,19.6,34.0,26.9
|
| 349 |
-
2012-05-21,120117,533,58896,5597,9509,3901,0,880,13420,4241,18513,750,0,1586,2185,0,106,0,34016500,43.6,11344744,21.5,43.6,
|
|
|
|
|
|
| 346 |
2012-05-18,102893,398,49757,5073,7867,3221,0,850,10177,3701,18044,595,0,1125,1986,0,99,0,28317097,41.3,9397780,23.5,41.3,28.5
|
| 347 |
2012-05-19,71888,278,35785,3106,4596,1831,0,304,7599,2627,13581,346,0,740,1033,0,62,0,18761137,25.8,6346519,19.2,25.8,34.6
|
| 348 |
2012-05-20,81794,251,40998,3583,5509,2323,0,703,8416,2805,14601,389,0,673,1501,0,42,0,21829607,34.0,7409845,19.6,34.0,26.9
|
| 349 |
+
2012-05-21,120117,533,58896,5597,9509,3901,0,880,13420,4241,18513,750,0,1586,2185,0,106,0,34016500,43.6,11344744,21.5,43.6,28.0
|
| 350 |
+
2012-05-22,128485,514,61638,5960,10362,4499,0,1141,14014,4490,20888,807,0,1733,2320,0,119,0,36099937,41.9,11951472,25.7,41.9,0.0
|