Datasets:
sync swiftlang/swift +455 issues +445 PRs +1.4K comments +753 reviews — 2026-05-26 10:25 UTC
Browse filesissues 85.5K +455
pull_requests 67.6K +445
comments 347.7K +1.4K
reviews 110.4K +753
timeline_events 28.5K +12.4K
pr_files 696.8K +2.3K
commit_statuses 2.1K +2.1K
- README.md +12 -15
- data/comments/swiftlang/swift/0.parquet +2 -2
- data/commit_statuses/swiftlang/swift/0.parquet +3 -0
- 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 +16 -16
README.md
CHANGED
|
@@ -41,7 +41,7 @@ configs:
|
|
| 41 |
|
| 42 |
The full development metadata of 15 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 **20.
|
| 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-26
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
@@ -61,12 +61,9 @@ New items since the previous publish:
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
-
| **
|
| 65 |
-
| **
|
| 66 |
-
| **
|
| 67 |
-
| **python/cpython** | +911 | +960 | +3.9K | +927 | +42.0K |
|
| 68 |
-
| **rust-lang/rust** | — | +226 | — | — | — |
|
| 69 |
-
| **vuejs/docs** | +10 | +11 | +18 | +3 | +41 |
|
| 70 |
|
| 71 |
|
| 72 |
## Repositories
|
|
@@ -79,14 +76,14 @@ New items since the previous publish:
|
|
| 79 |
| **facebook/react** | 34.0K | 19.5K | 171.6K | 31.9K | 17.9K | 486.4K | 2026-05-26 08:05 UTC |
|
| 80 |
| **golang/go** | 74.7K | 5.1K | 543.9K | 183 | 72.1K | 749.7K | 2026-05-26 08:01 UTC |
|
| 81 |
| **kubernetes/kubernetes** | 137.9K | 89.2K | 1.9M | 303.9K | 71.1K | 4.0M | 2026-05-04 04:19 UTC |
|
| 82 |
-
| **mdn/content** | 41.1K | 31.
|
| 83 |
| **microsoft/TypeScript** | 62.2K | 19.1K | 337.1K | 42.0K | 19.2K | 1.1M | 2026-05-08 01:40 UTC |
|
| 84 |
| **pingcap/tidb** | 67.9K | 44.9K | 495.8K | 164.6K | 11.9K | 1.2M | 2026-05-08 05:51 UTC |
|
| 85 |
| **python/cpython** | 107.1K | 71.6K | 877.3K | 63.0K | 82.7K | 1.5M | 2026-05-26 08:19 UTC |
|
| 86 |
| **pytorch/pytorch** | 181.7K | 123.3K | 1.2M | 383.9K | 131.8K | 3.1M | 2026-05-04 05:01 UTC |
|
| 87 |
| **redis/redis** | 14.7K | 7.6K | 83.1K | 28.0K | 14.8K | 214.3K | 2026-05-08 04:07 UTC |
|
| 88 |
-
| **rust-lang/rust** | 155.
|
| 89 |
-
| **swiftlang/swift** | 85.
|
| 90 |
| **vuejs/docs** | 3.3K | 2.3K | 7.1K | 2.7K | 10.2K | 40.9K | 2026-05-25 03:22 UTC |
|
| 91 |
|
| 92 |
## How to download and use this dataset
|
|
@@ -380,14 +377,14 @@ CI/CD status checks and GitHub Actions results for each commit.
|
|
| 380 |
| Table | Rows | Description |
|
| 381 |
|-------|-----:|-------------|
|
| 382 |
| `issues` | 1.1M | Issues and pull requests (shared metadata) |
|
| 383 |
-
| `pull_requests` |
|
| 384 |
| `comments` | 6.5M | Conversation comments on issues and PRs |
|
| 385 |
| `review_comments` | 1.7M | Inline code review comments on PR diffs |
|
| 386 |
| `reviews` | 1.5M | PR review decisions |
|
| 387 |
-
| `timeline_events` |
|
| 388 |
| `pr_files` | 8.1M | Files changed in each pull request |
|
| 389 |
-
| `commit_statuses` |
|
| 390 |
-
| **Total** | **20.
|
| 391 |
|
| 392 |
## How it's built
|
| 393 |
|
|
|
|
| 41 |
|
| 42 |
The full development metadata of 15 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 **20.4M rows** across 8 tables in **432.2 MB** 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-26 10:25 UTC**.
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
+
| **mdn/content** | — | +25 | +1.2K | +179 | +1.1K |
|
| 65 |
+
| **rust-lang/rust** | +641 | +484 | +7.1K | +937 | +54.7K |
|
| 66 |
+
| **swiftlang/swift** | +455 | +445 | +1.4K | +753 | +12.4K |
|
|
|
|
|
|
|
|
|
|
| 67 |
|
| 68 |
|
| 69 |
## Repositories
|
|
|
|
| 76 |
| **facebook/react** | 34.0K | 19.5K | 171.6K | 31.9K | 17.9K | 486.4K | 2026-05-26 08:05 UTC |
|
| 77 |
| **golang/go** | 74.7K | 5.1K | 543.9K | 183 | 72.1K | 749.7K | 2026-05-26 08:01 UTC |
|
| 78 |
| **kubernetes/kubernetes** | 137.9K | 89.2K | 1.9M | 303.9K | 71.1K | 4.0M | 2026-05-04 04:19 UTC |
|
| 79 |
+
| **mdn/content** | 41.1K | 31.9K | 160.7K | 77.9K | 17.6K | 723.5K | 2026-05-26 09:12 UTC |
|
| 80 |
| **microsoft/TypeScript** | 62.2K | 19.1K | 337.1K | 42.0K | 19.2K | 1.1M | 2026-05-08 01:40 UTC |
|
| 81 |
| **pingcap/tidb** | 67.9K | 44.9K | 495.8K | 164.6K | 11.9K | 1.2M | 2026-05-08 05:51 UTC |
|
| 82 |
| **python/cpython** | 107.1K | 71.6K | 877.3K | 63.0K | 82.7K | 1.5M | 2026-05-26 08:19 UTC |
|
| 83 |
| **pytorch/pytorch** | 181.7K | 123.3K | 1.2M | 383.9K | 131.8K | 3.1M | 2026-05-04 05:01 UTC |
|
| 84 |
| **redis/redis** | 14.7K | 7.6K | 83.1K | 28.0K | 14.8K | 214.3K | 2026-05-08 04:07 UTC |
|
| 85 |
+
| **rust-lang/rust** | 155.9K | 93.9K | 1.5M | 189.5K | 113.2K | 3.9M | 2026-05-26 09:18 UTC |
|
| 86 |
+
| **swiftlang/swift** | 85.5K | 67.6K | 417.4K | 110.4K | 28.5K | 1.4M | 2026-05-26 09:25 UTC |
|
| 87 |
| **vuejs/docs** | 3.3K | 2.3K | 7.1K | 2.7K | 10.2K | 40.9K | 2026-05-25 03:22 UTC |
|
| 88 |
|
| 89 |
## How to download and use this dataset
|
|
|
|
| 377 |
| Table | Rows | Description |
|
| 378 |
|-------|-----:|-------------|
|
| 379 |
| `issues` | 1.1M | Issues and pull requests (shared metadata) |
|
| 380 |
+
| `pull_requests` | 675.2K | PR-specific fields (merge status, diffs, refs) |
|
| 381 |
| `comments` | 6.5M | Conversation comments on issues and PRs |
|
| 382 |
| `review_comments` | 1.7M | Inline code review comments on PR diffs |
|
| 383 |
| `reviews` | 1.5M | PR review decisions |
|
| 384 |
+
| `timeline_events` | 683.6K | Activity timeline (labels, closes, merges, assignments) |
|
| 385 |
| `pr_files` | 8.1M | Files changed in each pull request |
|
| 386 |
+
| `commit_statuses` | 75.9K | CI/CD status checks per commit |
|
| 387 |
+
| **Total** | **20.4M** | |
|
| 388 |
|
| 389 |
## How it's built
|
| 390 |
|
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:4dc69b0e1e98049a84504a6d3486573a6c42341959f6ca7c114068cc2589f14f
|
| 3 |
+
size 35525416
|
data/commit_statuses/swiftlang/swift/0.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5f2bd333ab5df93fed4d53dac8402aab802504a782609dc20b63a811fe7b92fe
|
| 3 |
+
size 31521
|
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:a2ab8ab83d1cb3f020f827be0e78d0db876259e981a877c0f59d37ebc1fbbbd7
|
| 3 |
+
size 22758582
|
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:8eb41297e720f858b9e7f690b27192301703e08a99a6ce6cf4b6ebb9455ad474
|
| 3 |
+
size 4412374
|
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:5699846e048aa73edbd45bb7b28fd1e8824f31a1b639d7d49c7816b1d468162a
|
| 3 |
+
size 4314767
|
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:f6e7f002cc4e6332d6e35de31009efa9650c15d00b223445f397fb3fa1f3ca45
|
| 3 |
+
size 3041012
|
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:4b21b63a695db440da331903f619313b9b42206ff042cb45e7c0b200c7595606
|
| 3 |
+
size 2708695
|
stats.csv
CHANGED
|
@@ -1,17 +1,17 @@
|
|
| 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-
|
|
|
|
| 1 |
updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
|
| 2 |
+
2026-05-26T10:25:29Z,ClickHouse/ClickHouse,103192,73891,210983,104961,106386,62240,693080,0,1354733
|
| 3 |
+
2026-05-26T10:25:29Z,duckdb/duckdb,18713,11388,44927,16516,13288,15717,202248,0,322797
|
| 4 |
+
2026-05-26T10:25:29Z,etcd-io/etcd,21123,13900,88084,37301,28953,14588,120783,0,324732
|
| 5 |
+
2026-05-26T10:25:29Z,facebook/react,33974,19493,138575,33004,31914,17926,205822,5720,486428
|
| 6 |
+
2026-05-26T10:25:29Z,golang/go,74739,5144,543766,168,183,72105,53474,93,749672
|
| 7 |
+
2026-05-26T10:25:29Z,kubernetes/kubernetes,137924,89151,1490813,441583,303948,71124,1484210,0,4018753
|
| 8 |
+
2026-05-26T10:25:29Z,mdn/content,41133,31850,74996,85729,77851,17614,392677,1681,723531
|
| 9 |
+
2026-05-26T10:25:29Z,microsoft/TypeScript,62228,19094,286550,50561,41960,19182,589181,0,1068756
|
| 10 |
+
2026-05-26T10:25:29Z,pingcap/tidb,67853,44900,376455,119328,164604,11901,434750,0,1219791
|
| 11 |
+
2026-05-26T10:25:29Z,python/cpython,107103,71639,729998,147278,63042,82664,279563,56710,1537997
|
| 12 |
+
2026-05-26T10:25:29Z,pytorch/pytorch,181691,123343,900634,325731,383899,131844,1058905,0,3106047
|
| 13 |
+
2026-05-26T10:25:29Z,redis/redis,14722,7646,53651,29401,28026,14807,66077,0,214330
|
| 14 |
+
2026-05-26T10:25:29Z,rust-lang/rust,155905,93865,1239641,247305,189477,113195,1802341,9562,3851291
|
| 15 |
+
2026-05-26T10:25:29Z,swiftlang/swift,85479,67642,347728,69695,110396,28486,696775,2095,1408296
|
| 16 |
+
2026-05-26T10:25:29Z,vuejs/docs,3284,2259,4911,2143,2681,10233,15378,48,40937
|
| 17 |
+
2026-05-26T10:25:29Z,_total,1109063,675205,6531712,1710704,1546608,683626,8095264,75909,20428091
|