Add 2012-06-03 — 98.4K events, 11 files
Browse files- README.md +24 -24
- data/commit_comments/2012/06/03.parquet +3 -0
- data/creates/2012/06/03.parquet +3 -0
- data/deletes/2012/06/03.parquet +3 -0
- data/forks/2012/06/03.parquet +3 -0
- data/issue_comments/2012/06/03.parquet +3 -0
- data/issues/2012/06/03.parquet +3 -0
- data/public_events/2012/06/03.parquet +3 -0
- data/pull_requests/2012/06/03.parquet +3 -0
- data/pushes/2012/06/03.parquet +3 -0
- data/stars/2012/06/03.parquet +3 -0
- data/wiki_pages/2012/06/03.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 **2012-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 5.9 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.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,15 +71,15 @@ 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-27** — 1,
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 348
|
| 78 |
01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 335
|
| 79 |
-
02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 80 |
03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 261
|
| 81 |
04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 233
|
| 82 |
-
05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 83 |
06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 193
|
| 84 |
07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 221
|
| 85 |
08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 260
|
|
@@ -88,16 +88,16 @@ Events from today are captured in near-real-time from the GitHub Events API and
|
|
| 88 |
11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 375
|
| 89 |
12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 390
|
| 90 |
13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 467
|
| 91 |
-
14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 92 |
15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 606
|
| 93 |
-
16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 94 |
17:00 ███████████░░░░░░░░░░░░░░░░░░░ 121.0K
|
| 95 |
18:00 ██████████████████████████████ 323.9K
|
| 96 |
19:00 █████████████████████████████░ 316.5K
|
| 97 |
20:00 ████████████████████████████░░ 304.6K
|
| 98 |
21:00 ████████████████████████░░░░░░ 264.0K
|
| 99 |
22:00 █████████████████████████░░░░░ 273.2K
|
| 100 |
-
23:00 █████░░░░░░░░░░░░░░░░░░░
|
| 101 |
```
|
| 102 |
|
| 103 |
|
|
@@ -132,20 +132,20 @@ duckdb.sql("""
|
|
| 132 |
|
| 133 |
```
|
| 134 |
2011 ██████████████████████████████ 14.1M
|
| 135 |
-
2012 █████████████████████████░░░░░ 12.
|
| 136 |
```
|
| 137 |
|
| 138 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
| 139 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 140 |
| 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
|
| 141 |
-
| 2012 |
|
| 142 |
|
| 143 |
|
| 144 |
### Pushes per year
|
| 145 |
|
| 146 |
```
|
| 147 |
2011 ██████████████████████████████ 6.7M
|
| 148 |
-
2012 ████████████████████████░░░░░░ 5.
|
| 149 |
```
|
| 150 |
|
| 151 |
|
|
@@ -153,7 +153,7 @@ duckdb.sql("""
|
|
| 153 |
|
| 154 |
```
|
| 155 |
2011 ██████████████████████████████ 737.1K
|
| 156 |
-
2012 ████████████████████████░░░░░░
|
| 157 |
```
|
| 158 |
|
| 159 |
|
|
@@ -161,7 +161,7 @@ duckdb.sql("""
|
|
| 161 |
|
| 162 |
```
|
| 163 |
2011 █████████████░░░░░░░░░░░░░░░░░ 370.9K
|
| 164 |
-
2012 ██████████████████████████████
|
| 165 |
```
|
| 166 |
|
| 167 |
|
|
@@ -553,19 +553,19 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
|
|
| 553 |
|
| 554 |
| Table | GitHub Event | Events | % | Description |
|
| 555 |
|-------|-------------|-------:|---:|-------------|
|
| 556 |
-
| `pushes` | PushEvent | 12,
|
| 557 |
-
| `issues` | IssuesEvent | 1,
|
| 558 |
-
| `issue_comments` | IssueCommentEvent | 1,
|
| 559 |
-
| `pull_requests` | PullRequestEvent | 1,
|
| 560 |
-
| `pr_review_comments` | PullRequestReviewCommentEvent | 56,
|
| 561 |
-
| `stars` | WatchEvent | 2,
|
| 562 |
-
| `forks` | ForkEvent |
|
| 563 |
-
| `creates` | CreateEvent | 4,
|
| 564 |
-
| `deletes` | DeleteEvent | 254,
|
| 565 |
-
| `commit_comments` | CommitCommentEvent |
|
| 566 |
-
| `wiki_pages` | GollumEvent |
|
| 567 |
| `members` | MemberEvent | 102,637 | 0.4% | Collaborator additions |
|
| 568 |
-
| `public_events` | PublicEvent | 23,
|
| 569 |
|
| 570 |
## How it's built
|
| 571 |
|
|
|
|
| 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 **2012-06-03** (361 days), totaling **26,285,650 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 5.9 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.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-27** — 1,669,527 events in 10956 blocks
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 348
|
| 78 |
01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 335
|
| 79 |
+
02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 280
|
| 80 |
03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 261
|
| 81 |
04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 233
|
| 82 |
+
05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 258
|
| 83 |
06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 193
|
| 84 |
07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 221
|
| 85 |
08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 260
|
|
|
|
| 88 |
11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 375
|
| 89 |
12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 390
|
| 90 |
13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 467
|
| 91 |
+
14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 542
|
| 92 |
15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 606
|
| 93 |
+
16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 844
|
| 94 |
17:00 ███████████░░░░░░░░░░░░░░░░░░░ 121.0K
|
| 95 |
18:00 ██████████████████████████████ 323.9K
|
| 96 |
19:00 █████████████████████████████░ 316.5K
|
| 97 |
20:00 ████████████████████████████░░ 304.6K
|
| 98 |
21:00 ████████████████████████░░░░░░ 264.0K
|
| 99 |
22:00 █████████████████████████░░░░░ 273.2K
|
| 100 |
+
23:00 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 60.1K
|
| 101 |
```
|
| 102 |
|
| 103 |
|
|
|
|
| 132 |
|
| 133 |
```
|
| 134 |
2011 ██████████████████████████████ 14.1M
|
| 135 |
+
2012 █████████████████████████░░░░░ 12.2M
|
| 136 |
```
|
| 137 |
|
| 138 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
| 139 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 140 |
| 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
|
| 141 |
+
| 2012 | 118 | 12,189,506 | 103,300 | 3.2 GB | 1.2 GB | 53m10s | 1h13m | 1h08m |
|
| 142 |
|
| 143 |
|
| 144 |
### Pushes per year
|
| 145 |
|
| 146 |
```
|
| 147 |
2011 ██████████████████████████████ 6.7M
|
| 148 |
+
2012 ████████████████████████░░░░░░ 5.5M
|
| 149 |
```
|
| 150 |
|
| 151 |
|
|
|
|
| 153 |
|
| 154 |
```
|
| 155 |
2011 ██████████████████████████████ 737.1K
|
| 156 |
+
2012 ████████████████████████░░░░░░ 601.4K
|
| 157 |
```
|
| 158 |
|
| 159 |
|
|
|
|
| 161 |
|
| 162 |
```
|
| 163 |
2011 █████████████░░░░░░░░░░░░░░░░░ 370.9K
|
| 164 |
+
2012 ██████████████████████████████ 804.9K
|
| 165 |
```
|
| 166 |
|
| 167 |
|
|
|
|
| 553 |
|
| 554 |
| Table | GitHub Event | Events | % | Description |
|
| 555 |
|-------|-------------|-------:|---:|-------------|
|
| 556 |
+
| `pushes` | PushEvent | 12,132,728 | 46.2% | Git pushes with commits |
|
| 557 |
+
| `issues` | IssuesEvent | 1,338,469 | 5.1% | Issue lifecycle events |
|
| 558 |
+
| `issue_comments` | IssueCommentEvent | 1,904,829 | 7.2% | Comments on issues/PRs |
|
| 559 |
+
| `pull_requests` | PullRequestEvent | 1,175,739 | 4.5% | PR lifecycle events |
|
| 560 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 56,765 | 0.2% | Line-level PR comments |
|
| 561 |
+
| `stars` | WatchEvent | 2,622,595 | 10.0% | Repository stars |
|
| 562 |
+
| `forks` | ForkEvent | 766,875 | 2.9% | Repository forks |
|
| 563 |
+
| `creates` | CreateEvent | 4,427,111 | 16.8% | Branch/tag/repo creation |
|
| 564 |
+
| `deletes` | DeleteEvent | 254,530 | 1.0% | Branch/tag deletion |
|
| 565 |
+
| `commit_comments` | CommitCommentEvent | 305,591 | 1.2% | Comments on commits |
|
| 566 |
+
| `wiki_pages` | GollumEvent | 508,269 | 1.9% | Wiki page edits |
|
| 567 |
| `members` | MemberEvent | 102,637 | 0.4% | Collaborator additions |
|
| 568 |
+
| `public_events` | PublicEvent | 23,485 | 0.1% | Repo made public |
|
| 569 |
|
| 570 |
## How it's built
|
| 571 |
|
data/commit_comments/2012/06/03.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a062dd99d52e7b46468ec6ed93406be07a72beb9094c6706b768f36ac0c0ed68
|
| 3 |
+
size 37109
|
data/creates/2012/06/03.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a8a740fdcaf085fe90fa80f4df60bfcc91b51ec5f2c2b78c3ec4045c3a282199
|
| 3 |
+
size 412886
|
data/deletes/2012/06/03.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0fe21fe05bd16572f07e7836962ffdd9a7d30030574458fee6fba90051564be9
|
| 3 |
+
size 16333
|
data/forks/2012/06/03.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7ab6f5fc56077b58373d9fd339a59aa0210052df797b51c45bc57f701287ccce
|
| 3 |
+
size 78259
|
data/issue_comments/2012/06/03.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:68e47a6af1d51bc5bd420e154c5c4f4ff0e26aad1176c5e52a9272829a89bba7
|
| 3 |
+
size 126293
|
data/issues/2012/06/03.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:34d3db41b1d3f63f7d952242b9b1c6d6d129cb7cd4f606d4abfccc410f8ea4ff
|
| 3 |
+
size 95300
|
data/public_events/2012/06/03.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dfcf67967414da38c6a1e9cd26a250297355c0360c32c6b4294347756967c6fb
|
| 3 |
+
size 5005
|
data/pull_requests/2012/06/03.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7fe680cfdbd3489436c4beaaadb903b986d0b4c6dad3221037ceb950b4334e0d
|
| 3 |
+
size 451826
|
data/pushes/2012/06/03.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:346ba2f51f185cde1f5d04c908f8087b4147b5d384da98bc98c072e316c9b8ac
|
| 3 |
+
size 6617873
|
data/stars/2012/06/03.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:153088e4c66c1561c3388aa5d3377299ca8889a9f32183ddb71dbd8bf26ee4b3
|
| 3 |
+
size 196075
|
data/wiki_pages/2012/06/03.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1a50844a93631239653a69564224357739e4e33e00d7ead6f5d0ef02a09fc28a
|
| 3 |
+
size 110956
|
stats.csv
CHANGED
|
@@ -358,4 +358,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 358 |
2012-05-30,126428,563,59831,5808,9967,4042,0,989,13174,4445,22607,980,0,1551,2334,0,137,0,34879929,45.1,11578676,24.2,45.1,42.9
|
| 359 |
2012-05-31,124566,493,55469,5931,10366,3835,0,987,12789,4502,25931,742,0,1365,2028,0,128,0,33016292,45.2,10837355,22.4,45.2,91.2
|
| 360 |
2012-06-01,112080,474,52156,5125,8686,3640,0,758,10811,3689,22733,678,0,1350,1881,0,99,0,30423595,41.3,10277809,29.0,41.3,32.5
|
| 361 |
-
2012-06-02,102400,431,39597,3804,5167,1779,0,190,8875,2701,37166,412,0,804,1423,0,51,0,21503129,15.4,7381768,27.0,15.4,
|
|
|
|
|
|
| 358 |
2012-05-30,126428,563,59831,5808,9967,4042,0,989,13174,4445,22607,980,0,1551,2334,0,137,0,34879929,45.1,11578676,24.2,45.1,42.9
|
| 359 |
2012-05-31,124566,493,55469,5931,10366,3835,0,987,12789,4502,25931,742,0,1365,2028,0,128,0,33016292,45.2,10837355,22.4,45.2,91.2
|
| 360 |
2012-06-01,112080,474,52156,5125,8686,3640,0,758,10811,3689,22733,678,0,1350,1881,0,99,0,30423595,41.3,10277809,29.0,41.3,32.5
|
| 361 |
+
2012-06-02,102400,431,39597,3804,5167,1779,0,190,8875,2701,37166,412,0,804,1423,0,51,0,21503129,15.4,7381768,27.0,15.4,31.5
|
| 362 |
+
2012-06-03,98366,293,45378,3892,5607,2239,0,401,10035,3104,24288,473,0,1004,1561,0,91,0,24371260,27.7,8147915,20.4,27.7,0.0
|