Datasets:
sync rust-lang/rust +154.9K issues +93.2K PRs +1.2M comments +153.9K review_comments — 2026-04-30 05:36 UTC
Browse filesissues 154.9K +154.9K
pull_requests 93.2K +93.2K
comments 1.2M +1.2M
review_comments 153.9K +153.9K
reviews 187.9K +187.9K
timeline_events 11.1K +11.1K
pr_files 1.8M +1.8M
- README.md +13 -16
- data/comments/rust-lang/rust/0.parquet +2 -2
- data/issues/rust-lang/rust/0.parquet +2 -2
- data/pr_files/rust-lang/rust/0.parquet +2 -2
- data/review_comments/rust-lang/rust/0.parquet +2 -2
- data/reviews/rust-lang/rust/0.parquet +2 -2
- data/timeline_events/rust-lang/rust/0.parquet +2 -2
- stats.csv +18 -17
README.md
CHANGED
|
@@ -39,9 +39,9 @@ configs:
|
|
| 39 |
|
| 40 |
## What is it?
|
| 41 |
|
| 42 |
-
The full development metadata of
|
| 43 |
|
| 44 |
-
Right now the archive has **
|
| 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,7 +52,7 @@ 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-30
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
@@ -61,11 +61,7 @@ New items since the previous publish:
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
-
| **
|
| 65 |
-
| **golang/go** | +9 | — | +92 | — | +4.5K |
|
| 66 |
-
| **mdn/content** | +2 | — | +62.5K | +9 | +48 |
|
| 67 |
-
| **python/cpython** | +7 | — | +55 | +8 | +644 |
|
| 68 |
-
| **vuejs/core** | +1 | — | +2 | +1 | +4 |
|
| 69 |
|
| 70 |
|
| 71 |
## Repositories
|
|
@@ -85,6 +81,7 @@ New items since the previous publish:
|
|
| 85 |
| **python/cpython** | 105.8K | 70.7K | 870.8K | 61.5K | 13.9K | 1.4M | 2026-04-30 02:11 UTC |
|
| 86 |
| **pytorch/pytorch** | 180.3K | 122.2K | 1.2M | 383.9K | 121.8K | 3.1M | 2026-04-20 12:41 UTC |
|
| 87 |
| **redis/redis** | 14.7K | 7.6K | 82.5K | 27.7K | 13.5K | 211.6K | 2026-04-26 07:19 UTC |
|
|
|
|
| 88 |
| **swiftlang/swift** | 84.8K | 66.8K | 449.0K | 109.2K | 25.8K | 1.4M | 2026-04-26 04:34 UTC |
|
| 89 |
| **vuejs/core** | 12.1K | 6.1K | 36.0K | 4.8K | 11.6K | 92.2K | 2026-04-30 02:22 UTC |
|
| 90 |
| **vuejs/docs** | 3.3K | 2.2K | 7.0K | 2.7K | 10.1K | 40.7K | 2026-04-28 08:27 UTC |
|
|
@@ -379,14 +376,14 @@ CI/CD status checks and GitHub Actions results for each commit.
|
|
| 379 |
|
| 380 |
| Table | Rows | Description |
|
| 381 |
|-------|-----:|-------------|
|
| 382 |
-
| `issues` | 1.
|
| 383 |
-
| `pull_requests` |
|
| 384 |
-
| `comments` |
|
| 385 |
-
| `review_comments` | 1.
|
| 386 |
-
| `reviews` | 1.
|
| 387 |
-
| `timeline_events` |
|
| 388 |
-
| `pr_files` |
|
| 389 |
-
| **Total** | **
|
| 390 |
|
| 391 |
## How it's built
|
| 392 |
|
|
|
|
| 39 |
|
| 40 |
## What is it?
|
| 41 |
|
| 42 |
+
The full development metadata of 17 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 **20.9M rows** across 8 tables in **278.0 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-30 05:36 UTC**.
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
+
| **rust-lang/rust** | +154.9K | +93.2K | +1.4M | +187.9K | +11.1K |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 65 |
|
| 66 |
|
| 67 |
## Repositories
|
|
|
|
| 81 |
| **python/cpython** | 105.8K | 70.7K | 870.8K | 61.5K | 13.9K | 1.4M | 2026-04-30 02:11 UTC |
|
| 82 |
| **pytorch/pytorch** | 180.3K | 122.2K | 1.2M | 383.9K | 121.8K | 3.1M | 2026-04-20 12:41 UTC |
|
| 83 |
| **redis/redis** | 14.7K | 7.6K | 82.5K | 27.7K | 13.5K | 211.6K | 2026-04-26 07:19 UTC |
|
| 84 |
+
| **rust-lang/rust** | 154.9K | 93.2K | 1.4M | 187.9K | 11.1K | 3.6M | 2026-04-30 02:19 UTC |
|
| 85 |
| **swiftlang/swift** | 84.8K | 66.8K | 449.0K | 109.2K | 25.8K | 1.4M | 2026-04-26 04:34 UTC |
|
| 86 |
| **vuejs/core** | 12.1K | 6.1K | 36.0K | 4.8K | 11.6K | 92.2K | 2026-04-30 02:22 UTC |
|
| 87 |
| **vuejs/docs** | 3.3K | 2.2K | 7.0K | 2.7K | 10.1K | 40.7K | 2026-04-28 08:27 UTC |
|
|
|
|
| 376 |
|
| 377 |
| Table | Rows | Description |
|
| 378 |
|-------|-----:|-------------|
|
| 379 |
+
| `issues` | 1.2M | Issues and pull requests (shared metadata) |
|
| 380 |
+
| `pull_requests` | 704.6K | PR-specific fields (merge status, diffs, refs) |
|
| 381 |
+
| `comments` | 6.9M | Conversation comments on issues and PRs |
|
| 382 |
+
| `review_comments` | 1.7M | Inline code review comments on PR diffs |
|
| 383 |
+
| `reviews` | 1.6M | PR review decisions |
|
| 384 |
+
| `timeline_events` | 453.9K | Activity timeline (labels, closes, merges, assignments) |
|
| 385 |
+
| `pr_files` | 8.4M | Files changed in each pull request |
|
| 386 |
+
| **Total** | **20.9M** | |
|
| 387 |
|
| 388 |
## How it's built
|
| 389 |
|
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:eb797c6451a4162e9e9089738ee898f6d7d4e6927cd78f92d3edbb01a8632699
|
| 3 |
+
size 180654146
|
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:232f7371fdcc92e37fd60d1a2e2023dea54f2e267dd581c88a6426eea86ff566
|
| 3 |
+
size 56840448
|
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:a6bde5b9e9740cbc873164de03593cc02223946a08ce3bdbbf73e286d1e031e3
|
| 3 |
+
size 13113586
|
data/review_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:903c170d7efcdba09fb515192cc19cb4a9f82eb948a7ebf8aee16baea032ede8
|
| 3 |
+
size 29940272
|
data/reviews/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:c2534bfcaab2e6372abdb14ba2e58f5a5db986eadc278f846996db48f5e73a94
|
| 3 |
+
size 5052699
|
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:9826beca7fa7eeaa7878b375306b9e17889de5c037a6eb7c7a3b5fc570aa9c7b
|
| 3 |
+
size 360233
|
stats.csv
CHANGED
|
@@ -1,18 +1,19 @@
|
|
| 1 |
updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
|
| 2 |
-
2026-04-
|
| 3 |
-
2026-04-
|
| 4 |
-
2026-04-
|
| 5 |
-
2026-04-
|
| 6 |
-
2026-04-
|
| 7 |
-
2026-04-
|
| 8 |
-
2026-04-
|
| 9 |
-
2026-04-
|
| 10 |
-
2026-04-
|
| 11 |
-
2026-04-
|
| 12 |
-
2026-04-
|
| 13 |
-
2026-04-
|
| 14 |
-
2026-04-
|
| 15 |
-
2026-04-
|
| 16 |
-
2026-04-
|
| 17 |
-
2026-04-
|
| 18 |
-
2026-04-
|
|
|
|
|
|
| 1 |
updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
|
| 2 |
+
2026-04-30T05:36:49Z,ClickHouse/ClickHouse,102412,73891,208242,103088,104387,29698,688892,0,1310610
|
| 3 |
+
2026-04-30T05:36:49Z,duckdb/duckdb,18497,11388,44927,16516,13288,15677,202200,0,322493
|
| 4 |
+
2026-04-30T05:36:49Z,etcd-io/etcd,21065,13900,87740,37160,28790,11965,120558,0,321178
|
| 5 |
+
2026-04-30T05:36:49Z,facebook/react,33823,19412,138239,32992,31884,11070,205382,0,472802
|
| 6 |
+
2026-04-30T05:36:49Z,golang/go,74184,5062,539907,168,183,19843,47307,0,686654
|
| 7 |
+
2026-04-30T05:36:49Z,kubernetes/kubernetes,137657,88755,1487673,440528,303016,61124,1476297,0,3995050
|
| 8 |
+
2026-04-30T05:36:49Z,mdn/content,40837,31692,74545,84439,76884,10067,391641,0,710105
|
| 9 |
+
2026-04-30T05:36:49Z,microsoft/TypeScript,62202,19094,286414,50561,41953,17065,589088,0,1066377
|
| 10 |
+
2026-04-30T05:36:49Z,moby/moby,51466,28126,316994,70640,50606,14581,348237,0,880650
|
| 11 |
+
2026-04-30T05:36:49Z,pingcap/tidb,67690,44494,376857,118888,164059,54976,436847,0,1263811
|
| 12 |
+
2026-04-30T05:36:49Z,python/cpython,105826,70679,724977,145815,61474,13932,270141,0,1392844
|
| 13 |
+
2026-04-30T05:36:49Z,pytorch/pytorch,180266,122163,900634,325731,383899,121844,1058905,0,3093442
|
| 14 |
+
2026-04-30T05:36:49Z,redis/redis,14656,7646,53435,29038,27688,13458,65696,0,211617
|
| 15 |
+
2026-04-30T05:36:49Z,rust-lang/rust,154948,93155,1230564,153934,187881,11056,1787569,0,3619107
|
| 16 |
+
2026-04-30T05:36:49Z,swiftlang/swift,84757,66803,345405,103564,109174,25834,687394,0,1422931
|
| 17 |
+
2026-04-30T05:36:49Z,vuejs/core,12130,6063,32424,3619,4835,11562,21595,0,92228
|
| 18 |
+
2026-04-30T05:36:49Z,vuejs/docs,3272,2248,4891,2134,2677,10128,15356,0,40706
|
| 19 |
+
2026-04-30T05:36:49Z,_total,1165688,704571,6853868,1718815,1592678,453880,8413105,0,20902605
|