Add 2013-09-10 — 264.0K events, 11 files
Browse files- README.md +23 -23
- data/commit_comments/2013/09/10.parquet +3 -0
- data/creates/2013/09/10.parquet +3 -0
- data/deletes/2013/09/10.parquet +3 -0
- data/forks/2013/09/10.parquet +3 -0
- data/issue_comments/2013/09/10.parquet +3 -0
- data/issues/2013/09/10.parquet +3 -0
- data/public_events/2013/09/10.parquet +3 -0
- data/pull_requests/2013/09/10.parquet +3 -0
- data/pushes/2013/09/10.parquet +3 -0
- data/stars/2013/09/10.parquet +3 -0
- data/wiki_pages/2013/09/10.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,14 +71,14 @@ 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,
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 █████████████████████████░░░░░ 235.4K
|
| 78 |
01:00 █████████████████████████████░ 272.8K
|
| 79 |
02:00 █████████████████████████████░ 271.6K
|
| 80 |
03:00 ██████████████████████████████ 273.6K
|
| 81 |
-
04:00 ██████████████████████████░░░
|
| 82 |
05:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 83 |
06:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 84 |
07: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 | 1,
|
| 107 |
|
| 108 |
|
| 109 |
### Live event schema
|
|
@@ -138,14 +138,14 @@ duckdb.sql("""
|
|
| 138 |
```
|
| 139 |
2011 ████████░░░░░░░░░░░░░░░░░░░░░░ 14.1M
|
| 140 |
2012 █████████████████████░░░░░░░░░ 34.3M
|
| 141 |
-
2013 ██████████████████████████████ 47.
|
| 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,15 +153,15 @@ duckdb.sql("""
|
|
| 153 |
```
|
| 154 |
2011 ████████░░░░░░░░░░░░░░░░░░░░░░ 6.7M
|
| 155 |
2012 ████████████████████░░░░░░░░░░ 16.5M
|
| 156 |
-
2013 ██████████████████████████████ 24.
|
| 157 |
```
|
| 158 |
|
| 159 |
|
| 160 |
### Issues per year
|
| 161 |
|
| 162 |
```
|
| 163 |
-
2011 ███████
|
| 164 |
-
2012 ████████████████████
|
| 165 |
2013 ██████████████████████████████ 2.8M
|
| 166 |
```
|
| 167 |
|
|
@@ -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 | 87,
|
| 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-10** (772 days), totaling **96,186,561 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.5 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 9.1 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,305,002 events in 3398 blocks
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 █████████████████████████░░░░░ 235.4K
|
| 78 |
01:00 █████████████████████████████░ 272.8K
|
| 79 |
02:00 █████████████████████████████░ 271.6K
|
| 80 |
03:00 ██████████████████████████████ 273.6K
|
| 81 |
+
04:00 ███████████████████████████░░░ 251.6K
|
| 82 |
05:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 83 |
06:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 84 |
07:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
|
|
|
| 103 |
| Date | Events | Blocks |
|
| 104 |
|------|-------:|-------:|
|
| 105 |
| 2026-03-27 | 1,840,836 | 12165 |
|
| 106 |
+
| 2026-03-28 | 1,305,002 | 3398 |
|
| 107 |
|
| 108 |
|
| 109 |
### Live event schema
|
|
|
|
| 138 |
```
|
| 139 |
2011 ████████░░░░░░░░░░░░░░░░░░░░░░ 14.1M
|
| 140 |
2012 █████████████████████░░░░░░░░░ 34.3M
|
| 141 |
+
2013 ██████████████████████████████ 47.8M
|
| 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 | 238 | 47,833,576 | 200,981 | 14.6 GB | 4.5 GB | 2h24m | 6h32m | 3h05m |
|
| 149 |
|
| 150 |
|
| 151 |
### Pushes per year
|
|
|
|
| 153 |
```
|
| 154 |
2011 ████████░░░░░░░░░░░░░░░░░░░░░░ 6.7M
|
| 155 |
2012 ████████████████████░░░░░░░░░░ 16.5M
|
| 156 |
+
2013 ██████████████████████████████ 24.4M
|
| 157 |
```
|
| 158 |
|
| 159 |
|
| 160 |
### Issues per year
|
| 161 |
|
| 162 |
```
|
| 163 |
+
2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 737.1K
|
| 164 |
+
2012 ████████████████████░░░░░░░░░░ 1.9M
|
| 165 |
2013 ██████████████████████████████ 2.8M
|
| 166 |
```
|
| 167 |
|
|
|
|
| 564 |
|
| 565 |
| Table | GitHub Event | Events | % | Description |
|
| 566 |
|-------|-------------|-------:|---:|-------------|
|
| 567 |
+
| `pushes` | PushEvent | 47,576,651 | 49.5% | Git pushes with commits |
|
| 568 |
+
| `issues` | IssuesEvent | 5,443,653 | 5.7% | Issue lifecycle events |
|
| 569 |
+
| `issue_comments` | IssueCommentEvent | 8,165,914 | 8.5% | Comments on issues/PRs |
|
| 570 |
+
| `pull_requests` | PullRequestEvent | 3,700,386 | 3.8% | PR lifecycle events |
|
| 571 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 690,545 | 0.7% | Line-level PR comments |
|
| 572 |
+
| `stars` | WatchEvent | 9,169,746 | 9.5% | Repository stars |
|
| 573 |
+
| `forks` | ForkEvent | 3,440,140 | 3.6% | Repository forks |
|
| 574 |
+
| `creates` | CreateEvent | 13,089,580 | 13.6% | Branch/tag/repo creation |
|
| 575 |
+
| `deletes` | DeleteEvent | 796,039 | 0.8% | Branch/tag deletion |
|
| 576 |
+
| `releases` | ReleaseEvent | 26,418 | 0.0% | Release publications |
|
| 577 |
+
| `commit_comments` | CommitCommentEvent | 982,188 | 1.0% | Comments on commits |
|
| 578 |
+
| `wiki_pages` | GollumEvent | 1,843,683 | 1.9% | Wiki page edits |
|
| 579 |
| `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
|
| 580 |
+
| `public_events` | PublicEvent | 87,790 | 0.1% | Repo made public |
|
| 581 |
|
| 582 |
## How it's built
|
| 583 |
|
data/commit_comments/2013/09/10.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f667eb175fab23515f4f542c849e9c13dac0ff8b5dc68d391a504b7124b251dd
|
| 3 |
+
size 83428
|
data/creates/2013/09/10.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e86263aea729a86fef537084cd3391ed392fe8ccff56a37815c6f90a878a9d16
|
| 3 |
+
size 1126613
|
data/deletes/2013/09/10.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9b472ffbd6ec586efe7a787a36da41a7a96e88be86d4da109a5a83944f2576bb
|
| 3 |
+
size 80127
|
data/forks/2013/09/10.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5beb4742ffd820254e5bddc1ef527d714f0ab36996d23168f9f76bdaeb331ea7
|
| 3 |
+
size 268949
|
data/issue_comments/2013/09/10.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:213c2b9e858b61e6aa98849c6a03f5a2b9ac7df7713b549f73c977417e88c3b0
|
| 3 |
+
size 585656
|
data/issues/2013/09/10.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7ee7c9f0d9dbeb4612a46883b652921ab740a80de83b01c83e13260fda73194d
|
| 3 |
+
size 354114
|
data/public_events/2013/09/10.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fcf3dac328c57d59f46d44cd79dddd3a16480e17b4d36c3e76403e80a6954a8b
|
| 3 |
+
size 11574
|
data/pull_requests/2013/09/10.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5caf6cbdd8c22ef8b39ec91f4c5f10b312a3f33c5f9487bfe7da495409f38f25
|
| 3 |
+
size 1923051
|
data/pushes/2013/09/10.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:959fa96e4c68d43b0db455f20ca647e07acd7f541ae37c90b78b52511c26a3f3
|
| 3 |
+
size 22826525
|
data/stars/2013/09/10.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b7e023d0f8d050abb64ec0d94fc55a6d717b5e6043562a412c8f510268fbfd10
|
| 3 |
+
size 498675
|
data/wiki_pages/2013/09/10.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2d4f90d3d57d94c0fcc89464019a65fccd77c86601baec9a6d7811013ffbd78c
|
| 3 |
+
size 229881
|
stats.csv
CHANGED
|
@@ -769,4 +769,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 769 |
2013-09-06,195412,1105,98444,10109,17319,7866,0,2499,17224,7284,26500,2321,275,1544,2759,0,163,0,65227056,117.4,20300466,26.8,117.4,48.5
|
| 770 |
2013-09-07,181195,892,90194,10777,24423,5033,0,1046,13759,5772,23176,2020,303,1112,2544,0,144,0,52691284,88.7,17602069,32.7,88.7,43.7
|
| 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,
|
|
|
|
|
|
| 769 |
2013-09-06,195412,1105,98444,10109,17319,7866,0,2499,17224,7284,26500,2321,275,1544,2759,0,163,0,65227056,117.4,20300466,26.8,117.4,48.5
|
| 770 |
2013-09-07,181195,892,90194,10777,24423,5033,0,1046,13759,5772,23176,2020,303,1112,2544,0,144,0,52691284,88.7,17602069,32.7,88.7,43.7
|
| 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,0.0
|