Add 2012-03-01 — 121.2K events, 11 files
Browse files- README.md +28 -28
- data/commit_comments/2012/03/01.parquet +3 -0
- data/creates/2012/03/01.parquet +3 -0
- data/deletes/2012/03/01.parquet +3 -0
- data/forks/2012/03/01.parquet +3 -0
- data/issues/2012/03/01.parquet +3 -0
- data/members/2012/03/01.parquet +3 -0
- data/public_events/2012/03/01.parquet +3 -0
- data/pull_requests/2012/03/01.parquet +3 -0
- data/pushes/2012/03/01.parquet +3 -0
- data/stars/2012/03/01.parquet +3 -0
- data/wiki_pages/2012/03/01.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-
|
| 65 |
|
| 66 |
We believe this is the most complete and regularly updated structured mirror of public GitHub activity available on Hugging Face. The original 3.9 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.9 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,32 +71,32 @@ 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 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 293
|
| 78 |
01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 268
|
| 79 |
-
02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 80 |
03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 207
|
| 81 |
-
04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 82 |
05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 215
|
| 83 |
06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 168
|
| 84 |
-
07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 85 |
08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 229
|
| 86 |
09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 284
|
| 87 |
10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 271
|
| 88 |
11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 327
|
| 89 |
12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 350
|
| 90 |
13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 407
|
| 91 |
-
14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 92 |
-
15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 93 |
-
16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 94 |
17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
|
| 95 |
18:00 ██████████████████████████████ 323.7K
|
| 96 |
19:00 █████████████████████████████░ 316.5K
|
| 97 |
20:00 ████████████████████████████░░ 304.5K
|
| 98 |
21:00 ████████████████████████░░░░░░ 263.7K
|
| 99 |
-
22:00 █████░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 100 |
23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 101 |
```
|
| 102 |
|
|
@@ -132,13 +132,13 @@ duckdb.sql("""
|
|
| 132 |
|
| 133 |
```
|
| 134 |
2011 ██████████████████████████████ 14.1M
|
| 135 |
-
2012 █████████░░░░░░░░░░░░░░░░░░░░░ 4.
|
| 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
|
|
@@ -153,15 +153,15 @@ duckdb.sql("""
|
|
| 153 |
|
| 154 |
```
|
| 155 |
2011 ██████████████████████████████ 737.1K
|
| 156 |
-
2012 ████████░░░░░░░░░░░░░░░░░░░░░░
|
| 157 |
```
|
| 158 |
|
| 159 |
|
| 160 |
### Pull requests per year
|
| 161 |
|
| 162 |
```
|
| 163 |
-
2011 ███████████████████████████
|
| 164 |
-
2012 ██████████████████████████████
|
| 165 |
```
|
| 166 |
|
| 167 |
|
|
@@ -169,7 +169,7 @@ duckdb.sql("""
|
|
| 169 |
|
| 170 |
```
|
| 171 |
2011 ██████████████████████████████ 1.4M
|
| 172 |
-
2012 ████████░░░░░░░░░░░░░░░░░░░░░
|
| 173 |
```
|
| 174 |
|
| 175 |
|
|
@@ -553,19 +553,19 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
|
|
| 553 |
|
| 554 |
| Table | GitHub Event | Events | % | Description |
|
| 555 |
|-------|-------------|-------:|---:|-------------|
|
| 556 |
-
| `pushes` | PushEvent | 8,
|
| 557 |
-
| `issues` | IssuesEvent |
|
| 558 |
-
| `issue_comments` | IssueCommentEvent | 1,
|
| 559 |
-
| `pull_requests` | PullRequestEvent |
|
| 560 |
-
| `pr_review_comments` | PullRequestReviewCommentEvent |
|
| 561 |
-
| `stars` | WatchEvent | 1,
|
| 562 |
-
| `forks` | ForkEvent |
|
| 563 |
-
| `creates` | CreateEvent | 3,
|
| 564 |
-
| `deletes` | DeleteEvent | 208,
|
| 565 |
-
| `commit_comments` | CommitCommentEvent |
|
| 566 |
-
| `wiki_pages` | GollumEvent |
|
| 567 |
-
| `members` | MemberEvent | 97,
|
| 568 |
-
| `public_events` | PublicEvent | 16,
|
| 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-03-01** (292 days), totaling **18,647,784 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 3.9 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.9 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,397,734 events in 9129 blocks
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 293
|
| 78 |
01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 268
|
| 79 |
+
02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 238
|
| 80 |
03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 207
|
| 81 |
+
04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 199
|
| 82 |
05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 215
|
| 83 |
06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 168
|
| 84 |
+
07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 183
|
| 85 |
08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 229
|
| 86 |
09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 284
|
| 87 |
10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 271
|
| 88 |
11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 327
|
| 89 |
12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 350
|
| 90 |
13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 407
|
| 91 |
+
14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 469
|
| 92 |
+
15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 544
|
| 93 |
+
16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 760
|
| 94 |
17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
|
| 95 |
18:00 ██████████████████████████████ 323.7K
|
| 96 |
19:00 █████████████████████████████░ 316.5K
|
| 97 |
20:00 ████████████████████████████░░ 304.5K
|
| 98 |
21:00 ████████████████████████░░░░░░ 263.7K
|
| 99 |
+
22:00 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 63.0K
|
| 100 |
23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 101 |
```
|
| 102 |
|
|
|
|
| 132 |
|
| 133 |
```
|
| 134 |
2011 ██████████████████████████████ 14.1M
|
| 135 |
+
2012 █████████░░░░░░░░░░░░░░░░░░░░░ 4.6M
|
| 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 | 49 | 4,551,640 | 92,890 | 1.2 GB | 554.2 MB | 23m54s | 22m10s | 27m59s |
|
| 142 |
|
| 143 |
|
| 144 |
### Pushes per year
|
|
|
|
| 153 |
|
| 154 |
```
|
| 155 |
2011 ██████████████████████████████ 737.1K
|
| 156 |
+
2012 ████████░░░░░░░░░░░░░░░░░░░░░░ 208.0K
|
| 157 |
```
|
| 158 |
|
| 159 |
|
| 160 |
### Pull requests per year
|
| 161 |
|
| 162 |
```
|
| 163 |
+
2011 ███████████████████████████░░░ 370.9K
|
| 164 |
+
2012 ██████████████████████████████ 402.7K
|
| 165 |
```
|
| 166 |
|
| 167 |
|
|
|
|
| 169 |
|
| 170 |
```
|
| 171 |
2011 ██████████████████████████████ 1.4M
|
| 172 |
+
2012 █████████░░░░░░░░░░░░░░░░░░░░░ 426.4K
|
| 173 |
```
|
| 174 |
|
| 175 |
|
|
|
|
| 553 |
|
| 554 |
| Table | GitHub Event | Events | % | Description |
|
| 555 |
|-------|-------------|-------:|---:|-------------|
|
| 556 |
+
| `pushes` | PushEvent | 8,618,861 | 46.2% | Git pushes with commits |
|
| 557 |
+
| `issues` | IssuesEvent | 945,098 | 5.1% | Issue lifecycle events |
|
| 558 |
+
| `issue_comments` | IssueCommentEvent | 1,245,133 | 6.7% | Comments on issues/PRs |
|
| 559 |
+
| `pull_requests` | PullRequestEvent | 773,566 | 4.1% | PR lifecycle events |
|
| 560 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 9,121 | 0.0% | Line-level PR comments |
|
| 561 |
+
| `stars` | WatchEvent | 1,844,367 | 9.9% | Repository stars |
|
| 562 |
+
| `forks` | ForkEvent | 520,040 | 2.8% | Repository forks |
|
| 563 |
+
| `creates` | CreateEvent | 3,135,537 | 16.8% | Branch/tag/repo creation |
|
| 564 |
+
| `deletes` | DeleteEvent | 208,817 | 1.1% | Branch/tag deletion |
|
| 565 |
+
| `commit_comments` | CommitCommentEvent | 220,547 | 1.2% | Comments on commits |
|
| 566 |
+
| `wiki_pages` | GollumEvent | 372,427 | 2.0% | Wiki page edits |
|
| 567 |
+
| `members` | MemberEvent | 97,987 | 0.5% | Collaborator additions |
|
| 568 |
+
| `public_events` | PublicEvent | 16,677 | 0.1% | Repo made public |
|
| 569 |
|
| 570 |
## How it's built
|
| 571 |
|
data/commit_comments/2012/03/01.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:610f7c97e52ed817be6f47565cf1e45c62041e3d687e2d820eb421f83b7c2481
|
| 3 |
+
size 162074
|
data/creates/2012/03/01.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9a7cedb4d4879e8781726f25684e83cb5ad1b629e437cbc6fd6d21216d0faef6
|
| 3 |
+
size 512634
|
data/deletes/2012/03/01.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:857fc84349c9966d1b4ae2877937ad373a2ec68823aebaa568e80fee01a0d5ba
|
| 3 |
+
size 30353
|
data/forks/2012/03/01.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5aaf709e3b06897859a5aba39dfab5c254fb14cdd5b07b3eefe6c1ed19e6b9a0
|
| 3 |
+
size 270034
|
data/issues/2012/03/01.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3e0bace497ba2198e49406cf73566d89de8cf0e4fb59a8464c6945ed3d58f712
|
| 3 |
+
size 1046322
|
data/members/2012/03/01.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cf823c094e9ec3558deacf1b82f683b56d14f7dc11b4cba9cb56f02e70451315
|
| 3 |
+
size 22959
|
data/public_events/2012/03/01.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a44d4013471ae0fc26aec7b8068c08be53ce2cebacda6e9d6a6fc65ae37e231
|
| 3 |
+
size 7026
|
data/pull_requests/2012/03/01.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:163707707c1ada6e58d0a0f1c57d2f6b74ae39a19de9f42079bf5264a96ccd2c
|
| 3 |
+
size 2954820
|
data/pushes/2012/03/01.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:778ef98cabf14d480c53694d3bf536410c03f935496318bc170aa53da19ada86
|
| 3 |
+
size 9858096
|
data/stars/2012/03/01.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d35709e63627ace93d85d4699e9cbfa914099e449e4338c7cebd2a3d227c9053
|
| 3 |
+
size 278062
|
data/wiki_pages/2012/03/01.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8b0d98191e85fc4dc946eecf99d8d2d4290e8e57d02679fc88ad6509b15e59bc
|
| 3 |
+
size 159214
|
stats.csv
CHANGED
|
@@ -289,4 +289,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 289 |
2012-02-26,108680,0,41624,3782,5697,23647,0,349,7584,2288,20145,574,0,894,1735,274,87,0,33755867,31.2,13068885,29.5,31.2,56.4
|
| 290 |
2012-02-27,140378,0,54127,5609,8665,28455,0,810,11535,3464,22724,1091,0,1276,2018,509,95,0,46246995,31.7,18026211,51.9,31.7,34.0
|
| 291 |
2012-02-28,143323,0,56258,5799,9337,25900,0,813,12338,3537,23077,1669,0,1451,2421,592,131,0,46664892,34.7,18395012,26.4,34.7,38.1
|
| 292 |
-
2012-02-29,145943,0,54626,5674,9253,27517,0,1063,11872,3540,26672,934,0,1352,2743,593,104,0,46524459,37.6,18089054,41.6,37.6,
|
|
|
|
|
|
| 289 |
2012-02-26,108680,0,41624,3782,5697,23647,0,349,7584,2288,20145,574,0,894,1735,274,87,0,33755867,31.2,13068885,29.5,31.2,56.4
|
| 290 |
2012-02-27,140378,0,54127,5609,8665,28455,0,810,11535,3464,22724,1091,0,1276,2018,509,95,0,46246995,31.7,18026211,51.9,31.7,34.0
|
| 291 |
2012-02-28,143323,0,56258,5799,9337,25900,0,813,12338,3537,23077,1669,0,1451,2421,592,131,0,46664892,34.7,18395012,26.4,34.7,38.1
|
| 292 |
+
2012-02-29,145943,0,54626,5674,9253,27517,0,1063,11872,3540,26672,934,0,1352,2743,593,104,0,46524459,37.6,18089054,41.6,37.6,31.6
|
| 293 |
+
2012-03-01,121155,0,45647,4625,7442,25808,0,832,9559,3033,19715,815,0,1149,1966,458,106,0,39461851,35.4,15301594,23.9,35.4,0.0
|