Add 2013-05-11 — 141.8K events, 11 files
Browse files- README.md +19 -19
- data/commit_comments/2013/05/11.parquet +3 -0
- data/creates/2013/05/11.parquet +3 -0
- data/deletes/2013/05/11.parquet +3 -0
- data/forks/2013/05/11.parquet +3 -0
- data/issue_comments/2013/05/11.parquet +3 -0
- data/issues/2013/05/11.parquet +3 -0
- data/public_events/2013/05/11.parquet +3 -0
- data/pull_requests/2013/05/11.parquet +3 -0
- data/pushes/2013/05/11.parquet +3 -0
- data/stars/2013/05/11.parquet +3 -0
- data/wiki_pages/2013/05/11.parquet +3 -0
- stats.csv +2 -1
README.md
CHANGED
|
@@ -61,7 +61,7 @@ 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-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 19.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 6.8 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 |
|
|
@@ -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** — 850,
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 █████████████████████████░░░░░ 235.2K
|
| 78 |
01:00 ██████████████████████████████ 272.6K
|
| 79 |
02:00 █████████████████████████████░ 271.4K
|
| 80 |
-
03:00 ███████░░░░░░░░░░░░░░░░░░░░░░░ 71.
|
| 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 | 850,
|
| 107 |
|
| 108 |
|
| 109 |
### Live event schema
|
|
@@ -138,14 +138,14 @@ duckdb.sql("""
|
|
| 138 |
```
|
| 139 |
2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
|
| 140 |
2012 ██████████████████████████████ 34.3M
|
| 141 |
-
2013 ████████████████████░░░░░░░░░░ 23.
|
| 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
|
|
@@ -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 | 35,
|
| 568 |
-
| `issues` | IssuesEvent | 4,
|
| 569 |
-
| `issue_comments` | IssueCommentEvent |
|
| 570 |
-
| `pull_requests` | PullRequestEvent | 2,
|
| 571 |
-
| `pr_review_comments` | PullRequestReviewCommentEvent |
|
| 572 |
-
| `stars` | WatchEvent | 6,
|
| 573 |
-
| `forks` | ForkEvent | 2,
|
| 574 |
-
| `creates` | CreateEvent | 10,
|
| 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 | 64,
|
| 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-11** (656 days), totaling **71,773,048 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 19.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 6.8 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 |
|
|
|
|
| 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** — 850,840 events in 1938 blocks
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 █████████████████████████░░░░░ 235.2K
|
| 78 |
01:00 ██████████████████████████████ 272.6K
|
| 79 |
02:00 █████████████████████████████░ 271.4K
|
| 80 |
+
03:00 ███████░░░░░░░░░░░░░░░░░░░░░░░ 71.7K
|
| 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 | 850,840 | 1938 |
|
| 107 |
|
| 108 |
|
| 109 |
### Live event schema
|
|
|
|
| 138 |
```
|
| 139 |
2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
|
| 140 |
2012 ██████████████████████████████ 34.3M
|
| 141 |
+
2013 ████████████████████░░░░░░░░░░ 23.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 | 122 | 23,420,063 | 191,967 | 7.1 GB | 2.2 GB | 1h12m | 3h13m | 1h35m |
|
| 149 |
|
| 150 |
|
| 151 |
### Pushes per year
|
|
|
|
| 171 |
```
|
| 172 |
2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
|
| 173 |
2012 ██████████████████████████████ 1.5M
|
| 174 |
+
2013 ████████████████░░░░░░░░░░░░░░ 858.3K
|
| 175 |
```
|
| 176 |
|
| 177 |
|
|
|
|
| 564 |
|
| 565 |
| Table | GitHub Event | Events | % | Description |
|
| 566 |
|-------|-------------|-------:|---:|-------------|
|
| 567 |
+
| `pushes` | PushEvent | 35,104,184 | 48.9% | Git pushes with commits |
|
| 568 |
+
| `issues` | IssuesEvent | 4,063,956 | 5.7% | Issue lifecycle events |
|
| 569 |
+
| `issue_comments` | IssueCommentEvent | 6,002,956 | 8.4% | Comments on issues/PRs |
|
| 570 |
+
| `pull_requests` | PullRequestEvent | 2,767,423 | 3.9% | PR lifecycle events |
|
| 571 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 442,288 | 0.6% | Line-level PR comments |
|
| 572 |
+
| `stars` | WatchEvent | 6,891,613 | 9.6% | Repository stars |
|
| 573 |
+
| `forks` | ForkEvent | 2,464,085 | 3.4% | Repository forks |
|
| 574 |
+
| `creates` | CreateEvent | 10,197,504 | 14.2% | Branch/tag/repo creation |
|
| 575 |
+
| `deletes` | DeleteEvent | 578,571 | 0.8% | Branch/tag deletion |
|
| 576 |
+
| `commit_comments` | CommitCommentEvent | 760,018 | 1.1% | Comments on commits |
|
| 577 |
+
| `wiki_pages` | GollumEvent | 1,365,400 | 1.9% | Wiki page edits |
|
| 578 |
| `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
|
| 579 |
+
| `public_events` | PublicEvent | 64,742 | 0.1% | Repo made public |
|
| 580 |
|
| 581 |
## How it's built
|
| 582 |
|
data/commit_comments/2013/05/11.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4a56037344417cb883ba03b0951f5b44b7b5d76edcdb536bb73bbc82bb0af03f
|
| 3 |
+
size 49322
|
data/creates/2013/05/11.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ed852cad1d244cb790acfbfd72842ab6f25e417dd7e370f2e556ae280725953f
|
| 3 |
+
size 606716
|
data/deletes/2013/05/11.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6ddd2bcf033245a49b712aa0288c23535ea1d8a33d3fcd419db851cd79618b13
|
| 3 |
+
size 35674
|
data/forks/2013/05/11.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8520096219f778fc05f8a1828e7806121cfb73a12306d88e1ee0f4be4a78dab4
|
| 3 |
+
size 138581
|
data/issue_comments/2013/05/11.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dad18e6e1c4e17229f1798df1a69aa26d1ebda85b1ec7a409f938882867e186c
|
| 3 |
+
size 264902
|
data/issues/2013/05/11.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9a5854bcaae97c3726910fc31d7cb5f77821473fa26b4fa7dc837674a7459e1d
|
| 3 |
+
size 189164
|
data/public_events/2013/05/11.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:35304e094ade1e481a9eb7d85c81c9dd58f536287ffaf9a837b894b4f773e146
|
| 3 |
+
size 6973
|
data/pull_requests/2013/05/11.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:73a7036e526943e059889c520075f73987b208a36b6192de32e735759a1de279
|
| 3 |
+
size 903575
|
data/pushes/2013/05/11.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bfc3479bf196904a84cf1bcabec5c263adf3a866c464020b5294e139471dfb90
|
| 3 |
+
size 11224549
|
data/stars/2013/05/11.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8033a0ee9018282297d0ef272447ebe744d9d47017291f348faa2b9215494f90
|
| 3 |
+
size 306124
|
data/wiki_pages/2013/05/11.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:271d88cb317242f33b8d4f6bd1603e2746487b4f3efc8d6e07f1fec5976c3636
|
| 3 |
+
size 125856
|
stats.csv
CHANGED
|
@@ -653,4 +653,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 653 |
2013-05-07,223203,1471,114061,13763,20050,8614,0,2226,21422,8289,25231,1876,0,2324,3647,0,229,0,73805417,37.2,22686583,30.0,37.2,67.6
|
| 654 |
2013-05-08,232848,1519,117995,14406,21774,9103,0,2416,22236,8662,26675,1883,0,2346,3574,0,259,0,78207146,43.7,24111868,48.9,43.7,92.1
|
| 655 |
2013-05-09,222321,1381,118872,11230,18905,8641,0,2287,20597,8112,24366,1737,0,2163,3737,0,293,0,82924801,42.9,25385356,38.1,42.9,68.5
|
| 656 |
-
2013-05-10,198543,1163,104335,10153,17791,7970,0,1964,17748,7416,22697,1718,0,2067,3332,0,189,0,65488249,34.2,20751477,51.4,34.2,
|
|
|
|
|
|
| 653 |
2013-05-07,223203,1471,114061,13763,20050,8614,0,2226,21422,8289,25231,1876,0,2324,3647,0,229,0,73805417,37.2,22686583,30.0,37.2,67.6
|
| 654 |
2013-05-08,232848,1519,117995,14406,21774,9103,0,2416,22236,8662,26675,1883,0,2346,3574,0,259,0,78207146,43.7,24111868,48.9,43.7,92.1
|
| 655 |
2013-05-09,222321,1381,118872,11230,18905,8641,0,2287,20597,8112,24366,1737,0,2163,3737,0,293,0,82924801,42.9,25385356,38.1,42.9,68.5
|
| 656 |
+
2013-05-10,198543,1163,104335,10153,17791,7970,0,1964,17748,7416,22697,1718,0,2067,3332,0,189,0,65488249,34.2,20751477,51.4,34.2,59.7
|
| 657 |
+
2013-05-11,141780,604,77554,7278,10963,4508,0,808,13160,4996,16979,1030,0,1331,2429,0,140,0,43904815,23.2,13851436,25.8,23.2,0.0
|