Add 2013-07-01 — 234.4K events, 11 files
Browse files- README.md +20 -20
- data/commit_comments/2013/07/01.parquet +3 -0
- data/creates/2013/07/01.parquet +3 -0
- data/deletes/2013/07/01.parquet +3 -0
- data/forks/2013/07/01.parquet +3 -0
- data/issue_comments/2013/07/01.parquet +3 -0
- data/issues/2013/07/01.parquet +3 -0
- data/public_events/2013/07/01.parquet +3 -0
- data/pull_requests/2013/07/01.parquet +3 -0
- data/pushes/2013/07/01.parquet +3 -0
- data/stars/2013/07/01.parquet +3 -0
- data/wiki_pages/2013/07/01.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-
|
| 65 |
|
| 66 |
We believe this is the most complete and regularly updated structured mirror of public GitHub activity available on Hugging Face. The original 22.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 7.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** — 1,
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 █████████████████████████░░░░░ 235.3K
|
| 78 |
01:00 ██████████████████████████████ 272.7K
|
| 79 |
02:00 █████████████████████████████░ 271.5K
|
| 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 | 1,
|
| 107 |
|
| 108 |
|
| 109 |
### Live event schema
|
|
@@ -138,14 +138,14 @@ duckdb.sql("""
|
|
| 138 |
```
|
| 139 |
2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
|
| 140 |
2012 ██████████████████████████████ 34.3M
|
| 141 |
-
2013 █████████████████████████████░ 33.
|
| 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 ██████████████████████████████ 17.
|
| 157 |
```
|
| 158 |
|
| 159 |
|
|
@@ -171,7 +171,7 @@ duckdb.sql("""
|
|
| 171 |
```
|
| 172 |
2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
|
| 173 |
2012 ██████████████████���███████████ 1.5M
|
| 174 |
-
2013 ████████████████████████░░░░░░ 1.
|
| 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 | 40,
|
| 568 |
-
| `issues` | IssuesEvent | 4,
|
| 569 |
-
| `issue_comments` | IssueCommentEvent | 6,
|
| 570 |
-
| `pull_requests` | PullRequestEvent | 3,
|
| 571 |
-
| `pr_review_comments` | PullRequestReviewCommentEvent |
|
| 572 |
-
| `stars` | WatchEvent | 7,
|
| 573 |
-
| `forks` | ForkEvent | 2,
|
| 574 |
-
| `creates` | CreateEvent | 11,
|
| 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 |
|
| 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-07-01** (707 days), totaling **82,184,238 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 22.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 7.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** — 1,040,157 events in 2446 blocks
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 █████████████████████████░░░░░ 235.3K
|
| 78 |
01:00 ██████████████████████████████ 272.7K
|
| 79 |
02:00 █████████████████████████████░ 271.5K
|
| 80 |
+
03:00 ████████████████████████████░░ 260.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 | 1,040,157 | 2446 |
|
| 107 |
|
| 108 |
|
| 109 |
### Live event schema
|
|
|
|
| 138 |
```
|
| 139 |
2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
|
| 140 |
2012 ██████████████████████████████ 34.3M
|
| 141 |
+
2013 █████████████████████████████░ 33.8M
|
| 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 | 173 | 33,831,253 | 195,556 | 10.3 GB | 3.2 GB | 1h45m | 4h21m | 2h16m |
|
| 149 |
|
| 150 |
|
| 151 |
### Pushes per year
|
|
|
|
| 153 |
```
|
| 154 |
2011 ███████████░░░░░░░░░░░░░░░░░░░ 6.7M
|
| 155 |
2012 ████████████████████████████░░ 16.5M
|
| 156 |
+
2013 ██████████████████████████████ 17.3M
|
| 157 |
```
|
| 158 |
|
| 159 |
|
|
|
|
| 171 |
```
|
| 172 |
2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
|
| 173 |
2012 ██████████████████���███████████ 1.5M
|
| 174 |
+
2013 ████████████████████████░░░░░░ 1.3M
|
| 175 |
```
|
| 176 |
|
| 177 |
|
|
|
|
| 564 |
|
| 565 |
| Table | GitHub Event | Events | % | Description |
|
| 566 |
|-------|-------------|-------:|---:|-------------|
|
| 567 |
+
| `pushes` | PushEvent | 40,444,783 | 49.2% | Git pushes with commits |
|
| 568 |
+
| `issues` | IssuesEvent | 4,668,247 | 5.7% | Issue lifecycle events |
|
| 569 |
+
| `issue_comments` | IssueCommentEvent | 6,923,774 | 8.4% | Comments on issues/PRs |
|
| 570 |
+
| `pull_requests` | PullRequestEvent | 3,163,366 | 3.8% | PR lifecycle events |
|
| 571 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 541,263 | 0.7% | Line-level PR comments |
|
| 572 |
+
| `stars` | WatchEvent | 7,844,113 | 9.5% | Repository stars |
|
| 573 |
+
| `forks` | ForkEvent | 2,847,723 | 3.5% | Repository forks |
|
| 574 |
+
| `creates` | CreateEvent | 11,425,842 | 13.9% | Branch/tag/repo creation |
|
| 575 |
+
| `deletes` | DeleteEvent | 664,092 | 0.8% | Branch/tag deletion |
|
| 576 |
+
| `commit_comments` | CommitCommentEvent | 855,912 | 1.0% | Comments on commits |
|
| 577 |
+
| `wiki_pages` | GollumEvent | 1,611,909 | 2.0% | Wiki page edits |
|
| 578 |
| `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
|
| 579 |
+
| `public_events` | PublicEvent | 75,012 | 0.1% | Repo made public |
|
| 580 |
|
| 581 |
## How it's built
|
| 582 |
|
data/commit_comments/2013/07/01.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2af2deaf9513e6089322c614ea4d6c24655a0a57f7a016b4f7875a7cacc1cecd
|
| 3 |
+
size 77380
|
data/creates/2013/07/01.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:88c6d16ec98fccef570505bcf42515d6167f0ecfb868fde792704bd57aeeb0d5
|
| 3 |
+
size 1194239
|
data/deletes/2013/07/01.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7ccb63c20b2e290d44615c781c37c08057df24a808514b9ee5b5d2b8774edb71
|
| 3 |
+
size 63802
|
data/forks/2013/07/01.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cb2b170f9aeb8640f90613bb89014045080e04b7838934e6df57908c16202809
|
| 3 |
+
size 255842
|
data/issue_comments/2013/07/01.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:75745c125ca75559b3eb9c1f9993f94ba91d472fa0f89c00a79ab20861843731
|
| 3 |
+
size 479080
|
data/issues/2013/07/01.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f0205335bdcca4bd7ab127391b19e9c46c22f37387080e7e9caa436498ee16cf
|
| 3 |
+
size 304860
|
data/public_events/2013/07/01.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e5ad25320c9e3b578b40b22ece080a0bb79e93e8038a60cca677b7d1c82204cc
|
| 3 |
+
size 9780
|
data/pull_requests/2013/07/01.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6792151826cfe1627b7cf2f1c8326ebaa746ab2495601ce32fb5d7a9cb0c923a
|
| 3 |
+
size 1672641
|
data/pushes/2013/07/01.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:32b31363a41bb39b01bbe1ed5e501e3c5481aef9839ee2bf59aed3dc4b1c5087
|
| 3 |
+
size 19309211
|
data/stars/2013/07/01.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fe054cc6fda06e3abe18569c6019a2971953764d75aea1f27d6107e62bb3da02
|
| 3 |
+
size 474306
|
data/wiki_pages/2013/07/01.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9cbbdc38daa3c336d50595553dce3c11b06e1901d69bb5244a6ad097cac93324
|
| 3 |
+
size 357680
|
stats.csv
CHANGED
|
@@ -704,4 +704,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 704 |
2013-06-27,257129,1002,117286,20223,27645,9791,0,2903,22079,9549,31094,1983,0,2545,10796,0,233,0,80606951,146.3,24423602,30.0,146.3,44.4
|
| 705 |
2013-06-28,212636,913,103559,11387,17559,8077,0,2249,19921,9085,30374,1603,0,1795,5888,0,226,0,68451375,110.1,21631746,43.9,110.1,36.3
|
| 706 |
2013-06-29,142508,584,73195,6891,10584,4368,0,948,14104,5974,19288,1049,0,899,4484,0,140,0,43887939,65.2,14002459,33.6,65.2,36.5
|
| 707 |
-
2013-06-30,157205,496,80154,7918,11919,4732,0,836,15618,6447,22338,1146,0,1144,4288,0,169,0,47458415,75.3,15621883,27.0,75.3,
|
|
|
|
|
|
| 704 |
2013-06-27,257129,1002,117286,20223,27645,9791,0,2903,22079,9549,31094,1983,0,2545,10796,0,233,0,80606951,146.3,24423602,30.0,146.3,44.4
|
| 705 |
2013-06-28,212636,913,103559,11387,17559,8077,0,2249,19921,9085,30374,1603,0,1795,5888,0,226,0,68451375,110.1,21631746,43.9,110.1,36.3
|
| 706 |
2013-06-29,142508,584,73195,6891,10584,4368,0,948,14104,5974,19288,1049,0,899,4484,0,140,0,43887939,65.2,14002459,33.6,65.2,36.5
|
| 707 |
+
2013-06-30,157205,496,80154,7918,11919,4732,0,836,15618,6447,22338,1146,0,1144,4288,0,169,0,47458415,75.3,15621883,27.0,75.3,32.7
|
| 708 |
+
2013-07-01,234416,1197,116348,11778,20493,8926,0,2438,21535,9617,32286,1869,0,2266,5435,0,228,0,76009022,111.5,24198821,57.3,111.5,0.0
|