Add 2012-11-30 — 157.5K events, 11 files
Browse files- README.md +21 -21
- data/commit_comments/2012/11/30.parquet +3 -0
- data/creates/2012/11/30.parquet +3 -0
- data/deletes/2012/11/30.parquet +3 -0
- data/forks/2012/11/30.parquet +3 -0
- data/issue_comments/2012/11/30.parquet +3 -0
- data/issues/2012/11/30.parquet +3 -0
- data/public_events/2012/11/30.parquet +3 -0
- data/pull_requests/2012/11/30.parquet +3 -0
- data/pushes/2012/11/30.parquet +3 -0
- data/stars/2012/11/30.parquet +3 -0
- data/wiki_pages/2012/11/30.parquet +3 -0
- stats.csv +2 -1
README.md
CHANGED
|
@@ -61,9 +61,9 @@ 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-11-
|
| 65 |
|
| 66 |
-
We believe this is the most complete and regularly updated structured mirror of public GitHub activity available on Hugging Face. The original
|
| 67 |
|
| 68 |
The underlying data comes from [GH Archive](https://www.gharchive.org/), created by [Ilya Grigorik](https://www.igvita.com/), which has been recording every public GitHub event via the [Events API](https://docs.github.com/en/rest/activity/events) since 2011. Released under the [Open Data Commons Attribution License (ODC-By) v1.0](https://opendatacommons.org/licenses/by/1-0/).
|
| 69 |
|
|
@@ -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.8K
|
| 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
|
|
@@ -137,20 +137,20 @@ duckdb.sql("""
|
|
| 137 |
|
| 138 |
```
|
| 139 |
2011 █████████████░░░░░░░░░░░░░░░░░ 14.1M
|
| 140 |
-
2012 ██████████████████████████████
|
| 141 |
```
|
| 142 |
|
| 143 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
| 144 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 145 |
| 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
|
| 146 |
-
| 2012 |
|
| 147 |
|
| 148 |
|
| 149 |
### Pushes per year
|
| 150 |
|
| 151 |
```
|
| 152 |
2011 █████████████░░░░░░░░░░░░░░░░░ 6.7M
|
| 153 |
-
2012 ██████████████████████████████ 14.
|
| 154 |
```
|
| 155 |
|
| 156 |
|
|
@@ -174,7 +174,7 @@ duckdb.sql("""
|
|
| 174 |
|
| 175 |
```
|
| 176 |
2011 ██████████████░░░░░░░░░░░░░░░░ 1.4M
|
| 177 |
-
2012 ██████████████████████████████
|
| 178 |
```
|
| 179 |
|
| 180 |
|
|
@@ -558,19 +558,19 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
|
|
| 558 |
|
| 559 |
| Table | GitHub Event | Events | % | Description |
|
| 560 |
|-------|-------------|-------:|---:|-------------|
|
| 561 |
-
| `pushes` | PushEvent | 21,
|
| 562 |
-
| `issues` | IssuesEvent | 2,
|
| 563 |
-
| `issue_comments` | IssueCommentEvent | 3,
|
| 564 |
-
| `pull_requests` | PullRequestEvent | 1,
|
| 565 |
-
| `pr_review_comments` | PullRequestReviewCommentEvent |
|
| 566 |
-
| `stars` | WatchEvent | 4,
|
| 567 |
-
| `forks` | ForkEvent | 1,
|
| 568 |
-
| `creates` | CreateEvent | 7,
|
| 569 |
-
| `deletes` | DeleteEvent |
|
| 570 |
-
| `commit_comments` | CommitCommentEvent |
|
| 571 |
-
| `wiki_pages` | GollumEvent |
|
| 572 |
| `members` | MemberEvent | 102,637 | 0.2% | Collaborator additions |
|
| 573 |
-
| `public_events` | PublicEvent | 40,
|
| 574 |
|
| 575 |
## How it's built
|
| 576 |
|
|
|
|
| 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-11-30** (509 days), totaling **45,103,611 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 11.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 4.3 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 |
|
| 68 |
The underlying data comes from [GH Archive](https://www.gharchive.org/), created by [Ilya Grigorik](https://www.igvita.com/), which has been recording every public GitHub event via the [Events API](https://docs.github.com/en/rest/activity/events) since 2011. Released under the [Open Data Commons Attribution License (ODC-By) v1.0](https://opendatacommons.org/licenses/by/1-0/).
|
| 69 |
|
|
|
|
| 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** — 276,885 events in 478 blocks
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 ██████████████████████████████ 234.8K
|
| 78 |
+
01:00 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 42.1K
|
| 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 | 276,885 | 478 |
|
| 107 |
|
| 108 |
|
| 109 |
### Live event schema
|
|
|
|
| 137 |
|
| 138 |
```
|
| 139 |
2011 █████████████░░░░░░░░░░░░░░░░░ 14.1M
|
| 140 |
+
2012 ██████████████████████████████ 31.0M
|
| 141 |
```
|
| 142 |
|
| 143 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
| 144 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 145 |
| 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
|
| 146 |
+
| 2012 | 266 | 31,007,467 | 116,569 | 8.2 GB | 2.9 GB | 2h03m | 2h47m | 2h34m |
|
| 147 |
|
| 148 |
|
| 149 |
### Pushes per year
|
| 150 |
|
| 151 |
```
|
| 152 |
2011 █████████████░░░░░░░░░░░░░░░░░ 6.7M
|
| 153 |
+
2012 ██████████████████████████████ 14.8M
|
| 154 |
```
|
| 155 |
|
| 156 |
|
|
|
|
| 174 |
|
| 175 |
```
|
| 176 |
2011 ██████████████░░░░░░░░░░░░░░░░ 1.4M
|
| 177 |
+
2012 ██████████████████████████████ 3.0M
|
| 178 |
```
|
| 179 |
|
| 180 |
|
|
|
|
| 558 |
|
| 559 |
| Table | GitHub Event | Events | % | Description |
|
| 560 |
|-------|-------------|-------:|---:|-------------|
|
| 561 |
+
| `pushes` | PushEvent | 21,483,426 | 47.6% | Git pushes with commits |
|
| 562 |
+
| `issues` | IssuesEvent | 2,472,602 | 5.5% | Issue lifecycle events |
|
| 563 |
+
| `issue_comments` | IssueCommentEvent | 3,512,680 | 7.8% | Comments on issues/PRs |
|
| 564 |
+
| `pull_requests` | PullRequestEvent | 1,800,773 | 4.0% | PR lifecycle events |
|
| 565 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 215,371 | 0.5% | Line-level PR comments |
|
| 566 |
+
| `stars` | WatchEvent | 4,368,527 | 9.7% | Repository stars |
|
| 567 |
+
| `forks` | ForkEvent | 1,447,794 | 3.2% | Repository forks |
|
| 568 |
+
| `creates` | CreateEvent | 7,112,128 | 15.8% | Branch/tag/repo creation |
|
| 569 |
+
| `deletes` | DeleteEvent | 368,573 | 0.8% | Branch/tag deletion |
|
| 570 |
+
| `commit_comments` | CommitCommentEvent | 501,455 | 1.1% | Comments on commits |
|
| 571 |
+
| `wiki_pages` | GollumEvent | 885,742 | 2.0% | Wiki page edits |
|
| 572 |
| `members` | MemberEvent | 102,637 | 0.2% | Collaborator additions |
|
| 573 |
+
| `public_events` | PublicEvent | 40,805 | 0.1% | Repo made public |
|
| 574 |
|
| 575 |
## How it's built
|
| 576 |
|
data/commit_comments/2012/11/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:84a389b331133088209e4541656d8634c77b505d6b9d348b0091d5479a274854
|
| 3 |
+
size 52985
|
data/creates/2012/11/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:faa5b2d436830828c9c5ebccadc813955ee59630fd5ed326cad33234ed3165f1
|
| 3 |
+
size 623924
|
data/deletes/2012/11/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f4f552211a142bd62130845567943d5f458cafbe44cb0eed28710a2dcdf2b4e3
|
| 3 |
+
size 34151
|
data/forks/2012/11/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a01b4437c3d78512b1ca8ba033de71f6c4acb6111a2f415a7f913d0225166ff7
|
| 3 |
+
size 143844
|
data/issue_comments/2012/11/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3f3e6786694978c24dbf99cf65f260c2b1846d6779cea9108f8303f6840e60a2
|
| 3 |
+
size 289717
|
data/issues/2012/11/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:77f1b6147e5b8ca07c07056ed2a04391f58b99b93c9e7768192e791db440f010
|
| 3 |
+
size 392731
|
data/public_events/2012/11/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:33de76920c13e28f62ecaf39d32fdc4027008941b6729659b23924438630328f
|
| 3 |
+
size 7407
|
data/pull_requests/2012/11/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:92d389a266d622cefbac9ec7e1dac7d83366cafc291ff98880d6b1e4bb0defaf
|
| 3 |
+
size 942010
|
data/pushes/2012/11/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9a09143ce55c17caeb03f145d0578d464aedab18a9a8620a7eadc36a68882a03
|
| 3 |
+
size 12097189
|
data/stars/2012/11/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8dcec0ce01b874fb0785647d3d3d41a9cdc5a953e77df3cb4ef0be6505ce23b4
|
| 3 |
+
size 296999
|
data/wiki_pages/2012/11/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:de5fcc17a98dd4f6dba61df51e85d54a52d34ab8490bb16e635bca0e1b36c189
|
| 3 |
+
size 201315
|
stats.csv
CHANGED
|
@@ -506,4 +506,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 506 |
2012-11-26,177871,1361,87260,19238,14706,6062,0,1816,15169,5884,19932,1115,0,1874,3299,0,155,0,57419910,59.2,17316251,12.3,59.2,40.9
|
| 507 |
2012-11-27,183069,1320,90083,18852,15060,6349,0,1745,15458,6788,20523,1185,0,1843,3670,0,193,0,59484956,76.3,17998373,26.3,76.3,48.2
|
| 508 |
2012-11-28,184736,1263,90293,18585,14951,6467,0,1923,16506,6761,21404,1197,0,1823,3425,0,138,0,59778205,76.4,17409381,30.6,76.4,43.1
|
| 509 |
-
2012-11-29,181224,1176,87916,21083,14824,6290,0,1962,14788,6245,20504,1138,0,1809,3344,0,145,0,58262507,72.1,17262585,27.1,72.1,
|
|
|
|
|
|
| 506 |
2012-11-26,177871,1361,87260,19238,14706,6062,0,1816,15169,5884,19932,1115,0,1874,3299,0,155,0,57419910,59.2,17316251,12.3,59.2,40.9
|
| 507 |
2012-11-27,183069,1320,90083,18852,15060,6349,0,1745,15458,6788,20523,1185,0,1843,3670,0,193,0,59484956,76.3,17998373,26.3,76.3,48.2
|
| 508 |
2012-11-28,184736,1263,90293,18585,14951,6467,0,1923,16506,6761,21404,1197,0,1823,3425,0,138,0,59778205,76.4,17409381,30.6,76.4,43.1
|
| 509 |
+
2012-11-29,181224,1176,87916,21083,14824,6290,0,1962,14788,6245,20504,1138,0,1809,3344,0,145,0,58262507,72.1,17262585,27.1,72.1,34.8
|
| 510 |
+
2012-11-30,157491,1034,74423,22119,12330,5069,0,1382,12485,5237,17995,1016,0,1425,2826,0,150,0,49270053,81.6,15082272,32.7,81.6,0.0
|