Datasets:
sync swiftlang/swift +1 issues +3 comments +1 review_comments +4 reviews — 2026-04-09 15:31 UTC
Browse filesissues 84.5K +1
comments 344.4K +3
review_comments 103.2K +1
reviews 108.6K +4
timeline_events 16.8K +22
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.6M 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-09
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
@@ -61,39 +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 |
## Repositories
|
| 79 |
|
| 80 |
| Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
|
| 81 |
|---|---:|---:|---:|---:|---:|---:|---|
|
| 82 |
-
| **ClickHouse/ClickHouse** | 101.1K | 73.1K | 306.
|
| 83 |
-
| **duckdb/duckdb** | 18.2K | 11.4K | 61.1K | 13.2K | 11.5K | 313.6K | 2026-04-09
|
| 84 |
-
| **etcd-io/etcd** | 21.0K | 13.8K | 124.3K | 28.6K | 12.5K | 320.7K | 2026-04-09
|
| 85 |
-
| **facebook/react** | 33.7K | 19.2K | 170.8K | 20.1K | 255.7K | 865.7K | 2026-04-09
|
| 86 |
-
| **golang/go** | 75.9K | 4.9K | 536.8K | 323 | 279.
|
| 87 |
-
| **kubernetes/kubernetes** | 137.5K | 88.8K | 1.9M | 302.5K | 25.
|
| 88 |
-
| **mdn/content** | 41.6K | 31.5K | 157.7K | 19.1K | 14.2K | 414.
|
| 89 |
-
| **microsoft/TypeScript** | 62.1K | 19.1K | 336.7K | 41.9K | 14.3K | 1.1M | 2026-04-09 14:
|
| 90 |
| **moby/moby** | 51.4K | 28.1K | 387.4K | 50.5K | 12.6K | 877.2K | 2026-04-09 14:01 UTC |
|
| 91 |
-
| **pingcap/tidb** | 67.3K | 44.5K | 488.7K | 162.8K | 21.
|
| 92 |
-
| **python/cpython** | 145.9K | 69.8K | 865.3K | 150.1K | 38.
|
| 93 |
-
| **pytorch/pytorch** | 179.2K | 121.5K | 1.2M | 382.5K | 27.
|
| 94 |
-
| **redis/redis** | 14.6K | 7.6K | 81.7K | 27.2K | 11.4K | 208.
|
| 95 |
-
| **rust-lang/rust** | 154.1K | 92.2K | 1.5M | 186.1K | 60.
|
| 96 |
-
| **swiftlang/swift** | 84.5K | 66.8K | 447.6K | 108.6K | 16.8K | 1.4M | 2026-04-09
|
| 97 |
| **vuejs/core** | 12.1K | 6.1K | 35.8K | 4.8K | 10.6K | 90.7K | 2026-04-09 12:35 UTC |
|
| 98 |
| **vuejs/docs** | 3.3K | 2.2K | 7.0K | 2.7K | 10.1K | 40.4K | 2026-04-09 07:39 UTC |
|
| 99 |
|
|
@@ -392,7 +394,7 @@ CI/CD status checks and GitHub Actions results for each commit.
|
|
| 392 |
| `comments` | 6.8M | Conversation comments on issues and PRs |
|
| 393 |
| `review_comments` | 1.8M | Inline code review comments on PR diffs |
|
| 394 |
| `reviews` | 1.6M | PR review decisions |
|
| 395 |
-
| `timeline_events` |
|
| 396 |
| `pr_files` | 8.5M | Files changed in each pull request |
|
| 397 |
| `commit_statuses` | 164.0K | CI/CD status checks per commit |
|
| 398 |
| **Total** | **21.6M** | |
|
|
|
|
| 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.6M rows** across 8 tables in **1.5 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-09 15:31 UTC**.
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
+
| **ClickHouse/ClickHouse** | +12 | — | +38 | +10 | +230 |
|
| 65 |
+
| **duckdb/duckdb** | — | — | +4 | +1 | +2 |
|
| 66 |
+
| **etcd-io/etcd** | — | — | +1 | +1 | — |
|
| 67 |
+
| **facebook/react** | — | — | +4 | — | +8 |
|
| 68 |
+
| **golang/go** | +1 | — | +7 | — | +36 |
|
| 69 |
+
| **kubernetes/kubernetes** | +3 | — | +31 | +9 | +145 |
|
| 70 |
+
| **mdn/content** | +1 | — | +8 | +3 | +30 |
|
| 71 |
+
| **microsoft/TypeScript** | — | — | +1 | — | +2 |
|
| 72 |
+
| **pingcap/tidb** | +1 | — | +35 | +2 | +234 |
|
| 73 |
+
| **python/cpython** | +3 | — | +17 | +3 | +93 |
|
| 74 |
+
| **pytorch/pytorch** | +4 | — | +28 | +1 | +694 |
|
| 75 |
+
| **redis/redis** | — | — | — | +1 | +37 |
|
| 76 |
+
| **rust-lang/rust** | +2 | — | +21 | +4 | +342 |
|
| 77 |
+
| **swiftlang/swift** | +1 | — | +4 | +4 | +22 |
|
| 78 |
|
| 79 |
|
| 80 |
## Repositories
|
| 81 |
|
| 82 |
| Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
|
| 83 |
|---|---:|---:|---:|---:|---:|---:|---|
|
| 84 |
+
| **ClickHouse/ClickHouse** | 101.1K | 73.1K | 306.1K | 101.8K | 33.6K | 1.3M | 2026-04-09 15:12 UTC |
|
| 85 |
+
| **duckdb/duckdb** | 18.2K | 11.4K | 61.1K | 13.2K | 11.5K | 313.6K | 2026-04-09 15:06 UTC |
|
| 86 |
+
| **etcd-io/etcd** | 21.0K | 13.8K | 124.3K | 28.6K | 12.5K | 320.7K | 2026-04-09 15:09 UTC |
|
| 87 |
+
| **facebook/react** | 33.7K | 19.2K | 170.8K | 20.1K | 255.7K | 865.7K | 2026-04-09 15:02 UTC |
|
| 88 |
+
| **golang/go** | 75.9K | 4.9K | 536.8K | 323 | 279.9K | 969.7K | 2026-04-09 15:10 UTC |
|
| 89 |
+
| **kubernetes/kubernetes** | 137.5K | 88.8K | 1.9M | 302.5K | 25.3K | 4.0M | 2026-04-09 15:11 UTC |
|
| 90 |
+
| **mdn/content** | 41.6K | 31.5K | 157.7K | 19.1K | 14.2K | 414.2K | 2026-04-09 15:11 UTC |
|
| 91 |
+
| **microsoft/TypeScript** | 62.1K | 19.1K | 336.7K | 41.9K | 14.3K | 1.1M | 2026-04-09 14:52 UTC |
|
| 92 |
| **moby/moby** | 51.4K | 28.1K | 387.4K | 50.5K | 12.6K | 877.2K | 2026-04-09 14:01 UTC |
|
| 93 |
+
| **pingcap/tidb** | 67.3K | 44.5K | 488.7K | 162.8K | 21.8K | 1.2M | 2026-04-09 15:12 UTC |
|
| 94 |
+
| **python/cpython** | 145.9K | 69.8K | 865.3K | 150.1K | 38.7K | 1.9M | 2026-04-09 15:09 UTC |
|
| 95 |
+
| **pytorch/pytorch** | 179.2K | 121.5K | 1.2M | 382.5K | 27.8K | 3.0M | 2026-04-09 15:13 UTC |
|
| 96 |
+
| **redis/redis** | 14.6K | 7.6K | 81.7K | 27.2K | 11.4K | 208.1K | 2026-04-09 14:58 UTC |
|
| 97 |
+
| **rust-lang/rust** | 154.1K | 92.2K | 1.5M | 186.1K | 60.6K | 3.7M | 2026-04-09 15:11 UTC |
|
| 98 |
+
| **swiftlang/swift** | 84.5K | 66.8K | 447.6K | 108.6K | 16.8K | 1.4M | 2026-04-09 15:10 UTC |
|
| 99 |
| **vuejs/core** | 12.1K | 6.1K | 35.8K | 4.8K | 10.6K | 90.7K | 2026-04-09 12:35 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` | 857.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.6M** | |
|
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:09281878efd70981c352b65e426b893b118dc284cead73eb3be13df9c189e720
|
| 3 |
+
size 35310691
|
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:5ac1e379515f6db296f5f093ebe1687b0fc9feb29e3c2b996039f7090f10fe5a
|
| 3 |
+
size 22310044
|
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:693a7929dc8373d48cd86c804318cec84730c719f17359082b6c54bd2d74be51
|
| 3 |
+
size 21078726
|
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:581ab48ace70e5599759bf4ce6f5f8dca1fd49c544d605b4d5716d548f7e6d97
|
| 3 |
+
size 2933557
|
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:7f4bc371a7654011dfed6326daf9deb54d8463a42099eb6571603b3fdb3779e1
|
| 3 |
+
size 1031702
|
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-09T15:31:20Z,ClickHouse/ClickHouse,101126,73100,205430,100635,101761,33575,695956,0,1311583
|
| 3 |
+
2026-04-09T15:31:20Z,duckdb/duckdb,18215,11388,44711,16435,13211,11502,198098,0,313560
|
| 4 |
+
2026-04-09T15:31:20Z,etcd-io/etcd,20998,13844,87362,36980,28595,12502,120401,0,320682
|
| 5 |
+
2026-04-09T15:31:20Z,facebook/react,33693,19202,137843,32928,20136,255717,202224,163984,865727
|
| 6 |
+
2026-04-09T15:31:20Z,golang/go,75913,4942,536637,167,323,279865,71817,0,969664
|
| 7 |
+
2026-04-09T15:31:20Z,kubernetes/kubernetes,137478,88755,1485282,439945,302529,25271,1475779,0,3955039
|
| 8 |
+
2026-04-09T15:31:20Z,mdn/content,41590,31454,74206,83490,19074,14186,150182,0,414182
|
| 9 |
+
2026-04-09T15:31:20Z,microsoft/TypeScript,62149,19094,286156,50558,41943,14331,589013,0,1063244
|
| 10 |
+
2026-04-09T15:31:20Z,moby/moby,51391,28126,316888,70549,50466,12631,347163,0,877214
|
| 11 |
+
2026-04-09T15:31:20Z,pingcap/tidb,67306,44494,371138,117603,162830,21758,427903,0,1213032
|
| 12 |
+
2026-04-09T15:31:20Z,python/cpython,145914,69824,720875,144470,150073,38660,662171,0,1931987
|
| 13 |
+
2026-04-09T15:31:20Z,pytorch/pytorch,179245,121468,893779,324676,382537,27771,1049535,0,2979011
|
| 14 |
+
2026-04-09T15:31:20Z,redis/redis,14574,7646,53116,28549,27248,11433,65521,0,208087
|
| 15 |
+
2026-04-09T15:31:20Z,rust-lang/rust,154132,92154,1222080,243106,186096,60579,1717218,0,3675365
|
| 16 |
+
2026-04-09T15:31:20Z,swiftlang/swift,84469,66803,344366,103212,108615,16786,685578,0,1409829
|
| 17 |
+
2026-04-09T15:31:20Z,vuejs/core,12068,6063,32205,3565,4773,10634,21352,0,90660
|
| 18 |
+
2026-04-09T15:31:20Z,vuejs/docs,3263,2248,4874,2134,2674,10058,15194,0,40445
|
| 19 |
+
2026-04-09T15:31:20Z,_total,1203524,700605,6816948,1799002,1602884,857259,8495105,163984,21639311
|