Datasets:
sync swiftlang/swift +8 issues +6 PRs +54 comments +5 review_comments — 2026-05-27 17:06 UTC
Browse filesissues 85.5K +8
pull_requests 67.7K +6
comments 348.0K +54
review_comments 104.4K +5
reviews 110.5K +7
timeline_events 30.3K +257
pr_files 697.1K +20
commit_statuses 2.5K +49
- README.md +32 -20
- data/comments/swiftlang/swift/0.parquet +2 -2
- data/commit_statuses/swiftlang/swift/0.parquet +2 -2
- data/issues/swiftlang/swift/0.parquet +2 -2
- data/pr_files/swiftlang/swift/0.parquet +2 -2
- data/pull_requests/swiftlang/swift/0.parquet +2 -2
- data/review_comments/swiftlang/swift/0.parquet +2 -2
- data/reviews/swiftlang/swift/0.parquet +2 -2
- data/timeline_events/swiftlang/swift/0.parquet +2 -2
- stats.csv +18 -18
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 **22.1M rows** across 8 tables in **
|
| 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-05-27
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
@@ -61,29 +61,41 @@ New items since the previous publish:
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
-
| **
|
| 65 |
-
| **
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 66 |
|
| 67 |
|
| 68 |
## Repositories
|
| 69 |
|
| 70 |
| Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
|
| 71 |
|---|---:|---:|---:|---:|---:|---:|---|
|
| 72 |
-
| **ClickHouse/ClickHouse** | 104.8K | 76.1K | 327.
|
| 73 |
-
| **duckdb/duckdb** | 19.1K | 12.1K | 63.8K | 13.9K |
|
| 74 |
-
| **etcd-io/etcd** | 21.2K | 14.0K | 126.5K | 29.4K | 20.
|
| 75 |
-
| **facebook/react** | 34.0K | 19.5K | 171.6K | 31.9K | 18.
|
| 76 |
-
| **golang/go** | 74.8K | 5.1K | 544.
|
| 77 |
-
| **kubernetes/kubernetes** | 138.5K | 89.6K | 1.9M | 306.0K | 143.
|
| 78 |
-
| **mdn/content** | 41.1K | 31.9K | 160.8K | 77.9K | 17.
|
| 79 |
-
| **microsoft/TypeScript** | 62.3K | 19.1K | 337.3K | 42.0K | 23.8K | 1.1M | 2026-05-27
|
| 80 |
-
| **moby/moby** | 51.7K | 28.4K | 0 | 0 | 204.
|
| 81 |
-
| **pingcap/tidb** | 68.3K | 45.2K | 500.
|
| 82 |
-
| **python/cpython** | 107.2K | 71.7K | 877.5K | 63.1K | 84.
|
| 83 |
| **pytorch/pytorch** | 184.7K | 125.9K | 1.2M | 383.9K | 149.7K | 3.1M | 2026-05-27 14:33 UTC |
|
| 84 |
-
| **redis/redis** | 14.8K | 7.8K | 83.7K | 28.4K | 17.
|
| 85 |
-
| **rust-lang/rust** | 156.0K | 93.9K | 1.5M | 189.
|
| 86 |
-
| **swiftlang/swift** | 85.5K | 67.7K | 452.
|
| 87 |
| **vuejs/core** | 12.2K | 6.2K | 36.4K | 4.9K | 129.9K | 227.3K | 2026-05-27 09:55 UTC |
|
| 88 |
| **vuejs/docs** | 3.3K | 2.3K | 7.1K | 2.7K | 10.2K | 40.9K | 2026-05-26 21:45 UTC |
|
| 89 |
|
|
@@ -378,13 +390,13 @@ CI/CD status checks and GitHub Actions results for each commit.
|
|
| 378 |
| Table | Rows | Description |
|
| 379 |
|-------|-----:|-------------|
|
| 380 |
| `issues` | 1.2M | Issues and pull requests (shared metadata) |
|
| 381 |
-
| `pull_requests` | 716.
|
| 382 |
| `comments` | 6.6M | Conversation comments on issues and PRs |
|
| 383 |
| `review_comments` | 1.8M | Inline code review comments on PR diffs |
|
| 384 |
| `reviews` | 1.6M | PR review decisions |
|
| 385 |
| `timeline_events` | 1.5M | Activity timeline (labels, closes, merges, assignments) |
|
| 386 |
| `pr_files` | 8.2M | Files changed in each pull request |
|
| 387 |
-
| `commit_statuses` |
|
| 388 |
| **Total** | **22.1M** | |
|
| 389 |
|
| 390 |
## How it's built
|
|
|
|
| 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 **22.1M 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-05-27 17:06 UTC**.
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
+
| **ClickHouse/ClickHouse** | +40 | +30 | +145 | +72 | +715 |
|
| 65 |
+
| **duckdb/duckdb** | +4 | +3 | +18 | +7 | +283 |
|
| 66 |
+
| **etcd-io/etcd** | +2 | +2 | +28 | +12 | +90 |
|
| 67 |
+
| **facebook/react** | +2 | +4 | +5 | +8 | +24 |
|
| 68 |
+
| **golang/go** | +3 | — | +29 | — | +685 |
|
| 69 |
+
| **kubernetes/kubernetes** | — | — | +9 | +3 | +43 |
|
| 70 |
+
| **mdn/content** | +1 | +1 | +4 | +2 | +22 |
|
| 71 |
+
| **microsoft/TypeScript** | +1 | +1 | +3 | +1 | +15 |
|
| 72 |
+
| **moby/moby** | +1 | +3 | — | — | +39 |
|
| 73 |
+
| **pingcap/tidb** | +4 | +4 | +65 | +15 | +224 |
|
| 74 |
+
| **python/cpython** | +4 | +4 | +21 | +7 | +171 |
|
| 75 |
+
| **redis/redis** | +1 | +1 | +7 | +5 | +66 |
|
| 76 |
+
| **rust-lang/rust** | +6 | +5 | +111 | +39 | +510 |
|
| 77 |
+
| **swiftlang/swift** | +8 | +6 | +59 | +7 | +257 |
|
| 78 |
|
| 79 |
|
| 80 |
## Repositories
|
| 81 |
|
| 82 |
| Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
|
| 83 |
|---|---:|---:|---:|---:|---:|---:|---|
|
| 84 |
+
| **ClickHouse/ClickHouse** | 104.8K | 76.1K | 327.7K | 112.9K | 118.6K | 1.7M | 2026-05-27 16:18 UTC |
|
| 85 |
+
| **duckdb/duckdb** | 19.1K | 12.1K | 63.8K | 13.9K | 300.1K | 802.0K | 2026-05-27 16:22 UTC |
|
| 86 |
+
| **etcd-io/etcd** | 21.2K | 14.0K | 126.5K | 29.4K | 20.7K | 337.2K | 2026-05-27 16:17 UTC |
|
| 87 |
+
| **facebook/react** | 34.0K | 19.5K | 171.6K | 31.9K | 18.6K | 489.1K | 2026-05-27 15:54 UTC |
|
| 88 |
+
| **golang/go** | 74.8K | 5.1K | 544.3K | 183 | 76.3K | 760.3K | 2026-05-27 16:10 UTC |
|
| 89 |
+
| **kubernetes/kubernetes** | 138.5K | 89.6K | 1.9M | 306.0K | 143.1K | 4.1M | 2026-05-27 14:55 UTC |
|
| 90 |
+
| **mdn/content** | 41.1K | 31.9K | 160.8K | 77.9K | 17.9K | 724.2K | 2026-05-27 16:14 UTC |
|
| 91 |
+
| **microsoft/TypeScript** | 62.3K | 19.1K | 337.3K | 42.0K | 23.8K | 1.1M | 2026-05-27 15:54 UTC |
|
| 92 |
+
| **moby/moby** | 51.7K | 28.4K | 0 | 0 | 204.7K | 337.4K | 2026-05-27 15:53 UTC |
|
| 93 |
+
| **pingcap/tidb** | 68.3K | 45.2K | 500.8K | 166.0K | 68.8K | 1.3M | 2026-05-27 16:20 UTC |
|
| 94 |
+
| **python/cpython** | 107.2K | 71.7K | 877.5K | 63.1K | 84.3K | 1.5M | 2026-05-27 16:11 UTC |
|
| 95 |
| **pytorch/pytorch** | 184.7K | 125.9K | 1.2M | 383.9K | 149.7K | 3.1M | 2026-05-27 14:33 UTC |
|
| 96 |
+
| **redis/redis** | 14.8K | 7.8K | 83.7K | 28.4K | 17.6K | 221.4K | 2026-05-27 15:37 UTC |
|
| 97 |
+
| **rust-lang/rust** | 156.0K | 93.9K | 1.5M | 189.7K | 117.5K | 3.9M | 2026-05-27 16:16 UTC |
|
| 98 |
+
| **swiftlang/swift** | 85.5K | 67.7K | 452.4K | 110.5K | 30.3K | 1.4M | 2026-05-27 16:17 UTC |
|
| 99 |
| **vuejs/core** | 12.2K | 6.2K | 36.4K | 4.9K | 129.9K | 227.3K | 2026-05-27 09:55 UTC |
|
| 100 |
| **vuejs/docs** | 3.3K | 2.3K | 7.1K | 2.7K | 10.2K | 40.9K | 2026-05-26 21:45 UTC |
|
| 101 |
|
|
|
|
| 390 |
| Table | Rows | Description |
|
| 391 |
|-------|-----:|-------------|
|
| 392 |
| `issues` | 1.2M | Issues and pull requests (shared metadata) |
|
| 393 |
+
| `pull_requests` | 716.5K | PR-specific fields (merge status, diffs, refs) |
|
| 394 |
| `comments` | 6.6M | 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` | 1.5M | Activity timeline (labels, closes, merges, assignments) |
|
| 398 |
| `pr_files` | 8.2M | Files changed in each pull request |
|
| 399 |
+
| `commit_statuses` | 586.1K | CI/CD status checks per commit |
|
| 400 |
| **Total** | **22.1M** | |
|
| 401 |
|
| 402 |
## How it's built
|
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:9192453c7369d0a808c1ab4ec650eaee01096d0edaaccf16f285ee75b9ff1a36
|
| 3 |
+
size 35540497
|
data/commit_statuses/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:05e3d271e60a89f273daf69ae983492be7713b112aad929b09885249fdcafc9e
|
| 3 |
+
size 36134
|
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:090a2b9263e31e7f5ba72497e89b43b0d102cc6277e758ecc610a8bff6e7ac34
|
| 3 |
+
size 22776960
|
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:93df643a612a38bfc7642b163191a3cce420868659e0c4aca3b92a43e68eabf4
|
| 3 |
+
size 4416519
|
data/pull_requests/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:1e14d338e6103025068ef30ea4ab7a27091babaa1d5cc69d5657396409471d3f
|
| 3 |
+
size 4319315
|
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:9999cf391db371f53360df3e064886602c4d9efa1d41caf8d2fcd7718c8c8878
|
| 3 |
+
size 21476566
|
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:827343c7b82c0d8e3fbcbfac449d1cbbc6d385144c5eb53bd4411a5ec21bd538
|
| 3 |
+
size 3044005
|
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:a25111a9361686785e7fd6ba0f3654229c5a219731d8d3e97c81a23e07c55b4d
|
| 3 |
+
size 2936170
|
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-05-
|
| 3 |
-
2026-05-
|
| 4 |
-
2026-05-
|
| 5 |
-
2026-05-
|
| 6 |
-
2026-05-
|
| 7 |
-
2026-05-
|
| 8 |
-
2026-05-
|
| 9 |
-
2026-05-
|
| 10 |
-
2026-05-
|
| 11 |
-
2026-05-
|
| 12 |
-
2026-05-
|
| 13 |
-
2026-05-
|
| 14 |
-
2026-05-
|
| 15 |
-
2026-05-
|
| 16 |
-
2026-05-
|
| 17 |
-
2026-05-
|
| 18 |
-
2026-05-
|
| 19 |
-
2026-05-
|
|
|
|
| 1 |
updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
|
| 2 |
+
2026-05-27T17:06:20Z,ClickHouse/ClickHouse,104839,76126,216294,111405,112934,118565,707514,266341,1714018
|
| 3 |
+
2026-05-27T17:06:20Z,duckdb/duckdb,19064,12140,46471,17307,13932,300107,213733,179241,801995
|
| 4 |
+
2026-05-27T17:06:20Z,etcd-io/etcd,21217,14007,88801,37704,29374,20655,122129,3356,337243
|
| 5 |
+
2026-05-27T17:06:20Z,facebook/react,33987,19505,138602,33016,31935,18567,205867,7662,489141
|
| 6 |
+
2026-05-27T17:06:20Z,golang/go,74780,5147,544110,168,183,76294,59479,99,760260
|
| 7 |
+
2026-05-27T17:06:20Z,kubernetes/kubernetes,138492,89604,1496811,444050,305964,143051,1498622,13208,4129802
|
| 8 |
+
2026-05-27T17:06:20Z,mdn/content,41147,31862,75011,85800,77888,17867,392697,1899,724171
|
| 9 |
+
2026-05-27T17:06:20Z,microsoft/TypeScript,62273,19119,286746,50577,41991,23773,589246,1207,1074932
|
| 10 |
+
2026-05-27T17:06:20Z,moby/moby,51749,28404,0,0,0,204679,52613,0,337445
|
| 11 |
+
2026-05-27T17:06:20Z,pingcap/tidb,68313,45179,380129,120674,166012,68796,439392,19713,1308208
|
| 12 |
+
2026-05-27T17:06:20Z,python/cpython,107167,71685,730188,147359,63101,84322,279828,60967,1544617
|
| 13 |
+
2026-05-27T17:06:20Z,pytorch/pytorch,184736,125855,900634,325731,383902,149704,1058905,1073,3130540
|
| 14 |
+
2026-05-27T17:06:20Z,redis/redis,14814,7756,53933,29761,28418,17579,66751,2382,221394
|
| 15 |
+
2026-05-27T17:06:20Z,rust-lang/rust,155972,93914,1240305,247546,189679,117511,1803064,11061,3859052
|
| 16 |
+
2026-05-27T17:06:20Z,swiftlang/swift,85543,67696,347958,104436,110489,30287,697147,2456,1446012
|
| 17 |
+
2026-05-27T17:06:20Z,vuejs/core,12230,6232,32715,3698,4935,129891,22188,15426,227315
|
| 18 |
+
2026-05-27T17:06:20Z,vuejs/docs,3285,2259,4911,2143,2681,10233,15378,48,40938
|
| 19 |
+
2026-05-27T17:06:20Z,_total,1179608,716490,6583619,1761375,1563418,1531881,8224553,586139,22147083
|