Datasets:
sync swiftlang/swift +6 comments +1 review_comments +1 reviews +19 timeline — 2026-04-10 12:09 UTC
Browse filescomments 344.4K +6
review_comments 103.2K +1
reviews 108.6K +1
timeline_events 17.5K +19
README.md
CHANGED
|
@@ -41,7 +41,7 @@ configs:
|
|
| 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 **21.7M rows** across 8 tables in **1.
|
| 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-10
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
@@ -61,41 +61,41 @@ New items since the previous publish:
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
-
| **ClickHouse/ClickHouse** | +
|
| 65 |
-
| **duckdb/duckdb** |
|
| 66 |
-
| **
|
| 67 |
-
| **
|
| 68 |
-
| **
|
| 69 |
-
| **
|
| 70 |
-
| **
|
| 71 |
-
| **
|
| 72 |
-
| **
|
| 73 |
-
| **
|
| 74 |
-
| **
|
| 75 |
-
| **
|
| 76 |
-
| **
|
| 77 |
-
| **
|
| 78 |
|
| 79 |
|
| 80 |
## Repositories
|
| 81 |
|
| 82 |
| Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
|
| 83 |
|---|---:|---:|---:|---:|---:|---:|---|
|
| 84 |
-
| **ClickHouse/ClickHouse** | 101.2K | 73.1K | 307.
|
| 85 |
-
| **duckdb/duckdb** | 18.2K | 11.4K | 61.2K | 13.2K | 11.8K | 314.0K | 2026-04-10
|
| 86 |
-
| **etcd-io/etcd** | 21.0K | 13.8K | 124.4K | 28.6K | 12.7K | 320.9K | 2026-04-10
|
| 87 |
-
| **facebook/react** | 33.7K | 19.2K | 170.8K | 20.1K | 255.8K | 865.8K | 2026-04-10 10:
|
| 88 |
-
| **golang/go** | 75.9K | 4.9K | 537.0K | 323 | 282.1K | 972.1K | 2026-04-10
|
| 89 |
-
| **kubernetes/kubernetes** | 137.5K | 88.8K | 1.9M | 302.6K |
|
| 90 |
-
| **mdn/content** | 41.6K | 31.5K | 157.8K | 19.2K | 14.5K | 414.8K | 2026-04-10
|
| 91 |
| **microsoft/TypeScript** | 62.2K | 19.1K | 336.7K | 41.9K | 14.4K | 1.1M | 2026-04-10 08:50 UTC |
|
| 92 |
-
| **moby/moby** | 51.4K | 28.1K | 387.5K | 50.5K |
|
| 93 |
-
| **pingcap/tidb** | 67.3K | 44.5K | 489.3K | 162.9K | 24.
|
| 94 |
-
| **python/cpython** | 145.9K | 69.8K | 865.
|
| 95 |
-
| **pytorch/pytorch** | 179.3K | 121.5K | 1.2M | 382.7K | 51.
|
| 96 |
-
| **redis/redis** | 14.6K | 7.6K | 81.7K | 27.3K | 11.5K | 208.2K | 2026-04-10
|
| 97 |
-
| **rust-lang/rust** | 154.2K | 92.2K | 1.5M | 186.2K | 63.
|
| 98 |
-
| **swiftlang/swift** | 84.5K | 66.8K | 447.7K | 108.6K | 17.5K | 1.4M | 2026-04-10
|
| 99 |
| **vuejs/core** | 12.1K | 6.1K | 35.8K | 4.8K | 10.7K | 90.8K | 2026-04-10 09:46 UTC |
|
| 100 |
| **vuejs/docs** | 3.3K | 2.2K | 7.0K | 2.7K | 10.1K | 40.4K | 2026-04-09 07:39 UTC |
|
| 101 |
|
|
@@ -394,7 +394,7 @@ CI/CD status checks and GitHub Actions results for each commit.
|
|
| 394 |
| `comments` | 6.8M | Conversation comments on issues and PRs |
|
| 395 |
| `review_comments` | 1.8M | Inline code review comments on PR diffs |
|
| 396 |
| `reviews` | 1.6M | PR review decisions |
|
| 397 |
-
| `timeline_events` |
|
| 398 |
| `pr_files` | 8.5M | Files changed in each pull request |
|
| 399 |
| `commit_statuses` | 164.0K | CI/CD status checks per commit |
|
| 400 |
| **Total** | **21.7M** | |
|
|
|
|
| 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 **21.7M rows** across 8 tables in **1.3 GB** 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-10 12:09 UTC**.
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
+
| **ClickHouse/ClickHouse** | +14 | — | +47 | +13 | +321 |
|
| 65 |
+
| **duckdb/duckdb** | — | — | — | — | +8 |
|
| 66 |
+
| **etcd-io/etcd** | +1 | — | +1 | — | +13 |
|
| 67 |
+
| **facebook/react** | — | — | +7 | — | +9 |
|
| 68 |
+
| **golang/go** | — | — | +6 | — | +23 |
|
| 69 |
+
| **kubernetes/kubernetes** | — | — | +26 | +13 | +241 |
|
| 70 |
+
| **mdn/content** | — | — | +29 | +5 | +10 |
|
| 71 |
+
| **moby/moby** | — | — | +7 | +4 | +40 |
|
| 72 |
+
| **pingcap/tidb** | +1 | — | +22 | +4 | +80 |
|
| 73 |
+
| **python/cpython** | — | — | +4 | +1 | +5 |
|
| 74 |
+
| **pytorch/pytorch** | +1 | — | +11 | — | +75 |
|
| 75 |
+
| **redis/redis** | — | — | +2 | +2 | +4 |
|
| 76 |
+
| **rust-lang/rust** | +1 | — | +38 | +4 | +129 |
|
| 77 |
+
| **swiftlang/swift** | — | — | +7 | +1 | +19 |
|
| 78 |
|
| 79 |
|
| 80 |
## Repositories
|
| 81 |
|
| 82 |
| Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
|
| 83 |
|---|---:|---:|---:|---:|---:|---:|---|
|
| 84 |
+
| **ClickHouse/ClickHouse** | 101.2K | 73.1K | 307.2K | 102.1K | 39.7K | 1.3M | 2026-04-10 11:22 UTC |
|
| 85 |
+
| **duckdb/duckdb** | 18.2K | 11.4K | 61.2K | 13.2K | 11.8K | 314.0K | 2026-04-10 11:14 UTC |
|
| 86 |
+
| **etcd-io/etcd** | 21.0K | 13.8K | 124.4K | 28.6K | 12.7K | 320.9K | 2026-04-10 11:18 UTC |
|
| 87 |
+
| **facebook/react** | 33.7K | 19.2K | 170.8K | 20.1K | 255.8K | 865.8K | 2026-04-10 10:58 UTC |
|
| 88 |
+
| **golang/go** | 75.9K | 4.9K | 537.0K | 323 | 282.1K | 972.1K | 2026-04-10 11:07 UTC |
|
| 89 |
+
| **kubernetes/kubernetes** | 137.5K | 88.8K | 1.9M | 302.6K | 31.0K | 4.0M | 2026-04-10 11:23 UTC |
|
| 90 |
+
| **mdn/content** | 41.6K | 31.5K | 157.8K | 19.2K | 14.5K | 414.8K | 2026-04-10 11:17 UTC |
|
| 91 |
| **microsoft/TypeScript** | 62.2K | 19.1K | 336.7K | 41.9K | 14.4K | 1.1M | 2026-04-10 08:50 UTC |
|
| 92 |
+
| **moby/moby** | 51.4K | 28.1K | 387.5K | 50.5K | 13.0K | 877.6K | 2026-04-10 11:17 UTC |
|
| 93 |
+
| **pingcap/tidb** | 67.3K | 44.5K | 489.3K | 162.9K | 24.1K | 1.2M | 2026-04-10 11:23 UTC |
|
| 94 |
+
| **python/cpython** | 145.9K | 69.8K | 865.6K | 150.1K | 41.3K | 1.9M | 2026-04-10 11:14 UTC |
|
| 95 |
+
| **pytorch/pytorch** | 179.3K | 121.5K | 1.2M | 382.7K | 51.5K | 3.0M | 2026-04-10 11:23 UTC |
|
| 96 |
+
| **redis/redis** | 14.6K | 7.6K | 81.7K | 27.3K | 11.5K | 208.2K | 2026-04-10 11:18 UTC |
|
| 97 |
+
| **rust-lang/rust** | 154.2K | 92.2K | 1.5M | 186.2K | 63.8K | 3.7M | 2026-04-10 11:19 UTC |
|
| 98 |
+
| **swiftlang/swift** | 84.5K | 66.8K | 447.7K | 108.6K | 17.5K | 1.4M | 2026-04-10 11:05 UTC |
|
| 99 |
| **vuejs/core** | 12.1K | 6.1K | 35.8K | 4.8K | 10.7K | 90.8K | 2026-04-10 09:46 UTC |
|
| 100 |
| **vuejs/docs** | 3.3K | 2.2K | 7.0K | 2.7K | 10.1K | 40.4K | 2026-04-09 07:39 UTC |
|
| 101 |
|
|
|
|
| 394 |
| `comments` | 6.8M | Conversation comments on issues and PRs |
|
| 395 |
| `review_comments` | 1.8M | Inline code review comments on PR diffs |
|
| 396 |
| `reviews` | 1.6M | PR review decisions |
|
| 397 |
+
| `timeline_events` | 905.3K | Activity timeline (labels, closes, merges, assignments) |
|
| 398 |
| `pr_files` | 8.5M | Files changed in each pull request |
|
| 399 |
| `commit_statuses` | 164.0K | CI/CD status checks per commit |
|
| 400 |
| **Total** | **21.7M** | |
|
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:e494ef9a98297ac64cd4cf094a93b4ccd2603df07ed7ef3ea4c30f1f8124e2b4
|
| 3 |
+
size 35315065
|
data/review_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:8bcfbcb3233428d8083dd6c0a263e47704369289e0d00fb0e9db34967de1aec4
|
| 3 |
+
size 21079888
|
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:fbcb46c6b575472cd2a26cbd69b860b84308615a01b1508a48e50362edadf2cc
|
| 3 |
+
size 2934459
|
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:817f17d7fb8a934ef2aba5ed70021cff0d791cbe098cfb0f679921199b535c61
|
| 3 |
+
size 1118007
|
stats.csv
CHANGED
|
@@ -1,19 +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-
|
| 19 |
-
2026-04-
|
|
|
|
| 1 |
updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
|
| 2 |
+
2026-04-10T12:09:25Z,ClickHouse/ClickHouse,101243,73100,206221,100942,102115,39678,697026,0,1320325
|
| 3 |
+
2026-04-10T12:09:25Z,duckdb/duckdb,18228,11388,44735,16439,13216,11798,198218,0,314022
|
| 4 |
+
2026-04-10T12:09:25Z,etcd-io/etcd,21002,13844,87380,36995,28609,12693,120421,0,320944
|
| 5 |
+
2026-04-10T12:09:25Z,facebook/react,33698,19202,137859,32928,20137,255783,202231,163984,865822
|
| 6 |
+
2026-04-10T12:09:25Z,golang/go,75924,4942,536835,167,323,282120,71822,0,972133
|
| 7 |
+
2026-04-10T12:09:25Z,kubernetes/kubernetes,137497,88755,1485690,440041,302624,30964,1475913,0,3961484
|
| 8 |
+
2026-04-10T12:09:25Z,mdn/content,41601,31454,74226,83568,19173,14536,150265,0,414823
|
| 9 |
+
2026-04-10T12:09:25Z,microsoft/TypeScript,62153,19094,286167,50558,41943,14377,589013,0,1063305
|
| 10 |
+
2026-04-10T12:09:25Z,moby/moby,51397,28126,316900,70561,50476,12964,347214,0,877638
|
| 11 |
+
2026-04-10T12:09:25Z,pingcap/tidb,67340,44494,371634,117654,162885,24091,431124,0,1219222
|
| 12 |
+
2026-04-10T12:09:25Z,python/cpython,145938,69824,721064,144490,150094,41251,662218,0,1934879
|
| 13 |
+
2026-04-10T12:09:25Z,pytorch/pytorch,179327,121468,894477,324815,382695,51484,1050195,0,3004461
|
| 14 |
+
2026-04-10T12:09:25Z,redis/redis,14574,7646,53121,28567,27264,11477,65522,0,208171
|
| 15 |
+
2026-04-10T12:09:25Z,rust-lang/rust,154178,92154,1222415,243206,186154,63803,1718481,0,3680391
|
| 16 |
+
2026-04-10T12:09:25Z,swiftlang/swift,84494,66803,344450,103217,108641,17505,685930,0,1411040
|
| 17 |
+
2026-04-10T12:09:25Z,vuejs/core,12073,6063,32239,3565,4775,10730,21368,0,90813
|
| 18 |
+
2026-04-10T12:09:25Z,vuejs/docs,3263,2248,4874,2134,2674,10058,15194,0,40445
|
| 19 |
+
2026-04-10T12:09:25Z,_total,1203930,700605,6820287,1799847,1603798,905312,8502155,163984,21699918
|