Datasets:
sync 4 repos — 2026-04-02 20:36 UTC
Browse filesfacebook/react +2 timeline
microsoft/TypeScript +1 issues +1 comments +1 review_comments
rust-lang/rust +2 comments +38 timeline
swiftlang/swift +1 issues +1 comments +3 reviews
## facebook/react
timeline_events 249.9K +2
## microsoft/TypeScript
issues 62.1K +1
comments 286.0K +1
review_comments 50.6K +1
reviews 41.9K +1
timeline_events 11.6K +12
pr_files 589.0K +1
## rust-lang/rust
comments 1.2M +2
timeline_events 26.3K +38
## swiftlang/swift
issues 84.4K +1
comments 343.9K +1
reviews 108.4K +3
timeline_events 11.1K +12
pr_files 685.2K +2
- README.md +6 -6
- data/comments/facebook/react/0.parquet +2 -2
- data/comments/microsoft/TypeScript/0.parquet +2 -2
- data/comments/rust-lang/rust/0.parquet +2 -2
- data/comments/swiftlang/swift/0.parquet +2 -2
- data/issues/facebook/react/0.parquet +2 -2
- data/issues/golang/go/0.parquet +2 -2
- data/issues/microsoft/TypeScript/0.parquet +2 -2
- data/issues/rust-lang/rust/0.parquet +2 -2
- data/issues/swiftlang/swift/0.parquet +2 -2
- data/pr_files/microsoft/TypeScript/0.parquet +2 -2
- data/pr_files/rust-lang/rust/0.parquet +2 -2
- data/pr_files/swiftlang/swift/0.parquet +2 -2
- data/review_comments/microsoft/TypeScript/0.parquet +2 -2
- data/reviews/microsoft/TypeScript/0.parquet +2 -2
- data/reviews/swiftlang/swift/0.parquet +2 -2
- data/timeline_events/facebook/react/0.parquet +2 -2
- data/timeline_events/microsoft/TypeScript/0.parquet +2 -2
- data/timeline_events/rust-lang/rust/0.parquet +2 -2
- data/timeline_events/swiftlang/swift/0.parquet +2 -2
- stats.csv +10 -10
README.md
CHANGED
|
@@ -41,7 +41,7 @@ configs:
|
|
| 41 |
|
| 42 |
The full development metadata of 9 public GitHub repositories, fetched from the [GitHub REST API](https://docs.github.com/en/rest) and [GraphQL API](https://docs.github.com/en/graphql), converted to Parquet and hosted here for easy access.
|
| 43 |
|
| 44 |
-
Right now the archive has **10.4M rows** across 8 tables in **892.
|
| 45 |
|
| 46 |
This is the companion to [OpenGitHub](https://huggingface.co/datasets/open-index/open-github), which mirrors the real-time GitHub event stream via [GH Archive](https://www.gharchive.org/). That dataset tells you what happened across all of GitHub. This one gives you the full picture for specific repos: complete issue threads, full PR review conversations, the state machine from open to close.
|
| 47 |
|
|
@@ -52,19 +52,19 @@ People use it for:
|
|
| 52 |
- **Issue triage and classification** with full text, labels, and timeline
|
| 53 |
- **Software engineering process mining** from timeline event sequences
|
| 54 |
|
| 55 |
-
Last updated: **2026-04-02 20:
|
| 56 |
|
| 57 |
## Repositories
|
| 58 |
|
| 59 |
| Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
|
| 60 |
|---|---:|---:|---:|---:|---:|---:|---|
|
| 61 |
-
| **facebook/react** | 33.7K | 19.2K | 170.6K | 20.1K | 249.9K | 859.6K | 2026-04-02 20:
|
| 62 |
| **golang/go** | 75.8K | 4.9K | 535.8K | 323 | 262.3K | 950.9K | 2026-04-02 20:12 UTC |
|
| 63 |
| **mdn/content** | 41.5K | 31.5K | 157.3K | 18.8K | 12.8K | 411.8K | 2026-04-02 19:52 UTC |
|
| 64 |
-
| **microsoft/TypeScript** | 62.1K | 19.1K | 336.6K | 41.9K | 11.6K | 1.1M | 2026-04-02 20:
|
| 65 |
| **python/cpython** | 145.6K | 69.8K | 863.8K | 149.7K | 17.7K | 1.9M | 2026-04-02 19:54 UTC |
|
| 66 |
-
| **rust-lang/rust** | 153.8K | 92.2K | 1.5M | 185.6K | 26.3K | 3.6M | 2026-04-02 20:
|
| 67 |
-
| **swiftlang/swift** | 84.4K | 66.8K | 446.9K | 108.4K | 11.1K | 1.4M | 2026-04-02 20:
|
| 68 |
| **vuejs/core** | 12.0K | 6.1K | 35.7K | 4.8K | 10.2K | 90.0K | 2026-04-02 19:10 UTC |
|
| 69 |
| **vuejs/docs** | 3.3K | 2.2K | 7.0K | 2.7K | 10.0K | 40.4K | 2026-04-02 05:34 UTC |
|
| 70 |
|
|
|
|
| 41 |
|
| 42 |
The full development metadata of 9 public GitHub repositories, fetched from the [GitHub REST API](https://docs.github.com/en/rest) and [GraphQL API](https://docs.github.com/en/graphql), converted to Parquet and hosted here for easy access.
|
| 43 |
|
| 44 |
+
Right now the archive has **10.4M rows** across 8 tables in **892.8 MB** of Zstd-compressed Parquet. Every issue, pull request, comment, code review, timeline event, file change, and CI status check is stored as a separate table you can load individually or query together.
|
| 45 |
|
| 46 |
This is the companion to [OpenGitHub](https://huggingface.co/datasets/open-index/open-github), which mirrors the real-time GitHub event stream via [GH Archive](https://www.gharchive.org/). That dataset tells you what happened across all of GitHub. This one gives you the full picture for specific repos: complete issue threads, full PR review conversations, the state machine from open to close.
|
| 47 |
|
|
|
|
| 52 |
- **Issue triage and classification** with full text, labels, and timeline
|
| 53 |
- **Software engineering process mining** from timeline event sequences
|
| 54 |
|
| 55 |
+
Last updated: **2026-04-02 20:36 UTC**.
|
| 56 |
|
| 57 |
## Repositories
|
| 58 |
|
| 59 |
| Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
|
| 60 |
|---|---:|---:|---:|---:|---:|---:|---|
|
| 61 |
+
| **facebook/react** | 33.7K | 19.2K | 170.6K | 20.1K | 249.9K | 859.6K | 2026-04-02 20:25 UTC |
|
| 62 |
| **golang/go** | 75.8K | 4.9K | 535.8K | 323 | 262.3K | 950.9K | 2026-04-02 20:12 UTC |
|
| 63 |
| **mdn/content** | 41.5K | 31.5K | 157.3K | 18.8K | 12.8K | 411.8K | 2026-04-02 19:52 UTC |
|
| 64 |
+
| **microsoft/TypeScript** | 62.1K | 19.1K | 336.6K | 41.9K | 11.6K | 1.1M | 2026-04-02 20:24 UTC |
|
| 65 |
| **python/cpython** | 145.6K | 69.8K | 863.8K | 149.7K | 17.7K | 1.9M | 2026-04-02 19:54 UTC |
|
| 66 |
+
| **rust-lang/rust** | 153.8K | 92.2K | 1.5M | 185.6K | 26.3K | 3.6M | 2026-04-02 20:26 UTC |
|
| 67 |
+
| **swiftlang/swift** | 84.4K | 66.8K | 446.9K | 108.4K | 11.1K | 1.4M | 2026-04-02 20:32 UTC |
|
| 68 |
| **vuejs/core** | 12.0K | 6.1K | 35.7K | 4.8K | 10.2K | 90.0K | 2026-04-02 19:10 UTC |
|
| 69 |
| **vuejs/docs** | 3.3K | 2.2K | 7.0K | 2.7K | 10.0K | 40.4K | 2026-04-02 05:34 UTC |
|
| 70 |
|
data/comments/facebook/react/0.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a1e699c55f62e05932b5a8bc51453ac2d41aba5d2cba8edbd50ae378a030c0a2
|
| 3 |
+
size 20533465
|
data/comments/microsoft/TypeScript/0.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:406fbb50e732bcf7242472d7ccd28844b404532826c2b67808f4f036a62a6674
|
| 3 |
+
size 53336349
|
data/comments/rust-lang/rust/0.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f1360cc28f2d00b288da69b55afdd97fdca26514fabf1b9586dd90ac7c55c1b6
|
| 3 |
+
size 178569861
|
data/comments/swiftlang/swift/0.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b76a20417b745faca8076d28ccf6f40656e8d0be5e76f6398f1f2d1e1f14b371
|
| 3 |
+
size 35283169
|
data/issues/facebook/react/0.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:87412fe32b274cd931e7126faf53c04bee2a758fac8f33eec35f85e843a1ef3b
|
| 3 |
+
size 9948480
|
data/issues/golang/go/0.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:06b153e52d437662fa5fab2fa1ccf8831c423bbfe3973bb1369350e566aca19c
|
| 3 |
+
size 38321034
|
data/issues/microsoft/TypeScript/0.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:447f8b2f149b91e3e26940ca9f13c29e4a83785b4a23e27d259d9b3c4b232117
|
| 3 |
+
size 26368841
|
data/issues/rust-lang/rust/0.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1b1ee1fa984a537276612c0b176fe67644cd4f2a3c90178d77ec9c2928cc0213
|
| 3 |
+
size 56282886
|
data/issues/swiftlang/swift/0.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d2a031a699dc30aa366d1e0e2b68ae388324938422cae57db0f2a745ec075daa
|
| 3 |
+
size 22267906
|
data/pr_files/microsoft/TypeScript/0.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fc0b38379e96278e753dcc549fc1e49d23d29237ebc2666827945c842d2bfb2e
|
| 3 |
+
size 4442563
|
data/pr_files/rust-lang/rust/0.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0384fb9a7fdddf5629da1b775646db162e25f6f65f4619e297f2876dba011f21
|
| 3 |
+
size 12736460
|
data/pr_files/swiftlang/swift/0.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1041a4ba07a0cc4901f8d830dc450ed7a0c714317f4cd579de265bff52b7dc15
|
| 3 |
+
size 4353880
|
data/review_comments/microsoft/TypeScript/0.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:267fd086ad468845fd14ffc266f053791c78a9c1c6b06b5ebb6a3fed3df5261b
|
| 3 |
+
size 9582682
|
data/reviews/microsoft/TypeScript/0.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bfcca993d07f3acab9f03dc85ac222099f4016b6e0f5b3134ab5688e8d9f3fd6
|
| 3 |
+
size 1355815
|
data/reviews/swiftlang/swift/0.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ebc95df6ecb2c93e3ef714f462bc89e7c1e4bded81c966fabdbf178d87b62ea1
|
| 3 |
+
size 2924092
|
data/timeline_events/facebook/react/0.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0c234342b7fe72837897444f377f408b92dea53d4ba4fc7e5d4ff71c8078f77d
|
| 3 |
+
size 7009563
|
data/timeline_events/microsoft/TypeScript/0.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ccbbd3e4c9bc55e167782989ecee5668240895e5c6e564d79041854757fa5cff
|
| 3 |
+
size 629855
|
data/timeline_events/rust-lang/rust/0.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c865ecc5af75dcbe34f7bcf4c232cd30e9750a903494e69ad244cffdc6277945
|
| 3 |
+
size 3478544
|
data/timeline_events/swiftlang/swift/0.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7ad8ddcbb047917aa26d690b1ae83e5187fa61ed2f7308e90b5109f308a7a2e7
|
| 3 |
+
size 224429
|
stats.csv
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
|
| 2 |
-
2026-04-02T20:
|
| 3 |
-
2026-04-02T20:
|
| 4 |
-
2026-04-02T20:
|
| 5 |
-
2026-04-02T20:
|
| 6 |
-
2026-04-02T20:
|
| 7 |
-
2026-04-02T20:
|
| 8 |
-
2026-04-02T20:
|
| 9 |
-
2026-04-02T20:
|
| 10 |
-
2026-04-02T20:
|
| 11 |
-
2026-04-02T20:
|
|
|
|
| 1 |
updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
|
| 2 |
+
2026-04-02T20:36:40Z,facebook/react,33653,19202,137717,32909,20112,249924,202114,163984,859615
|
| 3 |
+
2026-04-02T20:36:40Z,golang/go,75817,4942,535600,167,323,262256,71771,0,950876
|
| 4 |
+
2026-04-02T20:36:40Z,mdn/content,41525,31454,74093,83240,18816,12810,149873,0,411811
|
| 5 |
+
2026-04-02T20:36:40Z,microsoft/TypeScript,62120,19094,286042,50554,41934,11574,588991,0,1060309
|
| 6 |
+
2026-04-02T20:36:40Z,python/cpython,145630,69824,719698,144100,149660,17730,660784,0,1907426
|
| 7 |
+
2026-04-02T20:36:40Z,rust-lang/rust,153816,92154,1219553,242549,185587,26309,1711792,0,3631760
|
| 8 |
+
2026-04-02T20:36:40Z,swiftlang/swift,84365,66803,343912,103030,108368,11084,685156,0,1402718
|
| 9 |
+
2026-04-02T20:36:40Z,vuejs/core,12045,6063,32136,3552,4759,10193,21291,0,90039
|
| 10 |
+
2026-04-02T20:36:40Z,vuejs/docs,3261,2248,4869,2131,2673,10036,15193,0,40411
|
| 11 |
+
2026-04-02T20:36:40Z,_total,612232,311784,3353620,662232,532232,611916,4106965,163984,10354965
|