Add 2015-03-30 — 421.6K events, 14 files
Browse files- README.md +19 -19
- data/commit_comments/2015/03/30.parquet +3 -0
- data/creates/2015/03/30.parquet +3 -0
- data/deletes/2015/03/30.parquet +3 -0
- data/forks/2015/03/30.parquet +3 -0
- data/issue_comments/2015/03/30.parquet +3 -0
- data/issues/2015/03/30.parquet +3 -0
- data/members/2015/03/30.parquet +3 -0
- data/pr_review_comments/2015/03/30.parquet +3 -0
- data/public_events/2015/03/30.parquet +3 -0
- data/pull_requests/2015/03/30.parquet +3 -0
- data/pushes/2015/03/30.parquet +3 -0
- data/releases/2015/03/30.parquet +3 -0
- data/stars/2015/03/30.parquet +3 -0
- data/wiki_pages/2015/03/30.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 **2015-04-
|
| 65 |
|
| 66 |
We believe this is the most complete and regularly updated structured mirror of public GitHub activity available on Hugging Face. The original 102.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 22.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,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-29** — 3,
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 ████████████████████████░░░░░░ 216.2K
|
|
@@ -88,7 +88,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
|
|
| 88 |
11:00 ███████████████████████████░░░ 250.9K
|
| 89 |
12:00 ██████████████████████████████ 269.8K
|
| 90 |
13:00 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.1K
|
| 91 |
-
14:00 █████░░░░░░░░░░░░░░░░░░░░░
|
| 92 |
15:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 93 |
16:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 94 |
17:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
|
@@ -100,7 +100,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
|
|
| 100 |
23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 101 |
```
|
| 102 |
|
| 103 |
-
Live capture spans **2 days** (2026-03-28 → 2026-03-29) — **9,
|
| 104 |
|
| 105 |
|
| 106 |
### Live event schema
|
|
@@ -139,7 +139,7 @@ duckdb.sql("""
|
|
| 139 |
2012 ██████████░░░░░░░░░░░░░░░░░░░░ 42.5M
|
| 140 |
2013 ██████████████████░░░░░░░░░░░░ 76.2M
|
| 141 |
2014 ██████████████████████████████ 124.6M
|
| 142 |
-
2015 █████████░░░░░░░░░░░░░░░░░░░░░ 39.
|
| 143 |
```
|
| 144 |
|
| 145 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
|
@@ -148,7 +148,7 @@ duckdb.sql("""
|
|
| 148 |
| 2012 | 366 | 42,537,517 | 116,222 | 11.5 GB | 161.5 MB | 1h19m | 2h30m | 35m15s |
|
| 149 |
| 2013 | 353 | 76,154,264 | 215,734 | 23.2 GB | 4.1 GB | 2h33m | 8h52m | 2h34m |
|
| 150 |
| 2014 | 348 | 124,581,314 | 357,992 | 51.9 GB | 11.8 GB | 4h13m | 20h37m | 5h05m |
|
| 151 |
-
| 2015 |
|
| 152 |
|
| 153 |
|
| 154 |
### Pushes per year
|
|
@@ -640,19 +640,19 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
|
|
| 640 |
| Table | GitHub Event | Events | % | Description |
|
| 641 |
|-------|-------------|-------:|---:|-------------|
|
| 642 |
| `pushes` | PushEvent | 150,573,619 | 50.1% | Git pushes with commits |
|
| 643 |
-
| `issues` | IssuesEvent | 17,
|
| 644 |
-
| `issue_comments` | IssueCommentEvent | 26,
|
| 645 |
-
| `pull_requests` | PullRequestEvent | 12,
|
| 646 |
-
| `pr_review_comments` | PullRequestReviewCommentEvent | 3,
|
| 647 |
-
| `stars` | WatchEvent | 27,
|
| 648 |
-
| `forks` | ForkEvent | 10,
|
| 649 |
-
| `creates` | CreateEvent | 37,
|
| 650 |
-
| `deletes` | DeleteEvent | 4,
|
| 651 |
-
| `releases` | ReleaseEvent |
|
| 652 |
-
| `commit_comments` | CommitCommentEvent | 2,
|
| 653 |
-
| `wiki_pages` | GollumEvent | 4,
|
| 654 |
-
| `members` | MemberEvent |
|
| 655 |
-
| `public_events` | PublicEvent | 282,
|
| 656 |
|
| 657 |
## How it's built
|
| 658 |
|
|
|
|
| 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 **2015-04-04** (1,471 days), totaling **300,537,729 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 102.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 22.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-29** — 3,261,427 events in 163 blocks
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 ████████████████████████░░░░░░ 216.2K
|
|
|
|
| 88 |
11:00 ███████████████████████████░░░ 250.9K
|
| 89 |
12:00 ██████████████████████████████ 269.8K
|
| 90 |
13:00 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.1K
|
| 91 |
+
14:00 █████████░░░░░░░░░░░░░░░░░░░░░ 81.0K
|
| 92 |
15:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 93 |
16:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 94 |
17:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
|
|
|
| 100 |
23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 101 |
```
|
| 102 |
|
| 103 |
+
Live capture spans **2 days** (2026-03-28 → 2026-03-29) — **9,251,429 events** in 4,154 blocks.
|
| 104 |
|
| 105 |
|
| 106 |
### Live event schema
|
|
|
|
| 139 |
2012 ██████████░░░░░░░░░░░░░░░░░░░░ 42.5M
|
| 140 |
2013 ██████████████████░░░░░░░░░░░░ 76.2M
|
| 141 |
2014 ██████████████████████████████ 124.6M
|
| 142 |
+
2015 █████████░░░░░░░░░░░░░░░░░░░░░ 39.2M
|
| 143 |
```
|
| 144 |
|
| 145 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
|
|
|
| 148 |
| 2012 | 366 | 42,537,517 | 116,222 | 11.5 GB | 161.5 MB | 1h19m | 2h30m | 35m15s |
|
| 149 |
| 2013 | 353 | 76,154,264 | 215,734 | 23.2 GB | 4.1 GB | 2h33m | 8h52m | 2h34m |
|
| 150 |
| 2014 | 348 | 124,581,314 | 357,992 | 51.9 GB | 11.8 GB | 4h13m | 20h37m | 5h05m |
|
| 151 |
+
| 2015 | 81 | 39,232,051 | 484,346 | 12.6 GB | 6.4 GB | 52m03s | 2h05m | 1h56m |
|
| 152 |
|
| 153 |
|
| 154 |
### Pushes per year
|
|
|
|
| 640 |
| Table | GitHub Event | Events | % | Description |
|
| 641 |
|-------|-------------|-------:|---:|-------------|
|
| 642 |
| `pushes` | PushEvent | 150,573,619 | 50.1% | Git pushes with commits |
|
| 643 |
+
| `issues` | IssuesEvent | 17,081,720 | 5.7% | Issue lifecycle events |
|
| 644 |
+
| `issue_comments` | IssueCommentEvent | 26,622,959 | 8.9% | Comments on issues/PRs |
|
| 645 |
+
| `pull_requests` | PullRequestEvent | 12,699,978 | 4.2% | PR lifecycle events |
|
| 646 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 3,307,025 | 1.1% | Line-level PR comments |
|
| 647 |
+
| `stars` | WatchEvent | 27,708,209 | 9.2% | Repository stars |
|
| 648 |
+
| `forks` | ForkEvent | 10,502,834 | 3.5% | Repository forks |
|
| 649 |
+
| `creates` | CreateEvent | 37,652,358 | 12.5% | Branch/tag/repo creation |
|
| 650 |
+
| `deletes` | DeleteEvent | 4,349,478 | 1.4% | Branch/tag deletion |
|
| 651 |
+
| `releases` | ReleaseEvent | 517,170 | 0.2% | Release publications |
|
| 652 |
+
| `commit_comments` | CommitCommentEvent | 2,589,886 | 0.9% | Comments on commits |
|
| 653 |
+
| `wiki_pages` | GollumEvent | 4,406,583 | 1.5% | Wiki page edits |
|
| 654 |
+
| `members` | MemberEvent | 346,071 | 0.1% | Collaborator additions |
|
| 655 |
+
| `public_events` | PublicEvent | 282,762 | 0.1% | Repo made public |
|
| 656 |
|
| 657 |
## How it's built
|
| 658 |
|
data/commit_comments/2015/03/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8d65ccef7ebd36fcc0c86fd655dc7ec7faed804db74f79c8e1ee8e44cc02c6c0
|
| 3 |
+
size 411916
|
data/creates/2015/03/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e64a23fb37e0897d016cda8f9a74d37e7b4f3207bfd09fa3801d4d8bc16c10eb
|
| 3 |
+
size 2238462
|
data/deletes/2015/03/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5aa755e6915a6d4588e8554f32843f63ad184cd9844da124a99e1164203d4b88
|
| 3 |
+
size 298564
|
data/forks/2015/03/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1d953158c57143c86e640126274adf109f085878033ab45477f19088ab9c2a12
|
| 3 |
+
size 1602074
|
data/issue_comments/2015/03/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:39ba56b4d7e613ff2491cb70134ee3e76cc2e577e2008ec64f80e482660d0e96
|
| 3 |
+
size 7368668
|
data/issues/2015/03/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b20357f373c904ad6a04cf952b9a8110fc5d22e7fb5acb8ab3855efbf14a0b57
|
| 3 |
+
size 5024891
|
data/members/2015/03/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:135225ff0cdea55e24b25a9a42267f212f1490ece358d4a3c410cf5e749e5fe9
|
| 3 |
+
size 91817
|
data/pr_review_comments/2015/03/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:31ab4194704ec4f49a6e3377209ede381cf6037d950ce162285c33421e90645e
|
| 3 |
+
size 20480
|
data/public_events/2015/03/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7ec32a4b92d77d493fe37c06678b2684d11732118268a9d39d7c8dec1eaa5282
|
| 3 |
+
size 20519
|
data/pull_requests/2015/03/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:93494abbaa730c90c17a48cebec66ad2eeb3dbe84c585c566cfd9844fa91c32c
|
| 3 |
+
size 3782344
|
data/pushes/2015/03/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3e4ca6d32c6c5a82a5babee8d065e206a98954937c4a85bf4db33b43ffe66716
|
| 3 |
+
size 49744983
|
data/releases/2015/03/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b4850161a516a6fc701f869b7eb5882e161395fb16c3b0eb891a973ad421bc5f
|
| 3 |
+
size 191225
|
data/stars/2015/03/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7bf179c843685c3b8d5ff9aaeefbedb343384829761d40ce0dea86e0017a1b6e
|
| 3 |
+
size 1368044
|
data/wiki_pages/2015/03/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a589f4795bcbab5979e9b6c7cee896870fa10f6f4856d67076c103424f76772c
|
| 3 |
+
size 330098
|
stats.csv
CHANGED
|
@@ -1468,4 +1468,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 1468 |
2015-03-31,505124,0,238496,23519,47085,26212,0,9070,49435,17881,68781,10725,1494,3401,5449,3139,437,0,0,0.0,88785073,0.0,0.0,89.4
|
| 1469 |
2015-04-01,576968,0,276062,29323,56020,30164,0,9814,50543,19879,77356,12954,1810,3650,5471,3366,556,0,220274489,80.9,102510026,39.2,80.9,165.8
|
| 1470 |
2015-04-02,457705,0,224931,21922,42975,23983,0,8073,40525,15261,59275,8671,1394,3078,4066,3119,432,0,171592317,69.4,81941578,80.8,69.4,97.1
|
| 1471 |
-
2015-04-03,381676,0,187055,18741,34211,18269,0,5231,36266,13895,50362,7707,1184,2303,3836,2302,314,0,136995029,51.3,66193669,41.0,51.3,
|
|
|
|
|
|
| 1468 |
2015-03-31,505124,0,238496,23519,47085,26212,0,9070,49435,17881,68781,10725,1494,3401,5449,3139,437,0,0,0.0,88785073,0.0,0.0,89.4
|
| 1469 |
2015-04-01,576968,0,276062,29323,56020,30164,0,9814,50543,19879,77356,12954,1810,3650,5471,3366,556,0,220274489,80.9,102510026,39.2,80.9,165.8
|
| 1470 |
2015-04-02,457705,0,224931,21922,42975,23983,0,8073,40525,15261,59275,8671,1394,3078,4066,3119,432,0,171592317,69.4,81941578,80.8,69.4,97.1
|
| 1471 |
+
2015-04-03,381676,0,187055,18741,34211,18269,0,5231,36266,13895,50362,7707,1184,2303,3836,2302,314,0,136995029,51.3,66193669,41.0,51.3,84.3
|
| 1472 |
+
2015-04-04,168460,0,0,16322,26822,14634,0,3357,31027,11517,48920,6359,1041,1855,4305,1987,314,0,0,0.0,17732540,0.0,0.0,0.0
|