Add 2013-02-20 — 215.7K events, 11 files
Browse files- README.md +21 -21
- data/commit_comments/2013/02/20.parquet +3 -0
- data/creates/2013/02/20.parquet +3 -0
- data/deletes/2013/02/20.parquet +3 -0
- data/forks/2013/02/20.parquet +3 -0
- data/issue_comments/2013/02/20.parquet +3 -0
- data/issues/2013/02/20.parquet +3 -0
- data/public_events/2013/02/20.parquet +3 -0
- data/pull_requests/2013/02/20.parquet +3 -0
- data/pushes/2013/02/20.parquet +3 -0
- data/stars/2013/02/20.parquet +3 -0
- data/wiki_pages/2013/02/20.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-02-
|
| 65 |
|
| 66 |
We believe this is the most complete and regularly updated structured mirror of public GitHub activity available on Hugging Face. The original 14.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 5.2 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,7 +71,7 @@ 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.1K
|
|
@@ -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 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 7.
|
| 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 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 3.
|
| 157 |
```
|
| 158 |
|
| 159 |
|
|
@@ -162,7 +162,7 @@ duckdb.sql("""
|
|
| 162 |
```
|
| 163 |
2011 ███████████░░░░░░░░░░░░░░░░░░░ 737.1K
|
| 164 |
2012 ██████████████████████████████ 1.9M
|
| 165 |
-
2013 ██████░░░░░░░░░░░░░░░░░░░░░░░░
|
| 166 |
```
|
| 167 |
|
| 168 |
|
|
@@ -171,7 +171,7 @@ duckdb.sql("""
|
|
| 171 |
```
|
| 172 |
2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
|
| 173 |
2012 ██████████████████████████████ 1.5M
|
| 174 |
-
2013 ████░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 175 |
```
|
| 176 |
|
| 177 |
|
|
@@ -180,7 +180,7 @@ duckdb.sql("""
|
|
| 180 |
```
|
| 181 |
2011 █████████████░░░░░░░░░░░░░░░░░ 1.4M
|
| 182 |
2012 ██████████████████████████████ 3.3M
|
| 183 |
-
2013 ██████░░░░░░░░░░░░░░░░░░░░░░░░
|
| 184 |
```
|
| 185 |
|
| 186 |
|
|
@@ -564,19 +564,19 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
|
|
| 564 |
|
| 565 |
| Table | GitHub Event | Events | % | Description |
|
| 566 |
|-------|-------------|-------:|---:|-------------|
|
| 567 |
-
| `pushes` | PushEvent | 26,
|
| 568 |
-
| `issues` | IssuesEvent | 3,
|
| 569 |
-
| `issue_comments` | IssueCommentEvent | 4,
|
| 570 |
-
| `pull_requests` | PullRequestEvent | 2,
|
| 571 |
-
| `pr_review_comments` | PullRequestReviewCommentEvent |
|
| 572 |
-
| `stars` | WatchEvent | 5,
|
| 573 |
-
| `forks` | ForkEvent | 1,
|
| 574 |
-
| `creates` | CreateEvent | 8,
|
| 575 |
-
| `deletes` | DeleteEvent |
|
| 576 |
-
| `commit_comments` | CommitCommentEvent |
|
| 577 |
-
| `wiki_pages` | GollumEvent | 1,
|
| 578 |
| `members` | MemberEvent | 102,637 | 0.2% | Collaborator additions |
|
| 579 |
-
| `public_events` | PublicEvent | 50,
|
| 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-02-20** (576 days), totaling **55,584,772 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 14.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 5.2 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** — 530,010 events in 1113 blocks
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 █████████████████████████░░░░░ 235.1K
|
|
|
|
| 103 |
| Date | Events | Blocks |
|
| 104 |
|------|-------:|-------:|
|
| 105 |
| 2026-03-27 | 1,840,836 | 12165 |
|
| 106 |
+
| 2026-03-28 | 530,010 | 1113 |
|
| 107 |
|
| 108 |
|
| 109 |
### Live event schema
|
|
|
|
| 138 |
```
|
| 139 |
2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
|
| 140 |
2012 ██████████████████████████████ 34.3M
|
| 141 |
+
2013 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 7.2M
|
| 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 | 42 | 7,231,787 | 172,185 | 2.2 GB | 684.9 MB | 22m35s | 42m32s | 25m31s |
|
| 149 |
|
| 150 |
|
| 151 |
### Pushes per year
|
|
|
|
| 153 |
```
|
| 154 |
2011 ████████████░░░░░░░░░░░░░░░░░░ 6.7M
|
| 155 |
2012 ██████████████████████████████ 16.5M
|
| 156 |
+
2013 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 3.6M
|
| 157 |
```
|
| 158 |
|
| 159 |
|
|
|
|
| 162 |
```
|
| 163 |
2011 ███████████░░░░░░░░░░░░░░░░░░░ 737.1K
|
| 164 |
2012 ██████████████████████████████ 1.9M
|
| 165 |
+
2013 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 435.3K
|
| 166 |
```
|
| 167 |
|
| 168 |
|
|
|
|
| 171 |
```
|
| 172 |
2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
|
| 173 |
2012 ██████████████████████████████ 1.5M
|
| 174 |
+
2013 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 259.2K
|
| 175 |
```
|
| 176 |
|
| 177 |
|
|
|
|
| 180 |
```
|
| 181 |
2011 █████████████░░░░░░░░░░░░░░░░░ 1.4M
|
| 182 |
2012 ██████████████████████████████ 3.3M
|
| 183 |
+
2013 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 696.3K
|
| 184 |
```
|
| 185 |
|
| 186 |
|
|
|
|
| 564 |
|
| 565 |
| Table | GitHub Event | Events | % | Description |
|
| 566 |
|-------|-------------|-------:|---:|-------------|
|
| 567 |
+
| `pushes` | PushEvent | 26,813,648 | 48.2% | Git pushes with commits |
|
| 568 |
+
| `issues` | IssuesEvent | 3,109,446 | 5.6% | Issue lifecycle events |
|
| 569 |
+
| `issue_comments` | IssueCommentEvent | 4,480,502 | 8.1% | Comments on issues/PRs |
|
| 570 |
+
| `pull_requests` | PullRequestEvent | 2,168,331 | 3.9% | PR lifecycle events |
|
| 571 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 298,877 | 0.5% | Line-level PR comments |
|
| 572 |
+
| `stars` | WatchEvent | 5,368,152 | 9.7% | Repository stars |
|
| 573 |
+
| `forks` | ForkEvent | 1,856,727 | 3.3% | Repository forks |
|
| 574 |
+
| `creates` | CreateEvent | 8,340,164 | 15.0% | Branch/tag/repo creation |
|
| 575 |
+
| `deletes` | DeleteEvent | 447,072 | 0.8% | Branch/tag deletion |
|
| 576 |
+
| `commit_comments` | CommitCommentEvent | 605,910 | 1.1% | Comments on commits |
|
| 577 |
+
| `wiki_pages` | GollumEvent | 1,086,031 | 2.0% | Wiki page edits |
|
| 578 |
| `members` | MemberEvent | 102,637 | 0.2% | Collaborator additions |
|
| 579 |
+
| `public_events` | PublicEvent | 50,274 | 0.1% | Repo made public |
|
| 580 |
|
| 581 |
## How it's built
|
| 582 |
|
data/commit_comments/2013/02/20.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7b3ce0bae7dd96e9d0c0983025d9a297f30d2d9dcf5b2f43b7aff503c0def7ea
|
| 3 |
+
size 74086
|
data/creates/2013/02/20.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b731f4ccfc00223bce48487be72b00cd6cc403aa34fb814173218e9d88c5101
|
| 3 |
+
size 949766
|
data/deletes/2013/02/20.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5dab9e3aaaf5ff43b32270ed695d085dfb383f6eefcbe742af39cfa0ce9e91d6
|
| 3 |
+
size 58323
|
data/forks/2013/02/20.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8d77219cc1608b550f6edfc17262633b05d526d556d0d97ff94d2d6cfbb2f287
|
| 3 |
+
size 224812
|
data/issue_comments/2013/02/20.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:712db8ca889b709b8fa25ae94ad11232f764248290e59281e9ee33d9c5080330
|
| 3 |
+
size 492217
|
data/issues/2013/02/20.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d4a650f24491150135b3a8481786e745e9df9093215d357e8d722b79cc301306
|
| 3 |
+
size 310292
|
data/public_events/2013/02/20.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9f022c758debfee50948dff6df7719494ccbb6463bcebb10e06aa2c2703dde8a
|
| 3 |
+
size 9211
|
data/pull_requests/2013/02/20.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5919d296a16351908ece7fb83f5a9a1afefdf1bcaa453f892b0284e9b729cfd3
|
| 3 |
+
size 1518810
|
data/pushes/2013/02/20.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c8a868ec182fd4ac634fbf3f2a85a3cd95c4b8c3100669ab59e227197ef01e2e
|
| 3 |
+
size 17706827
|
data/stars/2013/02/20.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:59e3f49a8f6209e59f563e57d3d658fae2a8466c682edf43f4f5aae17ed73bcc
|
| 3 |
+
size 459996
|
data/wiki_pages/2013/02/20.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f73f9f0dec602d3798d25b46ceba3efe41a0cc0b89c0c13a0e1e9b94983974b7
|
| 3 |
+
size 207525
|
stats.csv
CHANGED
|
@@ -573,4 +573,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 573 |
2013-02-16,160485,892,70235,16456,28032,4144,0,567,14111,5051,16161,999,0,1189,2550,0,98,0,41683064,70.5,13224674,24.1,70.5,34.0
|
| 574 |
2013-02-17,162579,913,80563,13347,17159,4520,0,907,15639,5604,18459,1015,0,1363,2962,0,128,0,47190004,72.3,15485095,30.4,72.3,33.9
|
| 575 |
2013-02-18,205906,1395,106211,11699,19236,7351,0,1800,19699,7718,23372,1552,0,2027,3635,0,211,0,66018413,101.2,21358901,29.0,101.2,34.7
|
| 576 |
-
2013-02-19,220589,1577,108904,12839,23189,8219,0,2217,21496,8273,25732,1765,0,2342,3840,0,196,0,70351880,108.5,21938032,30.3,108.5,
|
|
|
|
|
|
| 573 |
2013-02-16,160485,892,70235,16456,28032,4144,0,567,14111,5051,16161,999,0,1189,2550,0,98,0,41683064,70.5,13224674,24.1,70.5,34.0
|
| 574 |
2013-02-17,162579,913,80563,13347,17159,4520,0,907,15639,5604,18459,1015,0,1363,2962,0,128,0,47190004,72.3,15485095,30.4,72.3,33.9
|
| 575 |
2013-02-18,205906,1395,106211,11699,19236,7351,0,1800,19699,7718,23372,1552,0,2027,3635,0,211,0,66018413,101.2,21358901,29.0,101.2,34.7
|
| 576 |
+
2013-02-19,220589,1577,108904,12839,23189,8219,0,2217,21496,8273,25732,1765,0,2342,3840,0,196,0,70351880,108.5,21938032,30.3,108.5,37.5
|
| 577 |
+
2013-02-20,215746,1457,109080,12013,21474,8199,0,1922,20996,8127,24503,1727,0,2075,3969,0,204,0,69584957,102.1,22011865,26.3,102.1,0.0
|