Add 2012-02-17 — 103.6K events, 11 files
Browse files- README.md +34 -34
- data/commit_comments/2012/02/17.parquet +3 -0
- data/creates/2012/02/17.parquet +3 -0
- data/deletes/2012/02/17.parquet +3 -0
- data/forks/2012/02/17.parquet +3 -0
- data/issues/2012/02/17.parquet +3 -0
- data/members/2012/02/17.parquet +3 -0
- data/public_events/2012/02/17.parquet +3 -0
- data/pull_requests/2012/02/17.parquet +3 -0
- data/pushes/2012/02/17.parquet +3 -0
- data/stars/2012/02/17.parquet +3 -0
- data/wiki_pages/2012/02/17.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-02-
|
| 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.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.7 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,26 +71,26 @@ 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,358,
|
| 75 |
|
| 76 |
```
|
| 77 |
-
00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 78 |
-
01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 79 |
-
02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 80 |
-
03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 81 |
-
04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 82 |
-
05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 83 |
-
06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 84 |
-
07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 85 |
-
08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 86 |
-
09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 87 |
10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 268
|
| 88 |
11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 319
|
| 89 |
-
12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 90 |
-
13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 91 |
-
14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 92 |
15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 531
|
| 93 |
-
16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 94 |
17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
|
| 95 |
18:00 ██████████████████████████████ 323.7K
|
| 96 |
19:00 █████████████████████████████░ 316.4K
|
|
@@ -132,13 +132,13 @@ duckdb.sql("""
|
|
| 132 |
|
| 133 |
```
|
| 134 |
2011 ██████████████████████████████ 14.1M
|
| 135 |
-
2012 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 2.
|
| 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,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 |
|
|
@@ -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 |
|
| 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 | 2,
|
| 564 |
-
| `deletes` | DeleteEvent |
|
| 565 |
-
| `commit_comments` | CommitCommentEvent |
|
| 566 |
-
| `wiki_pages` | GollumEvent |
|
| 567 |
-
| `members` | MemberEvent | 91,
|
| 568 |
-
| `public_events` | PublicEvent | 15,
|
| 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-02-17** (279 days), totaling **17,033,596 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.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.7 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,358,357 events in 8867 blocks
|
| 75 |
|
| 76 |
```
|
| 77 |
+
00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 284
|
| 78 |
+
01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 261
|
| 79 |
+
02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 227
|
| 80 |
+
03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 206
|
| 81 |
+
04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 194
|
| 82 |
+
05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 209
|
| 83 |
+
06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 165
|
| 84 |
+
07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 175
|
| 85 |
+
08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 218
|
| 86 |
+
09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 281
|
| 87 |
10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 268
|
| 88 |
11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 319
|
| 89 |
+
12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 342
|
| 90 |
+
13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 400
|
| 91 |
+
14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 457
|
| 92 |
15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 531
|
| 93 |
+
16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 743
|
| 94 |
17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
|
| 95 |
18:00 ██████████████████████████████ 323.7K
|
| 96 |
19:00 █████████████████████████████░ 316.4K
|
|
|
|
| 132 |
|
| 133 |
```
|
| 134 |
2011 ██████████████████████████████ 14.1M
|
| 135 |
+
2012 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 2.9M
|
| 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 | 36 | 2,937,452 | 81,595 | 741.0 MB | 362.0 MB | 16m05s | 15m43s | 20m06s |
|
| 142 |
|
| 143 |
|
| 144 |
### Pushes per year
|
|
|
|
| 153 |
|
| 154 |
```
|
| 155 |
2011 ██████████████████████████████ 737.1K
|
| 156 |
+
2012 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 144.1K
|
| 157 |
```
|
| 158 |
|
| 159 |
|
|
|
|
| 161 |
|
| 162 |
```
|
| 163 |
2011 ██████████████████████████████ 370.9K
|
| 164 |
+
2012 ███████░░░░░░░░░░░░░░░░░░░░░░░ 90.7K
|
| 165 |
```
|
| 166 |
|
| 167 |
|
|
|
|
| 169 |
|
| 170 |
```
|
| 171 |
2011 ██████████████████████████████ 1.4M
|
| 172 |
+
2012 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 297.2K
|
| 173 |
```
|
| 174 |
|
| 175 |
|
|
|
|
| 553 |
|
| 554 |
| Table | GitHub Event | Events | % | Description |
|
| 555 |
|-------|-------------|-------:|---:|-------------|
|
| 556 |
+
| `pushes` | PushEvent | 8,004,276 | 47.0% | Git pushes with commits |
|
| 557 |
+
| `issues` | IssuesEvent | 881,154 | 5.2% | Issue lifecycle events |
|
| 558 |
+
| `issue_comments` | IssueCommentEvent | 1,144,321 | 6.7% | Comments on issues/PRs |
|
| 559 |
+
| `pull_requests` | PullRequestEvent | 461,588 | 2.7% | PR lifecycle events |
|
| 560 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 992 | 0.0% | Line-level PR comments |
|
| 561 |
+
| `stars` | WatchEvent | 1,715,151 | 10.1% | Repository stars |
|
| 562 |
+
| `forks` | ForkEvent | 480,725 | 2.8% | Repository forks |
|
| 563 |
+
| `creates` | CreateEvent | 2,851,118 | 16.7% | Branch/tag/repo creation |
|
| 564 |
+
| `deletes` | DeleteEvent | 196,245 | 1.2% | Branch/tag deletion |
|
| 565 |
+
| `commit_comments` | CommitCommentEvent | 206,184 | 1.2% | Comments on commits |
|
| 566 |
+
| `wiki_pages` | GollumEvent | 345,361 | 2.0% | Wiki page edits |
|
| 567 |
+
| `members` | MemberEvent | 91,510 | 0.5% | Collaborator additions |
|
| 568 |
+
| `public_events` | PublicEvent | 15,365 | 0.1% | Repo made public |
|
| 569 |
|
| 570 |
## How it's built
|
| 571 |
|
data/commit_comments/2012/02/17.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d7fb05d760c0647f9047f588c326b9b9cebefb59e7728ada9b095e056b086479
|
| 3 |
+
size 148706
|
data/creates/2012/02/17.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9a73fd2bde32b66ddc87de1d3cddb090526f7441eb1bc1586ec282cefcffc829
|
| 3 |
+
size 505437
|
data/deletes/2012/02/17.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9d97cb066b8dfdbc9ed9d18be4962cc2ddb650a8c66c02fae75bebe21bacae08
|
| 3 |
+
size 42621
|
data/forks/2012/02/17.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2dd90412fffd2cc720e20a4f150d96728b170290c9c5d931cd878907708ea528
|
| 3 |
+
size 258512
|
data/issues/2012/02/17.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:946c56e059fe9d060f45d1222b7b1a58a14f5bbf2aad4f03a8092d9d8190b487
|
| 3 |
+
size 1014949
|
data/members/2012/02/17.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:421fbc431bc0e976561c97bde49b20af4e99a21db303792e7852b39c634aacf6
|
| 3 |
+
size 22457
|
data/public_events/2012/02/17.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ee8238b0c55a6701dbd54a284bac4fea9e8060d8e30a38159d5511c2a2ca7761
|
| 3 |
+
size 6194
|
data/pull_requests/2012/02/17.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:513e7f3e152c1b85282438baf8c1c6ddcb7484ea2c45ab2eed69a34e96ff1036
|
| 3 |
+
size 1567212
|
data/pushes/2012/02/17.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2b22741c11fbfd187cb8f4cb1321311c965ff0043850cca2447b81d908d73388
|
| 3 |
+
size 9354892
|
data/stars/2012/02/17.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e0b9b50f3796fabe9ce7e230ae912422162975ef323dd72f3a7fb07bc9324cf7
|
| 3 |
+
size 284913
|
data/wiki_pages/2012/02/17.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:58f0c3f79cde26602f580339b5dbcbb39e198197bdea6fceac2a00c4e835af25
|
| 3 |
+
size 113853
|
stats.csv
CHANGED
|
@@ -276,4 +276,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 276 |
2012-02-13,71696,0,33960,4671,5671,2194,0,0,7320,2011,12429,658,0,791,1522,398,71,0,19535334,13.4,9639502,27.6,13.4,30.4
|
| 277 |
2012-02-14,90537,0,41573,4384,6901,2581,0,0,9231,2605,18750,958,0,1033,1986,452,83,0,24531385,15.6,11960003,19.1,15.6,31.5
|
| 278 |
2012-02-15,72763,0,33990,3841,6001,2058,0,47,7871,2194,13079,733,0,855,1610,363,121,0,21050466,12.7,9933589,19.3,12.7,31.3
|
| 279 |
-
2012-02-16,93342,0,42061,4445,7203,2653,0,434,9493,2690,19754,900,0,999,2159,469,82,0,25355997,14.8,11870527,48.0,14.8,
|
|
|
|
|
|
| 276 |
2012-02-13,71696,0,33960,4671,5671,2194,0,0,7320,2011,12429,658,0,791,1522,398,71,0,19535334,13.4,9639502,27.6,13.4,30.4
|
| 277 |
2012-02-14,90537,0,41573,4384,6901,2581,0,0,9231,2605,18750,958,0,1033,1986,452,83,0,24531385,15.6,11960003,19.1,15.6,31.5
|
| 278 |
2012-02-15,72763,0,33990,3841,6001,2058,0,47,7871,2194,13079,733,0,855,1610,363,121,0,21050466,12.7,9933589,19.3,12.7,31.3
|
| 279 |
+
2012-02-16,93342,0,42061,4445,7203,2653,0,434,9493,2690,19754,900,0,999,2159,469,82,0,25355997,14.8,11870527,48.0,14.8,38.7
|
| 280 |
+
2012-02-17,103625,0,42872,4350,7133,11471,0,511,9900,2889,19607,1274,0,1140,1914,479,85,0,30986496,22.4,13319746,47.1,22.4,0.0
|