Add 2013-09-12 — 268.5K events, 11 files
Browse files- README.md +20 -20
- data/commit_comments/2013/09/12.parquet +3 -0
- data/creates/2013/09/12.parquet +3 -0
- data/deletes/2013/09/12.parquet +3 -0
- data/forks/2013/09/12.parquet +3 -0
- data/issue_comments/2013/09/12.parquet +3 -0
- data/issues/2013/09/12.parquet +3 -0
- data/public_events/2013/09/12.parquet +3 -0
- data/pull_requests/2013/09/12.parquet +3 -0
- data/pushes/2013/09/12.parquet +3 -0
- data/stars/2013/09/12.parquet +3 -0
- data/wiki_pages/2013/09/12.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 **2013-09-
|
| 65 |
|
| 66 |
-
We believe this is the most complete and regularly updated structured mirror of public GitHub activity available on Hugging Face. The original 26.
|
| 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,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-28** — 1,309,
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 █████████████████████████░░░░░ 235.4K
|
|
@@ -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 | 1,309,
|
| 107 |
|
| 108 |
|
| 109 |
### Live event schema
|
|
@@ -138,14 +138,14 @@ duckdb.sql("""
|
|
| 138 |
```
|
| 139 |
2011 ████████░░░░░░░░░░░░░░░░░░░░░░ 14.1M
|
| 140 |
2012 █████████████████████░░░░░░░░░ 34.3M
|
| 141 |
-
2013 ██████████████████████████████ 48.
|
| 142 |
```
|
| 143 |
|
| 144 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
| 145 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 146 |
| 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
|
| 147 |
| 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
|
| 148 |
-
| 2013 |
|
| 149 |
|
| 150 |
|
| 151 |
### Pushes per year
|
|
@@ -153,7 +153,7 @@ duckdb.sql("""
|
|
| 153 |
```
|
| 154 |
2011 ████████░░░░░░░░░░░░░░░░░░░░░░ 6.7M
|
| 155 |
2012 ████████████████████░░░░░░░░░░ 16.5M
|
| 156 |
-
2013 ██████████████████████████████ 24.
|
| 157 |
```
|
| 158 |
|
| 159 |
|
|
@@ -564,20 +564,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
|
|
| 564 |
|
| 565 |
| Table | GitHub Event | Events | % | Description |
|
| 566 |
|-------|-------------|-------:|---:|-------------|
|
| 567 |
-
| `pushes` | PushEvent | 47,
|
| 568 |
-
| `issues` | IssuesEvent | 5,
|
| 569 |
-
| `issue_comments` | IssueCommentEvent | 8,
|
| 570 |
-
| `pull_requests` | PullRequestEvent | 3,
|
| 571 |
-
| `pr_review_comments` | PullRequestReviewCommentEvent |
|
| 572 |
-
| `stars` | WatchEvent | 9,
|
| 573 |
-
| `forks` | ForkEvent | 3,
|
| 574 |
-
| `creates` | CreateEvent | 13,
|
| 575 |
-
| `deletes` | DeleteEvent |
|
| 576 |
-
| `releases` | ReleaseEvent |
|
| 577 |
-
| `commit_comments` | CommitCommentEvent |
|
| 578 |
-
| `wiki_pages` | GollumEvent | 1,
|
| 579 |
| `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
|
| 580 |
-
| `public_events` | PublicEvent | 88,
|
| 581 |
|
| 582 |
## How it's built
|
| 583 |
|
|
|
|
| 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 **2013-09-12** (774 days), totaling **96,717,937 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 26.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 9.2 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** — 1,309,313 events in 3421 blocks
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 █████████████████████████░░░░░ 235.4K
|
|
|
|
| 103 |
| Date | Events | Blocks |
|
| 104 |
|------|-------:|-------:|
|
| 105 |
| 2026-03-27 | 1,840,836 | 12165 |
|
| 106 |
+
| 2026-03-28 | 1,309,313 | 3421 |
|
| 107 |
|
| 108 |
|
| 109 |
### Live event schema
|
|
|
|
| 138 |
```
|
| 139 |
2011 ████████░░░░░░░░░░░░░░░░░░░░░░ 14.1M
|
| 140 |
2012 █████████████████████░░░░░░░░░ 34.3M
|
| 141 |
+
2013 ██████████████████████████████ 48.4M
|
| 142 |
```
|
| 143 |
|
| 144 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
| 145 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 146 |
| 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
|
| 147 |
| 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
|
| 148 |
+
| 2013 | 240 | 48,364,952 | 201,520 | 14.8 GB | 4.6 GB | 2h25m | 6h37m | 3h07m |
|
| 149 |
|
| 150 |
|
| 151 |
### Pushes per year
|
|
|
|
| 153 |
```
|
| 154 |
2011 ████████░░░░░░░░░░░░░░░░░░░░░░ 6.7M
|
| 155 |
2012 ████████████████████░░░░░░░░░░ 16.5M
|
| 156 |
+
2013 ██████████████████████████████ 24.7M
|
| 157 |
```
|
| 158 |
|
| 159 |
|
|
|
|
| 564 |
|
| 565 |
| Table | GitHub Event | Events | % | Description |
|
| 566 |
|-------|-------------|-------:|---:|-------------|
|
| 567 |
+
| `pushes` | PushEvent | 47,841,915 | 49.5% | Git pushes with commits |
|
| 568 |
+
| `issues` | IssuesEvent | 5,475,268 | 5.7% | Issue lifecycle events |
|
| 569 |
+
| `issue_comments` | IssueCommentEvent | 8,215,844 | 8.5% | Comments on issues/PRs |
|
| 570 |
+
| `pull_requests` | PullRequestEvent | 3,722,228 | 3.8% | PR lifecycle events |
|
| 571 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 696,875 | 0.7% | Line-level PR comments |
|
| 572 |
+
| `stars` | WatchEvent | 9,214,890 | 9.5% | Repository stars |
|
| 573 |
+
| `forks` | ForkEvent | 3,459,866 | 3.6% | Repository forks |
|
| 574 |
+
| `creates` | CreateEvent | 13,157,632 | 13.6% | Branch/tag/repo creation |
|
| 575 |
+
| `deletes` | DeleteEvent | 802,087 | 0.8% | Branch/tag deletion |
|
| 576 |
+
| `releases` | ReleaseEvent | 27,315 | 0.0% | Release publications |
|
| 577 |
+
| `commit_comments` | CommitCommentEvent | 987,068 | 1.0% | Comments on commits |
|
| 578 |
+
| `wiki_pages` | GollumEvent | 1,852,061 | 1.9% | Wiki page edits |
|
| 579 |
| `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
|
| 580 |
+
| `public_events` | PublicEvent | 88,326 | 0.1% | Repo made public |
|
| 581 |
|
| 582 |
## How it's built
|
| 583 |
|
data/commit_comments/2013/09/12.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e929aca8174607838aca22354d0d2f5905e4491ec8238bfc8bd4d17af8290c6a
|
| 3 |
+
size 84872
|
data/creates/2013/09/12.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b4692511631eb4c9fb3273dde42026872a193f98618ff8b92d9cb2f8c7d47a15
|
| 3 |
+
size 1132552
|
data/deletes/2013/09/12.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1db17cf2c91dc0389db7025c74b51c1a92facf2c3be172514633c924e1bb7986
|
| 3 |
+
size 80992
|
data/forks/2013/09/12.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1a29ead93eb873d14120097118f577953ad9a3b4b99ebae965ca0c9cf71ee721
|
| 3 |
+
size 268890
|
data/issue_comments/2013/09/12.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6294cb58be98d6bd5707bbcb7a109709993d104b3ddcf5e214d51b97210a475c
|
| 3 |
+
size 550610
|
data/issues/2013/09/12.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:42bdf26edd3a4aeeee029f81d1a78caf4ada2fc8612ecd197b1fd53ac1ff7849
|
| 3 |
+
size 381893
|
data/public_events/2013/09/12.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3ffc7f69a5a655e52133de057ce12e69b2e112d32700fd1bca60a923f8ee6ec8
|
| 3 |
+
size 11327
|
data/pull_requests/2013/09/12.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3297558d325899d864c6479bac7b920753629c8d84a81062660d588d37cd17bb
|
| 3 |
+
size 2013296
|
data/pushes/2013/09/12.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6cd4bf32a2a3d935a186adcfc9bdd493a42f7a4d8729a5be8d8575a5156777a8
|
| 3 |
+
size 21539873
|
data/stars/2013/09/12.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9a67ba07a76f3258dd6fb3a5c8229c17f23c83981a31be3b5bed12b2f7c02558
|
| 3 |
+
size 523226
|
data/wiki_pages/2013/09/12.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:35b0c87ff1219e05e5bbd51edb335e8ddc3fdce9d17e9e020120f7e10a9ad87c
|
| 3 |
+
size 233662
|
stats.csv
CHANGED
|
@@ -771,4 +771,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 771 |
2013-09-08,193782,640,99848,14348,18523,5554,0,1202,16346,6272,24410,2211,288,1250,2722,0,168,0,58944724,95.0,19759232,34.9,95.0,54.4
|
| 772 |
2013-09-09,287994,1529,131099,27594,35181,10657,0,2911,23661,9848,35425,3012,418,2244,4119,0,296,0,88556925,146.5,27707507,33.9,146.5,46.3
|
| 773 |
2013-09-10,263967,1352,135007,13726,23910,10783,0,3031,22182,9743,33954,2859,422,2399,4298,0,301,0,88544441,147.0,27988593,33.4,147.0,55.6
|
| 774 |
-
2013-09-11,262841,1292,130771,15381,26491,10812,0,3049,21665,9827,33386,3097,417,2387,3991,0,275,0,86646620,146.1,26557524,31.2,146.1,
|
|
|
|
|
|
| 771 |
2013-09-08,193782,640,99848,14348,18523,5554,0,1202,16346,6272,24410,2211,288,1250,2722,0,168,0,58944724,95.0,19759232,34.9,95.0,54.4
|
| 772 |
2013-09-09,287994,1529,131099,27594,35181,10657,0,2911,23661,9848,35425,3012,418,2244,4119,0,296,0,88556925,146.5,27707507,33.9,146.5,46.3
|
| 773 |
2013-09-10,263967,1352,135007,13726,23910,10783,0,3031,22182,9743,33954,2859,422,2399,4298,0,301,0,88544441,147.0,27988593,33.4,147.0,55.6
|
| 774 |
+
2013-09-11,262841,1292,130771,15381,26491,10812,0,3049,21665,9827,33386,3097,417,2387,3991,0,275,0,86646620,146.1,26557524,31.2,146.1,42.9
|
| 775 |
+
2013-09-12,268535,1442,134493,16234,23439,11030,0,3281,23479,9899,34666,2951,480,2493,4387,0,261,0,88959473,156.0,26821193,55.0,156.0,0.0
|