Add 2013-01-04 — 152.8K events, 11 files
Browse files- README.md +22 -22
- data/commit_comments/2013/01/04.parquet +3 -0
- data/creates/2013/01/04.parquet +3 -0
- data/deletes/2013/01/04.parquet +3 -0
- data/forks/2013/01/04.parquet +3 -0
- data/issue_comments/2013/01/04.parquet +3 -0
- data/issues/2013/01/04.parquet +3 -0
- data/public_events/2013/01/04.parquet +3 -0
- data/pull_requests/2013/01/04.parquet +3 -0
- data/pushes/2013/01/04.parquet +3 -0
- data/stars/2013/01/04.parquet +3 -0
- data/wiki_pages/2013/01/04.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-01-
|
| 65 |
|
| 66 |
We believe this is the most complete and regularly updated structured mirror of public GitHub activity available on Hugging Face. The original 12.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 4.6 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,11 +71,11 @@ 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 ██████████████████████████████ 234.9K
|
| 78 |
-
01:00 ███████████████████░░░░░░░░░░░
|
| 79 |
02:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 80 |
03:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 81 |
04: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 |
|
|
@@ -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 | 23,
|
| 568 |
-
| `issues` | IssuesEvent | 2,
|
| 569 |
-
| `issue_comments` | IssueCommentEvent | 3,
|
| 570 |
-
| `pull_requests` | PullRequestEvent | 1,
|
| 571 |
-
| `pr_review_comments` | PullRequestReviewCommentEvent |
|
| 572 |
-
| `stars` | WatchEvent | 4,
|
| 573 |
-
| `forks` | ForkEvent | 1,
|
| 574 |
-
| `creates` | CreateEvent | 7,
|
| 575 |
-
| `deletes` | DeleteEvent |
|
| 576 |
-
| `commit_comments` | CommitCommentEvent |
|
| 577 |
-
| `wiki_pages` | GollumEvent |
|
| 578 |
| `members` | MemberEvent | 102,637 | 0.2% | Collaborator additions |
|
| 579 |
-
| `public_events` | PublicEvent | 44,
|
| 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-01-04** (538 days), totaling **48,912,666 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 12.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 4.6 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** — 390,849 events in 753 blocks
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 ██████████████████████████████ 234.9K
|
| 78 |
+
01:00 ███████████████████░░░░░░░░░░░ 155.9K
|
| 79 |
02:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 80 |
03:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 81 |
04:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
|
|
|
| 103 |
| Date | Events | Blocks |
|
| 104 |
|------|-------:|-------:|
|
| 105 |
| 2026-03-27 | 1,840,836 | 12165 |
|
| 106 |
+
| 2026-03-28 | 390,849 | 753 |
|
| 107 |
|
| 108 |
|
| 109 |
### Live event schema
|
|
|
|
| 138 |
```
|
| 139 |
2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
|
| 140 |
2012 ██████████████████████████████ 34.3M
|
| 141 |
+
2013 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 559.7K
|
| 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 | 4 | 559,681 | 139,920 | 170.8 MB | 52.2 MB | 1m58s | 3m39s | 1m54s |
|
| 149 |
|
| 150 |
|
| 151 |
### Pushes per year
|
|
|
|
| 153 |
```
|
| 154 |
2011 ████████████░░░░░░░░░░░░░░░░░░ 6.7M
|
| 155 |
2012 ██████████████████████████████ 16.5M
|
| 156 |
+
2013 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 275.9K
|
| 157 |
```
|
| 158 |
|
| 159 |
|
|
|
|
| 162 |
```
|
| 163 |
2011 ███████████░░░░░░░░░░░░░░░░░░░ 737.1K
|
| 164 |
2012 ██████████████████████████████ 1.9M
|
| 165 |
+
2013 █░░░░░░░░░░░░░░░░░░░░░░░��░░░░░ 33.1K
|
| 166 |
```
|
| 167 |
|
| 168 |
|
|
|
|
| 171 |
```
|
| 172 |
2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
|
| 173 |
2012 ██████████████████████████████ 1.5M
|
| 174 |
+
2013 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 19.0K
|
| 175 |
```
|
| 176 |
|
| 177 |
|
|
|
|
| 180 |
```
|
| 181 |
2011 █████████████░░░░░░░░░░░░░░░░░ 1.4M
|
| 182 |
2012 ██████████████████████████████ 3.3M
|
| 183 |
+
2013 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 57.1K
|
| 184 |
```
|
| 185 |
|
| 186 |
|
|
|
|
| 564 |
|
| 565 |
| Table | GitHub Event | Events | % | Description |
|
| 566 |
|-------|-------------|-------:|---:|-------------|
|
| 567 |
+
| `pushes` | PushEvent | 23,444,350 | 47.9% | Git pushes with commits |
|
| 568 |
+
| `issues` | IssuesEvent | 2,707,252 | 5.5% | Issue lifecycle events |
|
| 569 |
+
| `issue_comments` | IssueCommentEvent | 3,836,821 | 7.8% | Comments on issues/PRs |
|
| 570 |
+
| `pull_requests` | PullRequestEvent | 1,928,050 | 3.9% | PR lifecycle events |
|
| 571 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 243,217 | 0.5% | Line-level PR comments |
|
| 572 |
+
| `stars` | WatchEvent | 4,728,995 | 9.7% | Repository stars |
|
| 573 |
+
| `forks` | ForkEvent | 1,599,521 | 3.3% | Repository forks |
|
| 574 |
+
| `creates` | CreateEvent | 7,566,807 | 15.5% | Branch/tag/repo creation |
|
| 575 |
+
| `deletes` | DeleteEvent | 395,551 | 0.8% | Branch/tag deletion |
|
| 576 |
+
| `commit_comments` | CommitCommentEvent | 540,241 | 1.1% | Comments on commits |
|
| 577 |
+
| `wiki_pages` | GollumEvent | 961,787 | 2.0% | Wiki page edits |
|
| 578 |
| `members` | MemberEvent | 102,637 | 0.2% | Collaborator additions |
|
| 579 |
+
| `public_events` | PublicEvent | 44,169 | 0.1% | Repo made public |
|
| 580 |
|
| 581 |
## How it's built
|
| 582 |
|
data/commit_comments/2013/01/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6ad954518e0afc75b388f5084812846df2ffb2a3bba1bc7b4cab667c85bc8b20
|
| 3 |
+
size 64640
|
data/creates/2013/01/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ed26d1b8422f80218e8d2905624bcfbe3b923e1450582a1c1ffc52742f5d9a44
|
| 3 |
+
size 626797
|
data/deletes/2013/01/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:11cb0887f4b340b68638ecd805812c936c8d3991993816e31fa064ba2a25a6ad
|
| 3 |
+
size 39843
|
data/forks/2013/01/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:267e88d03ce9b381f8290e6fe93fb798839cbbe6839dfbf6e28addce9e89a6eb
|
| 3 |
+
size 167304
|
data/issue_comments/2013/01/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fa5c79779039717cb2741c3e4fdca70a0d7bfec85271de1c07b79e0702df4ab3
|
| 3 |
+
size 320454
|
data/issues/2013/01/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0cdd0dd0ab871d1797db565170e6ad6d42595afa240701269a3de7bb6b073ecd
|
| 3 |
+
size 215908
|
data/public_events/2013/01/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:935e4d6f4de11ad752116356643bbeb6ee95343d816861d820473e0bce5c5685
|
| 3 |
+
size 6965
|
data/pull_requests/2013/01/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f975e0a73b26894e7f694209c0d16f7d648fbbfcf42d459081e7a8d32c3e9740
|
| 3 |
+
size 1085624
|
data/pushes/2013/01/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6f13724e23fe42eaee2bfd74f636de093ed8e3ea66305d501d9b387e649c412f
|
| 3 |
+
size 12197546
|
data/stars/2013/01/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:80795692bed7d546459dbfe446333c838142429595a64a1433ff8afdd5f94206
|
| 3 |
+
size 341780
|
data/wiki_pages/2013/01/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:08d10b1df7aa53d5b38ae3153eb34b30ac1ad0d16db0e512b46d0e4de1c9e961
|
| 3 |
+
size 167426
|
stats.csv
CHANGED
|
@@ -535,4 +535,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 535 |
2012-12-31,87076,364,47518,3994,6618,2678,0,551,8543,3211,10316,597,0,953,1650,0,83,0,27923780,49.9,9259252,23.4,49.9,40.3
|
| 536 |
2013-01-01,95705,441,47997,7176,9450,2472,0,396,9662,3712,10770,618,0,878,2046,0,87,0,28379686,52.4,8823570,22.5,52.4,35.2
|
| 537 |
2013-01-02,145179,792,73343,8067,13098,5088,0,1246,15956,5765,16367,1088,0,1491,2738,0,140,0,47852624,66.8,14659487,35.4,66.8,47.3
|
| 538 |
-
2013-01-03,166024,895,78656,8033,13720,5674,0,1410,15835,6490,29179,1112,0,1744,3117,0,159,0,52461276,64.0,16032230,29.6,64.0,
|
|
|
|
|
|
| 535 |
2012-12-31,87076,364,47518,3994,6618,2678,0,551,8543,3211,10316,597,0,953,1650,0,83,0,27923780,49.9,9259252,23.4,49.9,40.3
|
| 536 |
2013-01-01,95705,441,47997,7176,9450,2472,0,396,9662,3712,10770,618,0,878,2046,0,87,0,28379686,52.4,8823570,22.5,52.4,35.2
|
| 537 |
2013-01-02,145179,792,73343,8067,13098,5088,0,1246,15956,5765,16367,1088,0,1491,2738,0,140,0,47852624,66.8,14659487,35.4,66.8,47.3
|
| 538 |
+
2013-01-03,166024,895,78656,8033,13720,5674,0,1410,15835,6490,29179,1112,0,1744,3117,0,159,0,52461276,64.0,16032230,29.6,64.0,32.1
|
| 539 |
+
2013-01-04,152773,798,75899,9859,13955,5727,0,1260,15683,6063,17347,1168,0,1606,3268,0,140,0,50407881,36.2,15234287,30.8,36.2,0.0
|