Datasets:
sync swiftlang/swift +5 issues +4 PRs +16 comments +4 reviews — 2026-05-28 06:47 UTC
Browse filesissues 85.6K +5
pull_requests 67.7K +4
comments 348.1K +16
reviews 110.5K +4
timeline_events 31.5K +125
pr_files 697.7K +32
commit_statuses 2.6K +39
- README.md +32 -19
- 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/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.
|
| 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-28
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
@@ -61,28 +61,41 @@ New items since the previous publish:
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
-
| **
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 65 |
|
| 66 |
|
| 67 |
## Repositories
|
| 68 |
|
| 69 |
| Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
|
| 70 |
|---|---:|---:|---:|---:|---:|---:|---|
|
| 71 |
-
| **ClickHouse/ClickHouse** | 104.9K | 76.2K | 328.0K | 113.1K | 119.6K | 1.7M | 2026-05-28
|
| 72 |
-
| **duckdb/duckdb** | 19.1K | 12.1K | 63.8K | 13.9K | 300.2K | 802.
|
| 73 |
-
| **etcd-io/etcd** | 21.2K | 14.0K | 126.6K | 29.4K | 21.
|
| 74 |
| **facebook/react** | 34.0K | 19.5K | 171.6K | 31.9K | 18.8K | 492.1K | 2026-05-28 01:33 UTC |
|
| 75 |
-
| **golang/go** | 74.8K | 5.1K | 544.
|
| 76 |
-
| **kubernetes/kubernetes** | 138.5K | 89.6K | 1.9M | 306.0K | 144.
|
| 77 |
-
| **mdn/content** | 41.2K | 31.9K | 160.8K | 77.9K | 18.0K | 724.
|
| 78 |
-
| **microsoft/TypeScript** | 62.3K | 19.1K | 337.3K | 42.0K | 23.9K | 1.1M | 2026-05-28
|
| 79 |
-
| **moby/moby** | 51.8K | 28.4K | 0 | 0 | 206.2K | 339.
|
| 80 |
-
| **pingcap/tidb** | 68.3K | 45.2K |
|
| 81 |
-
| **python/cpython** | 107.2K | 71.7K | 877.6K | 63.1K | 85.0K | 1.5M | 2026-05-28
|
| 82 |
-
| **pytorch/pytorch** | 184.8K | 125.9K | 1.2M | 384.
|
| 83 |
-
| **redis/redis** | 14.8K | 7.8K | 83.7K | 28.4K | 17.6K | 221.
|
| 84 |
-
| **rust-lang/rust** | 156.0K | 93.9K | 1.5M | 189.7K |
|
| 85 |
-
| **swiftlang/swift** | 85.6K | 67.7K | 452.5K | 110.5K | 31.
|
| 86 |
| **vuejs/core** | 12.2K | 6.2K | 36.4K | 4.9K | 129.9K | 227.3K | 2026-05-27 20:29 UTC |
|
| 87 |
| **vuejs/docs** | 3.3K | 2.3K | 7.1K | 2.7K | 10.2K | 41.0K | 2026-05-27 21:11 UTC |
|
| 88 |
|
|
@@ -383,8 +396,8 @@ CI/CD status checks and GitHub Actions results for each commit.
|
|
| 383 |
| `reviews` | 1.6M | PR review decisions |
|
| 384 |
| `timeline_events` | 1.6M | Activity timeline (labels, closes, merges, assignments) |
|
| 385 |
| `pr_files` | 8.2M | Files changed in each pull request |
|
| 386 |
-
| `commit_statuses` |
|
| 387 |
-
| **Total** | **22.
|
| 388 |
|
| 389 |
## How it's built
|
| 390 |
|
|
|
|
| 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.3M rows** across 8 tables in **1.4 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-28 06:47 UTC**.
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
+
| **ClickHouse/ClickHouse** | +1 | +1 | +18 | +3 | +39 |
|
| 65 |
+
| **duckdb/duckdb** | +1 | +1 | +5 | +1 | +17 |
|
| 66 |
+
| **etcd-io/etcd** | +1 | +1 | +5 | — | +29 |
|
| 67 |
+
| **golang/go** | +1 | +1 | +37 | — | +120 |
|
| 68 |
+
| **kubernetes/kubernetes** | — | — | +19 | +6 | +90 |
|
| 69 |
+
| **mdn/content** | +1 | — | — | — | +2 |
|
| 70 |
+
| **microsoft/TypeScript** | — | — | +1 | — | +1 |
|
| 71 |
+
| **moby/moby** | +2 | +6 | — | — | +4 |
|
| 72 |
+
| **pingcap/tidb** | +6 | +6 | +78 | +13 | +338 |
|
| 73 |
+
| **python/cpython** | +1 | — | +21 | +8 | +25 |
|
| 74 |
+
| **pytorch/pytorch** | — | — | — | +43 | +2.4K |
|
| 75 |
+
| **redis/redis** | +1 | +1 | +10 | +5 | +25 |
|
| 76 |
+
| **rust-lang/rust** | +3 | +2 | +25 | +8 | +135 |
|
| 77 |
+
| **swiftlang/swift** | +5 | +4 | +16 | +4 | +125 |
|
| 78 |
|
| 79 |
|
| 80 |
## Repositories
|
| 81 |
|
| 82 |
| Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
|
| 83 |
|---|---:|---:|---:|---:|---:|---:|---|
|
| 84 |
+
| **ClickHouse/ClickHouse** | 104.9K | 76.2K | 328.0K | 113.1K | 119.6K | 1.7M | 2026-05-28 05:33 UTC |
|
| 85 |
+
| **duckdb/duckdb** | 19.1K | 12.1K | 63.8K | 13.9K | 300.2K | 802.5K | 2026-05-28 02:56 UTC |
|
| 86 |
+
| **etcd-io/etcd** | 21.2K | 14.0K | 126.6K | 29.4K | 21.1K | 338.2K | 2026-05-28 04:59 UTC |
|
| 87 |
| **facebook/react** | 34.0K | 19.5K | 171.6K | 31.9K | 18.8K | 492.1K | 2026-05-28 01:33 UTC |
|
| 88 |
+
| **golang/go** | 74.8K | 5.1K | 544.5K | 183 | 77.6K | 761.8K | 2026-05-28 05:25 UTC |
|
| 89 |
+
| **kubernetes/kubernetes** | 138.5K | 89.6K | 1.9M | 306.0K | 144.8K | 4.1M | 2026-05-28 04:25 UTC |
|
| 90 |
+
| **mdn/content** | 41.2K | 31.9K | 160.8K | 77.9K | 18.0K | 724.4K | 2026-05-28 05:30 UTC |
|
| 91 |
+
| **microsoft/TypeScript** | 62.3K | 19.1K | 337.3K | 42.0K | 23.9K | 1.1M | 2026-05-28 03:02 UTC |
|
| 92 |
+
| **moby/moby** | 51.8K | 28.4K | 0 | 0 | 206.2K | 339.2K | 2026-05-28 05:27 UTC |
|
| 93 |
+
| **pingcap/tidb** | 68.3K | 45.2K | 501.0K | 166.0K | 69.5K | 1.3M | 2026-05-28 05:39 UTC |
|
| 94 |
+
| **python/cpython** | 107.2K | 71.7K | 877.6K | 63.1K | 85.0K | 1.5M | 2026-05-28 05:28 UTC |
|
| 95 |
+
| **pytorch/pytorch** | 184.8K | 125.9K | 1.2M | 384.1K | 172.4K | 3.2M | 2026-05-28 04:26 UTC |
|
| 96 |
+
| **redis/redis** | 14.8K | 7.8K | 83.7K | 28.4K | 17.6K | 221.5K | 2026-05-28 05:22 UTC |
|
| 97 |
+
| **rust-lang/rust** | 156.0K | 93.9K | 1.5M | 189.7K | 119.0K | 3.9M | 2026-05-28 05:25 UTC |
|
| 98 |
+
| **swiftlang/swift** | 85.6K | 67.7K | 452.5K | 110.5K | 31.5K | 1.4M | 2026-05-28 05:28 UTC |
|
| 99 |
| **vuejs/core** | 12.2K | 6.2K | 36.4K | 4.9K | 129.9K | 227.3K | 2026-05-27 20:29 UTC |
|
| 100 |
| **vuejs/docs** | 3.3K | 2.3K | 7.1K | 2.7K | 10.2K | 41.0K | 2026-05-27 21:11 UTC |
|
| 101 |
|
|
|
|
| 396 |
| `reviews` | 1.6M | PR review decisions |
|
| 397 |
| `timeline_events` | 1.6M | Activity timeline (labels, closes, merges, assignments) |
|
| 398 |
| `pr_files` | 8.2M | Files changed in each pull request |
|
| 399 |
+
| `commit_statuses` | 656.0K | CI/CD status checks per commit |
|
| 400 |
+
| **Total** | **22.3M** | |
|
| 401 |
|
| 402 |
## How it's built
|
| 403 |
|
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:5a0dc708efa33302b29d4410cbdc66292bb204ccc25237205f1599e83e3c177f
|
| 3 |
+
size 35545088
|
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:a03c02a4ffda9dca5b17853b3968e05925f1b220262562f87a3e0dc7eaeae9d0
|
| 3 |
+
size 38829
|
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:df29da7d492f13f464c0f69697449c7f82f54be0fa12776a21e8d29be241177a
|
| 3 |
+
size 22790654
|
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:334a78ec2957ddefe7ae108625445a0fc4f25c24d7313d414df455ff86a36d30
|
| 3 |
+
size 4420539
|
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:707d5b0a14331f7982f298b5b52edb971f9a1cf8d340e93603ecd1568313f926
|
| 3 |
+
size 4320830
|
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:5625933abb569f999a3965b737b8e138e8ad42c0433dfe962be47599d9ee75a8
|
| 3 |
+
size 3045302
|
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:f25c35f090d00feb08738d73e9c427af035eac0245d05f07fc550a85d85b80a1
|
| 3 |
+
size 3194395
|
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-28T06:47:53Z,ClickHouse/ClickHouse,104882,76162,216475,111524,113057,119632,707846,282394,1731972
|
| 3 |
+
2026-05-28T06:47:53Z,duckdb/duckdb,19070,12144,46480,17313,13935,300177,213758,179608,802485
|
| 4 |
+
2026-05-28T06:47:53Z,etcd-io/etcd,21225,14015,88864,37711,29384,21074,122182,3699,338154
|
| 5 |
+
2026-05-28T06:47:53Z,facebook/react,33992,19510,138621,33022,31946,18832,205893,10273,492089
|
| 6 |
+
2026-05-28T06:47:53Z,golang/go,74798,5149,544293,168,183,77637,59482,114,761824
|
| 7 |
+
2026-05-28T06:47:53Z,kubernetes/kubernetes,138501,89613,1496983,444120,306031,144796,1498805,13807,4132656
|
| 8 |
+
2026-05-28T06:47:53Z,mdn/content,41154,31866,75022,85813,77895,17953,392709,1940,724352
|
| 9 |
+
2026-05-28T06:47:53Z,microsoft/TypeScript,62275,19120,286753,50577,41992,23882,589252,1211,1075062
|
| 10 |
+
2026-05-28T06:47:53Z,moby/moby,51753,28416,0,0,0,206239,52753,0,339161
|
| 11 |
+
2026-05-28T06:47:53Z,pingcap/tidb,68332,45196,380329,120695,166035,69498,439438,20428,1309951
|
| 12 |
+
2026-05-28T06:47:53Z,python/cpython,107189,71700,730249,147369,63113,85038,279941,62293,1546892
|
| 13 |
+
2026-05-28T06:47:53Z,pytorch/pytorch,184830,125939,900634,325731,384079,172409,1059172,48074,3200868
|
| 14 |
+
2026-05-28T06:47:53Z,redis/redis,14816,7758,53939,29767,28425,17614,66763,2397,221479
|
| 15 |
+
2026-05-28T06:47:53Z,rust-lang/rust,155987,93927,1240520,247582,189721,119043,1803417,11626,3861823
|
| 16 |
+
2026-05-28T06:47:53Z,swiftlang/swift,85568,67716,348056,104470,110536,31489,697732,2616,1448183
|
| 17 |
+
2026-05-28T06:47:53Z,vuejs/core,12230,6232,32715,3698,4935,129892,22188,15426,227316
|
| 18 |
+
2026-05-28T06:47:53Z,vuejs/docs,3286,2260,4912,2143,2681,10239,15379,53,40953
|
| 19 |
+
2026-05-28T06:47:53Z,_total,1179888,716723,6584845,1761703,1563948,1565444,8226710,655959,22255220
|