Add 2013-03-06 — 220.3K events, 11 files
Browse files- README.md +22 -22
- data/commit_comments/2013/03/06.parquet +3 -0
- data/creates/2013/03/06.parquet +3 -0
- data/deletes/2013/03/06.parquet +3 -0
- data/forks/2013/03/06.parquet +3 -0
- data/issue_comments/2013/03/06.parquet +3 -0
- data/issues/2013/03/06.parquet +3 -0
- data/public_events/2013/03/06.parquet +3 -0
- data/pull_requests/2013/03/06.parquet +3 -0
- data/pushes/2013/03/06.parquet +3 -0
- data/stars/2013/03/06.parquet +3 -0
- data/wiki_pages/2013/03/06.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-03-
|
| 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.9 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 5.5 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,12 +71,12 @@ 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
|
| 78 |
01:00 ██████████████████████████████ 272.4K
|
| 79 |
-
02:00 ███████░░░░░░░░░░░░░░░░░░░░░░
|
| 80 |
03:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 81 |
04:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 82 |
05: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 ████████░░░░░░░░░░░░░░░░░░░░░░ 9.
|
| 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 |
|
|
@@ -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 | 28,
|
| 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 | 52,
|
| 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-03-06** (590 days), totaling **58,300,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.9 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 5.5 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** — 585,600 events in 1244 blocks
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 █████████████████████████░░░░░ 235.1K
|
| 78 |
01:00 ██████████████████████████████ 272.4K
|
| 79 |
+
02:00 ████████░░░░░░░░░░░░░░░░░░░░░░ 78.1K
|
| 80 |
03:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 81 |
04:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 82 |
05:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
|
|
|
| 103 |
| Date | Events | Blocks |
|
| 104 |
|------|-------:|-------:|
|
| 105 |
| 2026-03-27 | 1,840,836 | 12165 |
|
| 106 |
+
| 2026-03-28 | 585,600 | 1244 |
|
| 107 |
|
| 108 |
|
| 109 |
### Live event schema
|
|
|
|
| 138 |
```
|
| 139 |
2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
|
| 140 |
2012 ██████████████████████████████ 34.3M
|
| 141 |
+
2013 ████████░░░░░░░░░░░░░░░░░░░░░░ 9.9M
|
| 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 | 56 | 9,947,787 | 177,639 | 3.0 GB | 948.3 MB | 32m07s | 1h08m | 36m49s |
|
| 149 |
|
| 150 |
|
| 151 |
### Pushes per year
|
|
|
|
| 153 |
```
|
| 154 |
2011 ████████████░░░░░░░░░░░░░░░░░░ 6.7M
|
| 155 |
2012 ██████████████████████████████ 16.5M
|
| 156 |
+
2013 █████████░░░░░░░░░░░░░░░░░░░░░ 5.0M
|
| 157 |
```
|
| 158 |
|
| 159 |
|
|
|
|
| 162 |
```
|
| 163 |
2011 ███████████░░░░░░░░░░░░░░░░░░░ 737.1K
|
| 164 |
2012 ██████████████████████████████ 1.9M
|
| 165 |
+
2013 █████████░░░░░░░░░░░░░░░░░░░░░ 601.1K
|
| 166 |
```
|
| 167 |
|
| 168 |
|
|
|
|
| 171 |
```
|
| 172 |
2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
|
| 173 |
2012 ██████████████████████████████ 1.5M
|
| 174 |
+
2013 ███████░░░░░░░░░░░░░░░░░░░░░░░ 360.5K
|
| 175 |
```
|
| 176 |
|
| 177 |
|
|
|
|
| 180 |
```
|
| 181 |
2011 █████████████░░░░░░░░░░░░░░░░░ 1.4M
|
| 182 |
2012 ██████████████████████████████ 3.3M
|
| 183 |
+
2013 ████████░░░░░░░░░░░░░░░░░░░░░░ 948.3K
|
| 184 |
```
|
| 185 |
|
| 186 |
|
|
|
|
| 564 |
|
| 565 |
| Table | GitHub Event | Events | % | Description |
|
| 566 |
|-------|-------------|-------:|---:|-------------|
|
| 567 |
+
| `pushes` | PushEvent | 28,199,158 | 48.4% | Git pushes with commits |
|
| 568 |
+
| `issues` | IssuesEvent | 3,275,246 | 5.6% | Issue lifecycle events |
|
| 569 |
+
| `issue_comments` | IssueCommentEvent | 4,727,345 | 8.1% | Comments on issues/PRs |
|
| 570 |
+
| `pull_requests` | PullRequestEvent | 2,269,629 | 3.9% | PR lifecycle events |
|
| 571 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 321,063 | 0.6% | Line-level PR comments |
|
| 572 |
+
| `stars` | WatchEvent | 5,620,130 | 9.6% | Repository stars |
|
| 573 |
+
| `forks` | ForkEvent | 1,959,097 | 3.4% | Repository forks |
|
| 574 |
+
| `creates` | CreateEvent | 8,663,276 | 14.9% | Branch/tag/repo creation |
|
| 575 |
+
| `deletes` | DeleteEvent | 468,501 | 0.8% | Branch/tag deletion |
|
| 576 |
+
| `commit_comments` | CommitCommentEvent | 632,918 | 1.1% | Comments on commits |
|
| 577 |
+
| `wiki_pages` | GollumEvent | 1,133,218 | 1.9% | Wiki page edits |
|
| 578 |
| `members` | MemberEvent | 102,637 | 0.2% | Collaborator additions |
|
| 579 |
+
| `public_events` | PublicEvent | 52,695 | 0.1% | Repo made public |
|
| 580 |
|
| 581 |
## How it's built
|
| 582 |
|
data/commit_comments/2013/03/06.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f071eb52534b1d83f81d2b2023ada8c208f8d8e1fc26c643b3ea18ac82e92a9a
|
| 3 |
+
size 77554
|
data/creates/2013/03/06.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:80d191ee97f0eb56e9c639914a15b5f9b34a1b2c74dc9c4a2c2bb87680209493
|
| 3 |
+
size 952629
|
data/deletes/2013/03/06.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8538b77e8ce0505adff498751586c14fb5bfc9c6e34c622c540465b845712624
|
| 3 |
+
size 61091
|
data/forks/2013/03/06.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:014a815563e50e52b2f7707e39c1bb58863eaae0649ab93c189e8427462477df
|
| 3 |
+
size 232167
|
data/issue_comments/2013/03/06.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:59efcc1f63553e9832adc1e9dc7de2d58d5483fd1280a5fb1602ee2cd7c0ee22
|
| 3 |
+
size 471813
|
data/issues/2013/03/06.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b03d8e9d63c988fe4a1f4f3b47a1feceaad588eca9698f5f91ab9ada2aa00025
|
| 3 |
+
size 311162
|
data/public_events/2013/03/06.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e1c986f80471daf1eb9c304cea5a849099f093f57f8188a47f8e84b2a34abbee
|
| 3 |
+
size 8779
|
data/pull_requests/2013/03/06.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fab52dd839da32aee5355805ef98b30e30ab6c244945907687097ccfa080d67f
|
| 3 |
+
size 1645421
|
data/pushes/2013/03/06.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ef42a75d8e779d0eb7c746f7d4a13d58f0456593b363e80d1adf731e9f72de00
|
| 3 |
+
size 18649119
|
data/stars/2013/03/06.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c52922fb5734f234e3f7e1a96139d36406180783712da7addfb8226b3ff30e8b
|
| 3 |
+
size 474887
|
data/wiki_pages/2013/03/06.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dee607fbeb2ca96c429f3542a7b38e485edaa9e6712fc030e5dbea4c6749128d
|
| 3 |
+
size 209246
|
stats.csv
CHANGED
|
@@ -587,4 +587,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 587 |
2013-03-02,146742,973,78545,8756,11266,4706,0,785,12834,5301,18786,1062,0,1295,2309,0,124,0,48946335,88.8,15342522,28.3,88.8,36.4
|
| 588 |
2013-03-03,165128,1054,87400,9988,12859,5546,0,1099,15683,6009,19672,1193,0,1491,2997,0,137,0,51424565,97.6,16023064,51.0,97.6,44.7
|
| 589 |
2013-03-04,216352,1578,107458,14118,20667,8272,0,2100,20830,8294,25175,1665,0,2374,3641,0,180,0,70177501,143.8,21672361,53.7,143.8,40.1
|
| 590 |
-
2013-03-05,218664,1513,107160,16856,20713,8499,0,1792,20924,8443,25041,1767,0,2074,3693,0,189,0,70261826,145.6,21778527,46.2,145.6,
|
|
|
|
|
|
| 587 |
2013-03-02,146742,973,78545,8756,11266,4706,0,785,12834,5301,18786,1062,0,1295,2309,0,124,0,48946335,88.8,15342522,28.3,88.8,36.4
|
| 588 |
2013-03-03,165128,1054,87400,9988,12859,5546,0,1099,15683,6009,19672,1193,0,1491,2997,0,137,0,51424565,97.6,16023064,51.0,97.6,44.7
|
| 589 |
2013-03-04,216352,1578,107458,14118,20667,8272,0,2100,20830,8294,25175,1665,0,2374,3641,0,180,0,70177501,143.8,21672361,53.7,143.8,40.1
|
| 590 |
+
2013-03-05,218664,1513,107160,16856,20713,8499,0,1792,20924,8443,25041,1767,0,2074,3693,0,189,0,70261826,145.6,21778527,46.2,145.6,40.6
|
| 591 |
+
2013-03-06,220285,1620,111315,12221,20076,8888,0,1955,21492,8834,25855,1824,0,2195,3818,0,192,0,73668895,150.8,23093868,48.2,150.8,0.0
|