Datasets:
sync swiftlang/swift +4 issues +4 PRs +20 comments +2 review_comments — 2026-05-27 14:10 UTC
Browse filesissues 85.5K +4
pull_requests 67.7K +4
comments 347.9K +20
review_comments 104.4K +2
reviews 110.5K +4
timeline_events 30.0K +110
pr_files 697.1K +26
commit_statuses 2.4K +30
- README.md +27 -17
- 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,39 @@ 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 | 299.
|
| 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.5K | 488.4K | 2026-05-27
|
| 76 |
-
| **golang/go** | 74.8K | 5.1K | 544.2K | 183 | 75.6K | 759.5K | 2026-05-27
|
| 77 |
| **kubernetes/kubernetes** | 138.5K | 89.6K | 1.9M | 305.9K | 142.7K | 4.1M | 2026-05-27 11:59 UTC |
|
| 78 |
-
| **mdn/content** | 41.1K | 31.9K | 160.8K | 77.9K | 17.8K | 724.
|
| 79 |
| **microsoft/TypeScript** | 62.3K | 19.1K | 337.3K | 42.0K | 23.8K | 1.1M | 2026-05-27 02:26 UTC |
|
| 80 |
-
| **moby/moby** | 51.7K | 28.4K | 0 | 0 | 204.6K | 337.4K | 2026-05-27
|
| 81 |
-
| **pingcap/tidb** | 68.3K | 45.2K | 500.7K | 166.0K | 68.
|
| 82 |
-
| **python/cpython** | 107.2K | 71.7K | 877.5K | 63.1K | 84.
|
| 83 |
| **pytorch/pytorch** | 184.7K | 125.8K | 1.2M | 383.9K | 148.6K | 3.1M | 2026-05-27 12:04 UTC |
|
| 84 |
-
| **redis/redis** | 14.8K | 7.8K | 83.7K | 28.4K | 17.5K | 221.2K | 2026-05-27
|
| 85 |
-
| **rust-lang/rust** | 156.0K | 93.9K | 1.5M | 189.6K |
|
| 86 |
-
| **swiftlang/swift** | 85.5K | 67.7K | 452.3K | 110.5K |
|
| 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 |
|
|
@@ -384,7 +394,7 @@ CI/CD status checks and GitHub Actions results for each commit.
|
|
| 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.1 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 14:10 UTC**.
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
+
| **ClickHouse/ClickHouse** | +20 | +15 | +86 | +45 | +291 |
|
| 65 |
+
| **duckdb/duckdb** | +5 | +5 | +10 | +6 | +93 |
|
| 66 |
+
| **etcd-io/etcd** | — | — | +18 | +10 | +23 |
|
| 67 |
+
| **facebook/react** | +1 | — | +4 | +2 | +2 |
|
| 68 |
+
| **golang/go** | +2 | — | +11 | — | +23 |
|
| 69 |
+
| **mdn/content** | +1 | +1 | +7 | +4 | +37 |
|
| 70 |
+
| **moby/moby** | — | — | — | — | +15 |
|
| 71 |
+
| **pingcap/tidb** | +1 | +1 | +21 | +5 | +115 |
|
| 72 |
+
| **python/cpython** | +2 | +1 | +36 | +8 | +97 |
|
| 73 |
+
| **redis/redis** | +1 | +1 | +2 | +1 | +2 |
|
| 74 |
+
| **rust-lang/rust** | +4 | +3 | +86 | +22 | +567 |
|
| 75 |
+
| **swiftlang/swift** | +4 | +4 | +22 | +4 | +110 |
|
| 76 |
|
| 77 |
|
| 78 |
## Repositories
|
| 79 |
|
| 80 |
| Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
|
| 81 |
|---|---:|---:|---:|---:|---:|---:|---|
|
| 82 |
+
| **ClickHouse/ClickHouse** | 104.8K | 76.1K | 327.6K | 112.9K | 117.8K | 1.7M | 2026-05-27 13:02 UTC |
|
| 83 |
+
| **duckdb/duckdb** | 19.1K | 12.1K | 63.8K | 13.9K | 299.8K | 801.1K | 2026-05-27 13:04 UTC |
|
| 84 |
+
| **etcd-io/etcd** | 21.2K | 14.0K | 126.5K | 29.4K | 20.6K | 337.0K | 2026-05-27 12:58 UTC |
|
| 85 |
+
| **facebook/react** | 34.0K | 19.5K | 171.6K | 31.9K | 18.5K | 488.4K | 2026-05-27 11:55 UTC |
|
| 86 |
+
| **golang/go** | 74.8K | 5.1K | 544.2K | 183 | 75.6K | 759.5K | 2026-05-27 12:46 UTC |
|
| 87 |
| **kubernetes/kubernetes** | 138.5K | 89.6K | 1.9M | 305.9K | 142.7K | 4.1M | 2026-05-27 11:59 UTC |
|
| 88 |
+
| **mdn/content** | 41.1K | 31.9K | 160.8K | 77.9K | 17.8K | 724.1K | 2026-05-27 12:41 UTC |
|
| 89 |
| **microsoft/TypeScript** | 62.3K | 19.1K | 337.3K | 42.0K | 23.8K | 1.1M | 2026-05-27 02:26 UTC |
|
| 90 |
+
| **moby/moby** | 51.7K | 28.4K | 0 | 0 | 204.6K | 337.4K | 2026-05-27 13:02 UTC |
|
| 91 |
+
| **pingcap/tidb** | 68.3K | 45.2K | 500.7K | 166.0K | 68.6K | 1.3M | 2026-05-27 13:06 UTC |
|
| 92 |
+
| **python/cpython** | 107.2K | 71.7K | 877.5K | 63.1K | 84.2K | 1.5M | 2026-05-27 12:54 UTC |
|
| 93 |
| **pytorch/pytorch** | 184.7K | 125.8K | 1.2M | 383.9K | 148.6K | 3.1M | 2026-05-27 12:04 UTC |
|
| 94 |
+
| **redis/redis** | 14.8K | 7.8K | 83.7K | 28.4K | 17.5K | 221.2K | 2026-05-27 13:02 UTC |
|
| 95 |
+
| **rust-lang/rust** | 156.0K | 93.9K | 1.5M | 189.6K | 117.0K | 3.9M | 2026-05-27 13:00 UTC |
|
| 96 |
+
| **swiftlang/swift** | 85.5K | 67.7K | 452.3K | 110.5K | 30.0K | 1.4M | 2026-05-27 12:56 UTC |
|
| 97 |
| **vuejs/core** | 12.2K | 6.2K | 36.4K | 4.9K | 129.9K | 227.3K | 2026-05-27 09:55 UTC |
|
| 98 |
| **vuejs/docs** | 3.3K | 2.3K | 7.1K | 2.7K | 10.2K | 40.9K | 2026-05-26 21:45 UTC |
|
| 99 |
|
|
|
|
| 394 |
| `reviews` | 1.6M | PR review decisions |
|
| 395 |
| `timeline_events` | 1.5M | Activity timeline (labels, closes, merges, assignments) |
|
| 396 |
| `pr_files` | 8.2M | Files changed in each pull request |
|
| 397 |
+
| `commit_statuses` | 577.1K | CI/CD status checks per commit |
|
| 398 |
| **Total** | **22.1M** | |
|
| 399 |
|
| 400 |
## 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:8d095b9caba91fc5fa7ea9295d3658241e6a8c2e6d4c6a3538fe6e4c90ff17a1
|
| 3 |
+
size 35535868
|
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:b3d7f9c553cd9a91b6c7b139bb555878a927a7067926c8f1179613b9766d50fb
|
| 3 |
+
size 35511
|
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:2610d2843ee2824e3b1e5bed29f01ad94bdfeb71393a58ec947178364287135e
|
| 3 |
+
size 22776986
|
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:1b1c35b80a439c171e88cca5a1f3220033e950adc0395c7f1377f0ba5961e9ce
|
| 3 |
+
size 4416292
|
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:4869d117514f401ed90555c237c49a06b8d5b4f135c7416e1750a6180f089e00
|
| 3 |
+
size 4318918
|
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:b0d05a4df082ea8a3e57dabde228dea0be4469b7be8a41343ef2c9965a88c699
|
| 3 |
+
size 21475859
|
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:1dd0c06e083b570a41740203ced522c1d8e62e9e0fddebb007534e80698e5568
|
| 3 |
+
size 3043810
|
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:1f0463130c545d3d3ed39245899b1063105730d1ce27b3f26578a908ba8c51df
|
| 3 |
+
size 2896985
|
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-27T14:10:32Z,ClickHouse/ClickHouse,104799,76096,216213,111341,112862,117850,707307,260255,1706723
|
| 3 |
+
2026-05-27T14:10:32Z,duckdb/duckdb,19060,12137,46461,17299,13925,299824,213664,178711,801081
|
| 4 |
+
2026-05-27T14:10:32Z,etcd-io/etcd,21215,14005,88784,37693,29362,20565,122124,3292,337040
|
| 5 |
+
2026-05-27T14:10:32Z,facebook/react,33985,19501,138599,33014,31927,18543,205840,6973,488382
|
| 6 |
+
2026-05-27T14:10:32Z,golang/go,74777,5147,544081,168,183,75609,59479,99,759543
|
| 7 |
+
2026-05-27T14:10:32Z,kubernetes/kubernetes,138488,89601,1496707,444030,305948,142711,1498562,13042,4129089
|
| 8 |
+
2026-05-27T14:10:32Z,mdn/content,41146,31861,75008,85799,77886,17845,392689,1871,724105
|
| 9 |
+
2026-05-27T14:10:32Z,microsoft/TypeScript,62272,19118,286743,50577,41990,23758,589245,1205,1074908
|
| 10 |
+
2026-05-27T14:10:32Z,moby/moby,51748,28401,0,0,0,204640,52613,0,337402
|
| 11 |
+
2026-05-27T14:10:32Z,pingcap/tidb,68309,45175,380075,120663,165997,68572,439387,19129,1307307
|
| 12 |
+
2026-05-27T14:10:32Z,python/cpython,107163,71681,730171,147355,63094,84151,279812,60469,1543896
|
| 13 |
+
2026-05-27T14:10:32Z,pytorch/pytorch,184719,125841,900634,325731,383902,148625,1058905,1073,3129430
|
| 14 |
+
2026-05-27T14:10:32Z,redis/redis,14813,7755,53930,29757,28413,17513,66738,2324,221243
|
| 15 |
+
2026-05-27T14:10:32Z,rust-lang/rust,155966,93909,1240232,247508,189640,117001,1802961,10793,3858010
|
| 16 |
+
2026-05-27T14:10:32Z,swiftlang/swift,85535,67690,347904,104431,110482,30030,697127,2407,1445606
|
| 17 |
+
2026-05-27T14:10:32Z,vuejs/core,12230,6232,32715,3698,4935,129891,22188,15426,227315
|
| 18 |
+
2026-05-27T14:10:32Z,vuejs/docs,3285,2259,4911,2143,2681,10233,15378,48,40938
|
| 19 |
+
2026-05-27T14:10:32Z,_total,1179510,716409,6583168,1761207,1563227,1527361,8224019,577117,22132018
|