Add 2014-10-23 — 472.9K events, 11 files
Browse files- README.md +24 -24
- data/commit_comments/2014/10/23.parquet +3 -0
- data/creates/2014/10/23.parquet +3 -0
- data/deletes/2014/10/23.parquet +3 -0
- data/forks/2014/10/23.parquet +3 -0
- data/issue_comments/2014/10/23.parquet +3 -0
- data/issues/2014/10/23.parquet +3 -0
- data/public_events/2014/10/23.parquet +3 -0
- data/pull_requests/2014/10/23.parquet +3 -0
- data/pushes/2014/10/23.parquet +3 -0
- data/stars/2014/10/23.parquet +3 -0
- data/wiki_pages/2014/10/23.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 **2015-01-03** (1,
|
| 65 |
|
| 66 |
-
We believe this is the most complete and regularly updated structured mirror of public GitHub activity available on Hugging Face. The original 74.
|
| 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-29** — 1,
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 █████████████████████████░░░░░ 216.2K
|
|
@@ -80,7 +80,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
|
|
| 80 |
03:00 ██████████████████████████░░░░ 230.2K
|
| 81 |
04:00 ███████████████████████████░░░ 237.8K
|
| 82 |
05:00 ██████████████████████████████ 258.6K
|
| 83 |
-
06:00 ██████████████░░░░░░░░░░░░░░
|
| 84 |
07:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 85 |
08:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 86 |
09:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
|
@@ -100,7 +100,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
|
|
| 100 |
23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 101 |
```
|
| 102 |
|
| 103 |
-
Live capture spans **2 days** (2026-03-28 → 2026-03-29) — **7,
|
| 104 |
|
| 105 |
|
| 106 |
### Live event schema
|
|
@@ -137,8 +137,8 @@ duckdb.sql("""
|
|
| 137 |
```
|
| 138 |
2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
|
| 139 |
2012 █████████████░░░░░░░░░░░░░░░░░ 42.5M
|
| 140 |
-
2013 ███████████████████████
|
| 141 |
-
2014 █████████████████
|
| 142 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
|
| 143 |
```
|
| 144 |
|
|
@@ -147,7 +147,7 @@ duckdb.sql("""
|
|
| 147 |
| 2011 | 323 | 18,032,583 | 55,828 | 3.5 GB | 76.6 MB | 47m29s | 52m20s | 33m17s |
|
| 148 |
| 2012 | 366 | 42,537,517 | 116,222 | 11.5 GB | 161.5 MB | 1h19m | 2h30m | 35m15s |
|
| 149 |
| 2013 | 353 | 76,154,264 | 215,734 | 23.2 GB | 4.1 GB | 2h33m | 8h52m | 2h34m |
|
| 150 |
-
| 2014 |
|
| 151 |
| 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
|
| 152 |
|
| 153 |
|
|
@@ -159,7 +159,7 @@ Pushes are the most common event type, representing roughly half of all GitHub a
|
|
| 159 |
2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
|
| 160 |
2012 ████████████░░░░░░░░░░░░░░░░░░ 20.6M
|
| 161 |
2013 ████████████████████████░░░░░░ 38.9M
|
| 162 |
-
2014 ██████████████████████████████ 48.
|
| 163 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
|
| 164 |
```
|
| 165 |
|
|
@@ -223,9 +223,9 @@ Stars (WatchEvent in the GitHub API) reflect community interest and discovery. S
|
|
| 223 |
|
| 224 |
```
|
| 225 |
2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
|
| 226 |
-
2012 █████████████
|
| 227 |
2013 ████████████████████████░░░░░░ 7.1M
|
| 228 |
-
2014 ██████████████████████████████ 8.
|
| 229 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
|
| 230 |
```
|
| 231 |
|
|
@@ -639,20 +639,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
|
|
| 639 |
|
| 640 |
| Table | GitHub Event | Events | % | Description |
|
| 641 |
|-------|-------------|-------:|---:|-------------|
|
| 642 |
-
| `pushes` | PushEvent | 116,
|
| 643 |
-
| `issues` | IssuesEvent | 13,
|
| 644 |
-
| `issue_comments` | IssueCommentEvent | 20,
|
| 645 |
-
| `pull_requests` | PullRequestEvent | 9,
|
| 646 |
-
| `pr_review_comments` | PullRequestReviewCommentEvent | 2,
|
| 647 |
-
| `stars` | WatchEvent | 21,
|
| 648 |
-
| `forks` | ForkEvent | 8,
|
| 649 |
-
| `creates` | CreateEvent | 29,
|
| 650 |
-
| `deletes` | DeleteEvent | 3,
|
| 651 |
-
| `releases` | ReleaseEvent |
|
| 652 |
-
| `commit_comments` | CommitCommentEvent | 2,
|
| 653 |
-
| `wiki_pages` | GollumEvent | 3,
|
| 654 |
| `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
|
| 655 |
-
| `public_events` | PublicEvent |
|
| 656 |
|
| 657 |
## How it's built
|
| 658 |
|
|
|
|
| 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 **2015-01-03** (1,323 days), totaling **232,573,326 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 74.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 13.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-29** — 1,548,004 events in 80 blocks
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 █████████████████████████░░░░░ 216.2K
|
|
|
|
| 80 |
03:00 ██████████████████████████░░░░ 230.2K
|
| 81 |
04:00 ███████████████████████████░░░ 237.8K
|
| 82 |
05:00 ██████████████████████████████ 258.6K
|
| 83 |
+
06:00 ████████████████░░░░░░░░░░░░░░ 144.0K
|
| 84 |
07:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 85 |
08:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 86 |
09:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
|
|
|
| 100 |
23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 101 |
```
|
| 102 |
|
| 103 |
+
Live capture spans **2 days** (2026-03-28 → 2026-03-29) — **7,538,006 events** in 4,071 blocks.
|
| 104 |
|
| 105 |
|
| 106 |
### Live event schema
|
|
|
|
| 137 |
```
|
| 138 |
2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
|
| 139 |
2012 █████████████░░░░░░░░░░░░░░░░░ 42.5M
|
| 140 |
+
2013 ███████████████████████░░░░░░░ 76.2M
|
| 141 |
+
2014 ██████████████████████████████ 95.3M
|
| 142 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
|
| 143 |
```
|
| 144 |
|
|
|
|
| 147 |
| 2011 | 323 | 18,032,583 | 55,828 | 3.5 GB | 76.6 MB | 47m29s | 52m20s | 33m17s |
|
| 148 |
| 2012 | 366 | 42,537,517 | 116,222 | 11.5 GB | 161.5 MB | 1h19m | 2h30m | 35m15s |
|
| 149 |
| 2013 | 353 | 76,154,264 | 215,734 | 23.2 GB | 4.1 GB | 2h33m | 8h52m | 2h34m |
|
| 150 |
+
| 2014 | 279 | 95,337,213 | 341,710 | 36.5 GB | 8.8 GB | 3h12m | 18h32m | 4h13m |
|
| 151 |
| 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
|
| 152 |
|
| 153 |
|
|
|
|
| 159 |
2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
|
| 160 |
2012 ████████████░░░░░░░░░░░░░░░░░░ 20.6M
|
| 161 |
2013 ████████████████████████░░░░░░ 38.9M
|
| 162 |
+
2014 ██████████████████████████████ 48.2M
|
| 163 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
|
| 164 |
```
|
| 165 |
|
|
|
|
| 223 |
|
| 224 |
```
|
| 225 |
2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
|
| 226 |
+
2012 █████████████░░░░░░░░░░░░░░░░░ 4.0M
|
| 227 |
2013 ████████████████████████░░░░░░ 7.1M
|
| 228 |
+
2014 ██████████████████████████████ 8.7M
|
| 229 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
|
| 230 |
```
|
| 231 |
|
|
|
|
| 639 |
|
| 640 |
| Table | GitHub Event | Events | % | Description |
|
| 641 |
|-------|-------------|-------:|---:|-------------|
|
| 642 |
+
| `pushes` | PushEvent | 116,661,680 | 50.2% | Git pushes with commits |
|
| 643 |
+
| `issues` | IssuesEvent | 13,164,697 | 5.7% | Issue lifecycle events |
|
| 644 |
+
| `issue_comments` | IssueCommentEvent | 20,351,603 | 8.8% | Comments on issues/PRs |
|
| 645 |
+
| `pull_requests` | PullRequestEvent | 9,490,200 | 4.1% | PR lifecycle events |
|
| 646 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 2,293,744 | 1.0% | Line-level PR comments |
|
| 647 |
+
| `stars` | WatchEvent | 21,703,476 | 9.3% | Repository stars |
|
| 648 |
+
| `forks` | ForkEvent | 8,235,483 | 3.5% | Repository forks |
|
| 649 |
+
| `creates` | CreateEvent | 29,358,240 | 12.6% | Branch/tag/repo creation |
|
| 650 |
+
| `deletes` | DeleteEvent | 3,079,296 | 1.3% | Branch/tag deletion |
|
| 651 |
+
| `releases` | ReleaseEvent | 315,642 | 0.1% | Release publications |
|
| 652 |
+
| `commit_comments` | CommitCommentEvent | 2,124,160 | 0.9% | Comments on commits |
|
| 653 |
+
| `wiki_pages` | GollumEvent | 3,692,007 | 1.6% | Wiki page edits |
|
| 654 |
| `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
|
| 655 |
+
| `public_events` | PublicEvent | 214,289 | 0.1% | Repo made public |
|
| 656 |
|
| 657 |
## How it's built
|
| 658 |
|
data/commit_comments/2014/10/23.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0e70115910efdb81fa61bac6d1c010d2eadd69b11aa2e41282e0bddf057ff3a5
|
| 3 |
+
size 115768
|
data/creates/2014/10/23.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:24ce2bac565823870f162ff9f10a4d51d7a0fba800c9d4769ed5e97a08ad77eb
|
| 3 |
+
size 5209413
|
data/deletes/2014/10/23.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b0fbff858519ff8512f61177dbbd1db431def0e73d26d2c20a2daae16db80661
|
| 3 |
+
size 255172
|
data/forks/2014/10/23.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fdd218d3fb1d7d9509674aa4e75c5d90ddfd7941e1c597b5c2de6d296ec11430
|
| 3 |
+
size 418158
|
data/issue_comments/2014/10/23.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f5ed5b5e1352e2e861f382633f4d8e8e0454799c9ce48582ecde2f86cd58007a
|
| 3 |
+
size 1013036
|
data/issues/2014/10/23.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5ea135210776308dc36d59311125eaacb8e68a7bca8f35b895f1bb3fa6355e9d
|
| 3 |
+
size 638413
|
data/public_events/2014/10/23.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:135555903382e65a9d1e81a64fa4d77b8e144415284c706c4a632a54dddcbab9
|
| 3 |
+
size 19370
|
data/pull_requests/2014/10/23.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0fb5db5ccf58e93a336447fd70557d1230dd0bb406db335b8aad92529d7fa383
|
| 3 |
+
size 3806065
|
data/pushes/2014/10/23.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d49081cdf08a3d54556f64bb8dc9616b519c5c423e01d644407f061c9d86531d
|
| 3 |
+
size 35894539
|
data/stars/2014/10/23.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2f8bd343ee3719d7ef6936e9abd1074512f424dc7a51d112aba4544224be25b8
|
| 3 |
+
size 1810687
|
data/wiki_pages/2014/10/23.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:54310ae7d55d8197e26bb37141f2723508983eaa0ac3beb6f5c5a2ca8aff2329
|
| 3 |
+
size 336397
|
stats.csv
CHANGED
|
@@ -1318,6 +1318,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 1318 |
2014-10-19,320199,1582,173961,14813,22717,12618,0,2716,29653,11044,39819,4890,832,1908,3294,0,352,0,174260801,72.8,35571125,9.6,72.8,45.9
|
| 1319 |
2014-10-20,489518,2945,237683,23651,45543,23081,0,7062,42821,16279,71036,8249,1274,4229,5144,0,521,0,273118295,122.6,50384698,48.0,122.6,28.8
|
| 1320 |
2014-10-21,494652,2659,241790,24214,43277,22952,0,7036,43382,16771,73643,8025,1289,3845,5326,0,443,0,280307986,128.3,52507815,75.4,128.3,30.9
|
| 1321 |
-
2014-10-22,469700,2438,230925,23146,41345,21975,0,6963,40199,16102,67756,8900,1206,3187,5126,0,432,0,264473847,119.9,49252715,56.6,119.9,
|
|
|
|
| 1322 |
2015-01-01,218939,0,119242,9843,17045,8735,0,2173,21939,7144,23913,3843,816,1399,2196,474,177,0,73764980,79.7,37810232,15.9,79.7,0.0
|
| 1323 |
2015-01-03,292810,0,155315,15037,26081,11958,0,2946,28410,9430,31862,4560,963,1829,3178,983,258,0,100890756,100.1,51394128,4.6,100.1,48.0
|
|
|
|
| 1318 |
2014-10-19,320199,1582,173961,14813,22717,12618,0,2716,29653,11044,39819,4890,832,1908,3294,0,352,0,174260801,72.8,35571125,9.6,72.8,45.9
|
| 1319 |
2014-10-20,489518,2945,237683,23651,45543,23081,0,7062,42821,16279,71036,8249,1274,4229,5144,0,521,0,273118295,122.6,50384698,48.0,122.6,28.8
|
| 1320 |
2014-10-21,494652,2659,241790,24214,43277,22952,0,7036,43382,16771,73643,8025,1289,3845,5326,0,443,0,280307986,128.3,52507815,75.4,128.3,30.9
|
| 1321 |
+
2014-10-22,469700,2438,230925,23146,41345,21975,0,6963,40199,16102,67756,8900,1206,3187,5126,0,432,0,264473847,119.9,49252715,56.6,119.9,43.0
|
| 1322 |
+
2014-10-23,472917,2781,235639,24346,43416,22302,0,7329,40012,16128,62380,8480,1285,3250,5066,0,503,0,268315246,128.1,49517018,48.9,128.1,0.0
|
| 1323 |
2015-01-01,218939,0,119242,9843,17045,8735,0,2173,21939,7144,23913,3843,816,1399,2196,474,177,0,73764980,79.7,37810232,15.9,79.7,0.0
|
| 1324 |
2015-01-03,292810,0,155315,15037,26081,11958,0,2946,28410,9430,31862,4560,963,1829,3178,983,258,0,100890756,100.1,51394128,4.6,100.1,48.0
|