Add 2013-06-13 — 235.8K events, 11 files
Browse files- README.md +20 -20
- data/commit_comments/2013/06/13.parquet +3 -0
- data/creates/2013/06/13.parquet +3 -0
- data/deletes/2013/06/13.parquet +3 -0
- data/forks/2013/06/13.parquet +3 -0
- data/issue_comments/2013/06/13.parquet +3 -0
- data/issues/2013/06/13.parquet +3 -0
- data/public_events/2013/06/13.parquet +3 -0
- data/pull_requests/2013/06/13.parquet +3 -0
- data/pushes/2013/06/13.parquet +3 -0
- data/stars/2013/06/13.parquet +3 -0
- data/wiki_pages/2013/06/13.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-06-
|
| 65 |
|
| 66 |
We believe this is the most complete and regularly updated structured mirror of public GitHub activity available on Hugging Face. The original 21.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 7.4 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** —
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 █████████████████████████░░░░░ 235.2K
|
| 78 |
01:00 ██████████████████████████████ 272.6K
|
| 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 |
|
| 107 |
|
| 108 |
|
| 109 |
### Live event schema
|
|
@@ -138,14 +138,14 @@ duckdb.sql("""
|
|
| 138 |
```
|
| 139 |
2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
|
| 140 |
2012 ██████████████████████████████ 34.3M
|
| 141 |
-
2013 ██████████████████████████░░░░
|
| 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 ███████████████████████████░░
|
| 157 |
```
|
| 158 |
|
| 159 |
|
|
@@ -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 | 38,
|
| 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 | 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 | 71,
|
| 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-06-13** (689 days), totaling **78,505,366 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 21.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 7.4 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** — 987,849 events in 2283 blocks
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 █████████████████████████░░░░░ 235.2K
|
| 78 |
01:00 ██████████████████████████████ 272.6K
|
| 79 |
02:00 █████████████████████████████░ 271.5K
|
| 80 |
+
03:00 ██████████████████████░░░░░░░░ 208.5K
|
| 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 | 987,849 | 2283 |
|
| 107 |
|
| 108 |
|
| 109 |
### Live event schema
|
|
|
|
| 138 |
```
|
| 139 |
2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
|
| 140 |
2012 ██████████████████████████████ 34.3M
|
| 141 |
+
2013 ██████████████████████████░░░░ 30.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 | 155 | 30,152,381 | 194,531 | 9.2 GB | 2.9 GB | 1h35m | 3h49m | 2h04m |
|
| 149 |
|
| 150 |
|
| 151 |
### Pushes per year
|
|
|
|
| 153 |
```
|
| 154 |
2011 ████████████░░░░░░░░░░░░░░░░░░ 6.7M
|
| 155 |
2012 ██████████████████████████████ 16.5M
|
| 156 |
+
2013 ████████████████████████████░░ 15.5M
|
| 157 |
```
|
| 158 |
|
| 159 |
|
|
|
|
| 180 |
```
|
| 181 |
2011 █████████████░░░░░░░░░░░░░░░░░ 1.4M
|
| 182 |
2012 ██████████████████████���███████ 3.3M
|
| 183 |
+
2013 ██████████████████████████░░░░ 2.8M
|
| 184 |
```
|
| 185 |
|
| 186 |
|
|
|
|
| 564 |
|
| 565 |
| Table | GitHub Event | Events | % | Description |
|
| 566 |
|-------|-------------|-------:|---:|-------------|
|
| 567 |
+
| `pushes` | PushEvent | 38,630,880 | 49.2% | Git pushes with commits |
|
| 568 |
+
| `issues` | IssuesEvent | 4,453,481 | 5.7% | Issue lifecycle events |
|
| 569 |
+
| `issue_comments` | IssueCommentEvent | 6,606,130 | 8.4% | Comments on issues/PRs |
|
| 570 |
+
| `pull_requests` | PullRequestEvent | 3,027,128 | 3.9% | PR lifecycle events |
|
| 571 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 505,720 | 0.6% | Line-level PR comments |
|
| 572 |
+
| `stars` | WatchEvent | 7,508,711 | 9.6% | Repository stars |
|
| 573 |
+
| `forks` | ForkEvent | 2,706,282 | 3.4% | Repository forks |
|
| 574 |
+
| `creates` | CreateEvent | 10,960,545 | 14.0% | Branch/tag/repo creation |
|
| 575 |
+
| `deletes` | DeleteEvent | 634,095 | 0.8% | Branch/tag deletion |
|
| 576 |
+
| `commit_comments` | CommitCommentEvent | 822,870 | 1.0% | Comments on commits |
|
| 577 |
+
| `wiki_pages` | GollumEvent | 1,475,632 | 1.9% | Wiki page edits |
|
| 578 |
| `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
|
| 579 |
+
| `public_events` | PublicEvent | 71,362 | 0.1% | Repo made public |
|
| 580 |
|
| 581 |
## How it's built
|
| 582 |
|
data/commit_comments/2013/06/13.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:01bdc760bf41bf5af71f9115a109240b0867a3fc5deb7393a5c147bda1d185fd
|
| 3 |
+
size 75038
|
data/creates/2013/06/13.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:48e26d8ef5782beb156a80f642839f0a493f2e4dd9db665306f32755a5146ee5
|
| 3 |
+
size 899594
|
data/deletes/2013/06/13.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c145ca1c7b542b8cdc3a175ebaca5fc03ffe0f7f3e2c33d5e5280cea0ed69f2b
|
| 3 |
+
size 66327
|
data/forks/2013/06/13.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5130f7c55e2019515da7d5946736db529aded4f1a46ecf6e2e7ee9ab02f3b569
|
| 3 |
+
size 242486
|
data/issue_comments/2013/06/13.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:87fff0a1268bca63a895a8ed6d6de90f9838aabb8585af88ae1340ba084cf1a3
|
| 3 |
+
size 547073
|
data/issues/2013/06/13.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:729957ff39ad7403b5873314f3975bf0845ebc52533aed8a9fc019b6586e62e8
|
| 3 |
+
size 376189
|
data/public_events/2013/06/13.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c7043bf9886b790121f417d1322dfecf19a8706c9e2dd25bec34095270e7c726
|
| 3 |
+
size 13622
|
data/pull_requests/2013/06/13.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:19706bc2d6677bc68f2913c84f9704507a8865ad98cbd5dc0fa54ab59f238218
|
| 3 |
+
size 1752344
|
data/pushes/2013/06/13.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6e406971284aa81c0baf3bbc4a854bffe7739337960b8779736d782ce4aef9b6
|
| 3 |
+
size 18544598
|
data/stars/2013/06/13.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0ea2ddd31e6da4cdcbfade634ba1b9a0404f7bc34e7e387cd8783805d68acfb3
|
| 3 |
+
size 450981
|
data/wiki_pages/2013/06/13.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3e0c8ade59d4c677063e51093eb5341a6eaad8b53aed4d3c0dd89619718a3ed4
|
| 3 |
+
size 192891
|
stats.csv
CHANGED
|
@@ -686,4 +686,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 686 |
2013-06-09,154686,561,84564,9578,11658,4842,0,897,13984,5477,17615,1098,0,1531,2762,0,119,0,48171236,61.5,15380640,31.3,61.5,45.0
|
| 687 |
2013-06-10,217679,1048,115109,13744,19563,8470,0,2607,17842,7402,23839,1812,0,2189,3794,0,260,0,78610469,65.3,24368178,35.0,65.3,52.1
|
| 688 |
2013-06-11,216259,982,113537,13339,19413,9027,0,2585,17723,7629,24149,1887,0,2252,3422,0,314,0,72780422,78.5,22696478,44.5,78.5,101.6
|
| 689 |
-
2013-06-12,229849,1012,115374,13862,21043,9328,0,2610,18781,7913,31045,2165,0,2307,4127,0,282,0,74899966,119.2,22937449,36.6,119.2,
|
|
|
|
|
|
| 686 |
2013-06-09,154686,561,84564,9578,11658,4842,0,897,13984,5477,17615,1098,0,1531,2762,0,119,0,48171236,61.5,15380640,31.3,61.5,45.0
|
| 687 |
2013-06-10,217679,1048,115109,13744,19563,8470,0,2607,17842,7402,23839,1812,0,2189,3794,0,260,0,78610469,65.3,24368178,35.0,65.3,52.1
|
| 688 |
2013-06-11,216259,982,113537,13339,19413,9027,0,2585,17723,7629,24149,1887,0,2252,3422,0,314,0,72780422,78.5,22696478,44.5,78.5,101.6
|
| 689 |
+
2013-06-12,229849,1012,115374,13862,21043,9328,0,2610,18781,7913,31045,2165,0,2307,4127,0,282,0,74899966,119.2,22937449,36.6,119.2,45.3
|
| 690 |
+
2013-06-13,235752,975,117091,17409,25534,9501,0,2605,20128,8748,25511,2297,0,2099,3525,0,329,0,76123885,127.5,23161143,48.2,127.5,0.0
|