Add 2013-05-01 — 209.3K events, 11 files
Browse files- README.md +21 -21
- data/commit_comments/2013/05/01.parquet +3 -0
- data/creates/2013/05/01.parquet +3 -0
- data/deletes/2013/05/01.parquet +3 -0
- data/forks/2013/05/01.parquet +3 -0
- data/issue_comments/2013/05/01.parquet +3 -0
- data/issues/2013/05/01.parquet +3 -0
- data/public_events/2013/05/01.parquet +3 -0
- data/pull_requests/2013/05/01.parquet +3 -0
- data/pushes/2013/05/01.parquet +3 -0
- data/stars/2013/05/01.parquet +3 -0
- data/wiki_pages/2013/05/01.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 **2013-
|
| 65 |
|
| 66 |
-
We believe this is the most complete and regularly updated structured mirror of public GitHub activity available on Hugging Face. The original 18.
|
| 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,13 +71,13 @@ 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-28** —
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 █████████████████████████░░░░░ 235.2K
|
| 78 |
01:00 ██████████████████████████████ 272.6K
|
| 79 |
02:00 █████████████████████████████░ 271.3K
|
| 80 |
-
03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 81 |
04:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 82 |
05:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 83 |
06:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
|
@@ -103,7 +103,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
|
|
| 103 |
| Date | Events | Blocks |
|
| 104 |
|------|-------:|-------:|
|
| 105 |
| 2026-03-27 | 1,840,836 | 12165 |
|
| 106 |
-
| 2026-03-28 |
|
| 107 |
|
| 108 |
|
| 109 |
### Live event schema
|
|
@@ -138,14 +138,14 @@ duckdb.sql("""
|
|
| 138 |
```
|
| 139 |
2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
|
| 140 |
2012 ██████████████████████████████ 34.3M
|
| 141 |
-
2013 ██████████████████░░░░░░░░░░░░ 21.
|
| 142 |
```
|
| 143 |
|
| 144 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
| 145 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 146 |
| 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
|
| 147 |
| 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
|
| 148 |
-
| 2013 |
|
| 149 |
|
| 150 |
|
| 151 |
### Pushes per year
|
|
@@ -153,7 +153,7 @@ duckdb.sql("""
|
|
| 153 |
```
|
| 154 |
2011 ████████████░░░░░░░░░░░░░░░░░░ 6.7M
|
| 155 |
2012 ██████████████████████████████ 16.5M
|
| 156 |
-
2013 ███████████████████░░░░░░░░░░░ 10.
|
| 157 |
```
|
| 158 |
|
| 159 |
|
|
@@ -171,7 +171,7 @@ duckdb.sql("""
|
|
| 171 |
```
|
| 172 |
2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
|
| 173 |
2012 ██████████████████████████████ 1.5M
|
| 174 |
-
2013 ███████████████░░░░░░░░░░░░░░░
|
| 175 |
```
|
| 176 |
|
| 177 |
|
|
@@ -564,19 +564,19 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
|
|
| 564 |
|
| 565 |
| Table | GitHub Event | Events | % | Description |
|
| 566 |
|-------|-------------|-------:|---:|-------------|
|
| 567 |
-
| `pushes` | PushEvent |
|
| 568 |
-
| `issues` | IssuesEvent | 3,
|
| 569 |
-
| `issue_comments` | IssueCommentEvent | 5,
|
| 570 |
-
| `pull_requests` | PullRequestEvent | 2,
|
| 571 |
-
| `pr_review_comments` | PullRequestReviewCommentEvent |
|
| 572 |
-
| `stars` | WatchEvent | 6,
|
| 573 |
-
| `forks` | ForkEvent | 2,
|
| 574 |
-
| `creates` | CreateEvent | 9,
|
| 575 |
-
| `deletes` | DeleteEvent |
|
| 576 |
-
| `commit_comments` | CommitCommentEvent |
|
| 577 |
-
| `wiki_pages` | GollumEvent | 1,
|
| 578 |
| `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
|
| 579 |
-
| `public_events` | PublicEvent | 62,
|
| 580 |
|
| 581 |
## How it's built
|
| 582 |
|
|
|
|
| 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 **2013-05-01** (646 days), totaling **69,799,544 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 18.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 6.6 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-28** — 800,669 events in 1808 blocks
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 █████████████████████████░░░░░ 235.2K
|
| 78 |
01:00 ██████████████████████████████ 272.6K
|
| 79 |
02:00 █████████████████████████████░ 271.3K
|
| 80 |
+
03:00 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21.6K
|
| 81 |
04:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 82 |
05:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 83 |
06:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
|
|
|
| 103 |
| Date | Events | Blocks |
|
| 104 |
|------|-------:|-------:|
|
| 105 |
| 2026-03-27 | 1,840,836 | 12165 |
|
| 106 |
+
| 2026-03-28 | 800,669 | 1808 |
|
| 107 |
|
| 108 |
|
| 109 |
### Live event schema
|
|
|
|
| 138 |
```
|
| 139 |
2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
|
| 140 |
2012 ██████████████████████████████ 34.3M
|
| 141 |
+
2013 ██████████████████░░░░░░░░░░░░ 21.4M
|
| 142 |
```
|
| 143 |
|
| 144 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
| 145 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 146 |
| 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
|
| 147 |
| 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
|
| 148 |
+
| 2013 | 112 | 21,446,559 | 191,487 | 6.5 GB | 2.0 GB | 1h04m | 3h07m | 1h24m |
|
| 149 |
|
| 150 |
|
| 151 |
### Pushes per year
|
|
|
|
| 153 |
```
|
| 154 |
2011 ████████████░░░░░░░░░░░░░░░░░░ 6.7M
|
| 155 |
2012 ██████████████████████████████ 16.5M
|
| 156 |
+
2013 ███████████████████░░░░░░░░░░░ 10.9M
|
| 157 |
```
|
| 158 |
|
| 159 |
|
|
|
|
| 171 |
```
|
| 172 |
2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
|
| 173 |
2012 ██████████████████████████████ 1.5M
|
| 174 |
+
2013 ███████████████░░░░░░░░░░░░░░░ 785.1K
|
| 175 |
```
|
| 176 |
|
| 177 |
|
|
|
|
| 564 |
|
| 565 |
| Table | GitHub Event | Events | % | Description |
|
| 566 |
|-------|-------------|-------:|---:|-------------|
|
| 567 |
+
| `pushes` | PushEvent | 34,073,157 | 48.8% | Git pushes with commits |
|
| 568 |
+
| `issues` | IssuesEvent | 3,954,796 | 5.7% | Issue lifecycle events |
|
| 569 |
+
| `issue_comments` | IssueCommentEvent | 5,830,031 | 8.4% | Comments on issues/PRs |
|
| 570 |
+
| `pull_requests` | PullRequestEvent | 2,694,197 | 3.9% | PR lifecycle events |
|
| 571 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 424,633 | 0.6% | Line-level PR comments |
|
| 572 |
+
| `stars` | WatchEvent | 6,705,269 | 9.6% | Repository stars |
|
| 573 |
+
| `forks` | ForkEvent | 2,391,191 | 3.4% | Repository forks |
|
| 574 |
+
| `creates` | CreateEvent | 9,970,442 | 14.3% | Branch/tag/repo creation |
|
| 575 |
+
| `deletes` | DeleteEvent | 562,934 | 0.8% | Branch/tag deletion |
|
| 576 |
+
| `commit_comments` | CommitCommentEvent | 740,698 | 1.1% | Comments on commits |
|
| 577 |
+
| `wiki_pages` | GollumEvent | 1,331,339 | 1.9% | Wiki page edits |
|
| 578 |
| `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
|
| 579 |
+
| `public_events` | PublicEvent | 62,740 | 0.1% | Repo made public |
|
| 580 |
|
| 581 |
## How it's built
|
| 582 |
|
data/commit_comments/2013/05/01.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cc90f45ffc51ac8d3e7dbcf476fdca614670b7d8af6003be4f9102b7efd47583
|
| 3 |
+
size 69838
|
data/creates/2013/05/01.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:751961872092568474c9c5095edb93cfd66abffe24943ee3a690ba04ca7ff7cc
|
| 3 |
+
size 889231
|
data/deletes/2013/05/01.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3ec23030822e74468a66bf26793ceea60d9f826cf178cd0ee5065dec32d315bd
|
| 3 |
+
size 56113
|
data/forks/2013/05/01.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2d3d64ba311f935a725585f5a4ae2c395d320d93cd70315992590926b0c6816d
|
| 3 |
+
size 201875
|
data/issue_comments/2013/05/01.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:848fb7219ec51e55f1232f5818db0ecbbd36b76d50d3ed480d74fae462735f36
|
| 3 |
+
size 451625
|
data/issues/2013/05/01.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:94aceaf7d7a770a69967fd2edcfd28e9d36f0ef36263cfe38e1d965129c7686a
|
| 3 |
+
size 328801
|
data/public_events/2013/05/01.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:93f7f9a29b3ab2d42ab02dfd1521bed170f3b24e91fe519d280bc24aae5db344
|
| 3 |
+
size 8879
|
data/pull_requests/2013/05/01.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ffef8e1427a4dae36103f61ec48ee9e010b9c79243a60672428571528e48c793
|
| 3 |
+
size 1531850
|
data/pushes/2013/05/01.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d1a3b01704383b147e1d0d0b950219f0443bda55b53733be3b6e8b21db3bdaea
|
| 3 |
+
size 19747449
|
data/stars/2013/05/01.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b750d2d73a9a9245210a204c5cfdfc85710695e7096e936782e0d1611e34225e
|
| 3 |
+
size 425073
|
data/wiki_pages/2013/05/01.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:77b4583a1b0aeec3f4780b42e23a184eea571179986568fcafe59bf4372f2da0
|
| 3 |
+
size 250263
|
stats.csv
CHANGED
|
@@ -643,4 +643,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 643 |
2013-04-27,149878,1019,83539,6917,10850,4683,0,806,13884,5848,17560,1142,0,1199,2303,0,128,0,46192737,82.0,14860307,31.9,82.0,29.3
|
| 644 |
2013-04-28,167787,941,93983,9000,13038,5084,0,934,14864,5609,18846,1215,0,1326,2808,0,139,0,53092378,81.9,17273657,33.7,81.9,66.4
|
| 645 |
2013-04-29,215380,1338,113363,11661,20123,8581,0,2563,18118,7772,24174,1749,0,2031,3700,0,207,0,72021515,79.2,22460030,27.9,79.2,78.3
|
| 646 |
-
2013-04-30,215980,1353,112879,11175,20156,9047,0,2509,19093,7598,24471,1819,0,2026,3617,0,237,0,72273483,41.3,22247992,34.2,41.3,
|
|
|
|
|
|
| 643 |
2013-04-27,149878,1019,83539,6917,10850,4683,0,806,13884,5848,17560,1142,0,1199,2303,0,128,0,46192737,82.0,14860307,31.9,82.0,29.3
|
| 644 |
2013-04-28,167787,941,93983,9000,13038,5084,0,934,14864,5609,18846,1215,0,1326,2808,0,139,0,53092378,81.9,17273657,33.7,81.9,66.4
|
| 645 |
2013-04-29,215380,1338,113363,11661,20123,8581,0,2563,18118,7772,24174,1749,0,2031,3700,0,207,0,72021515,79.2,22460030,27.9,79.2,78.3
|
| 646 |
+
2013-04-30,215980,1353,112879,11175,20156,9047,0,2509,19093,7598,24471,1819,0,2026,3617,0,237,0,72273483,41.3,22247992,34.2,41.3,49.2
|
| 647 |
+
2013-05-01,209298,1240,110999,10951,19627,8332,0,2173,18195,7457,23130,1645,0,1967,3388,0,194,0,75992192,42.7,23960997,54.8,42.7,0.0
|