Datasets:
sync swiftlang/swift +3 issues +8 comments +49 timeline +10 pr_files — 2026-04-06 00:55 UTC
Browse filesissues 84.4K +3
comments 344.1K +8
timeline_events 13.2K +49
pr_files 685.3K +10
- README.md +26 -17
- data/comments/swiftlang/swift/delta.parquet +2 -2
- data/issues/swiftlang/swift/delta.parquet +2 -2
- data/timeline_events/swiftlang/swift/delta.parquet +2 -2
- stats.csv +13 -13
README.md
CHANGED
|
@@ -41,7 +41,7 @@ configs:
|
|
| 41 |
|
| 42 |
The full development metadata of 12 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 **11.
|
| 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-
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
@@ -61,23 +61,32 @@ New items since the previous publish:
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
-
| **ClickHouse/ClickHouse** |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 65 |
|
| 66 |
|
| 67 |
## Repositories
|
| 68 |
|
| 69 |
| Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
|
| 70 |
|---|---:|---:|---:|---:|---:|---:|---|
|
| 71 |
-
| **ClickHouse/ClickHouse** | 100.7K | 72.8K | 0 |
|
| 72 |
-
| **etcd-io/etcd** | 21.0K | 13.8K | 124.1K | 28.5K | 10.
|
| 73 |
-
| **facebook/react** | 33.7K | 19.2K | 170.7K | 20.1K | 250.
|
| 74 |
-
| **golang/go** | 75.8K | 4.9K | 536.
|
| 75 |
-
| **mdn/content** | 41.5K | 31.5K | 157.
|
| 76 |
-
| **microsoft/TypeScript** | 62.1K | 19.1K | 336.6K | 41.9K | 12.4K | 1.1M | 2026-04-
|
| 77 |
-
| **python/cpython** | 145.
|
| 78 |
-
| **redis/redis** | 14.6K | 7.6K | 81.5K | 27.1K | 10.1K | 206.4K | 2026-04-05
|
| 79 |
-
| **rust-lang/rust** | 153.9K | 92.2K | 1.5M | 185.8K |
|
| 80 |
-
| **swiftlang/swift** | 84.4K | 66.8K | 447.2K | 108.4K | 13.2K | 1.4M | 2026-04-
|
| 81 |
| **vuejs/core** | 12.0K | 6.1K | 35.7K | 4.8K | 10.3K | 90.2K | 2026-04-04 09:36 UTC |
|
| 82 |
| **vuejs/docs** | 3.3K | 2.2K | 7.0K | 2.7K | 10.0K | 40.4K | 2026-04-03 19:23 UTC |
|
| 83 |
|
|
@@ -375,11 +384,11 @@ CI/CD status checks and GitHub Actions results for each commit.
|
|
| 375 |
| `pull_requests` | 406.1K | PR-specific fields (merge status, diffs, refs) |
|
| 376 |
| `comments` | 3.5M | Conversation comments on issues and PRs |
|
| 377 |
| `review_comments` | 728.0K | Inline code review comments on PR diffs |
|
| 378 |
-
| `reviews` |
|
| 379 |
-
| `timeline_events` |
|
| 380 |
-
| `pr_files` | 4.
|
| 381 |
| `commit_statuses` | 164.0K | CI/CD status checks per commit |
|
| 382 |
-
| **Total** | **11.
|
| 383 |
|
| 384 |
## How it's built
|
| 385 |
|
|
|
|
| 41 |
|
| 42 |
The full development metadata of 12 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 **11.6M rows** across 8 tables in **3.4 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-04-06 00:55 UTC**.
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
+
| **ClickHouse/ClickHouse** | +12 | +5 | — | +15.3K | +92 |
|
| 65 |
+
| **etcd-io/etcd** | — | — | +1 | — | +108 |
|
| 66 |
+
| **facebook/react** | +1 | — | +4 | — | +45 |
|
| 67 |
+
| **golang/go** | — | — | +7 | — | +35 |
|
| 68 |
+
| **mdn/content** | +1 | — | +1 | — | +4 |
|
| 69 |
+
| **microsoft/TypeScript** | +3 | — | +3 | — | +5 |
|
| 70 |
+
| **python/cpython** | +21 | — | +55 | +26 | +1.1K |
|
| 71 |
+
| **redis/redis** | — | — | +1 | — | +4 |
|
| 72 |
+
| **rust-lang/rust** | +7 | — | +50 | +5 | +518 |
|
| 73 |
+
| **swiftlang/swift** | +3 | — | +8 | — | +49 |
|
| 74 |
|
| 75 |
|
| 76 |
## Repositories
|
| 77 |
|
| 78 |
| Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
|
| 79 |
|---|---:|---:|---:|---:|---:|---:|---|
|
| 80 |
+
| **ClickHouse/ClickHouse** | 100.7K | 72.8K | 0 | 60.0K | 10.1K | 641.0K | 2026-04-06 00:34 UTC |
|
| 81 |
+
| **etcd-io/etcd** | 21.0K | 13.8K | 124.1K | 28.5K | 10.5K | 318.3K | 2026-04-05 23:57 UTC |
|
| 82 |
+
| **facebook/react** | 33.7K | 19.2K | 170.7K | 20.1K | 250.8K | 860.6K | 2026-04-05 23:41 UTC |
|
| 83 |
+
| **golang/go** | 75.8K | 4.9K | 536.1K | 323 | 267.0K | 956.0K | 2026-04-05 22:10 UTC |
|
| 84 |
+
| **mdn/content** | 41.5K | 31.5K | 157.4K | 18.8K | 12.9K | 412.0K | 2026-04-06 00:18 UTC |
|
| 85 |
+
| **microsoft/TypeScript** | 62.1K | 19.1K | 336.6K | 41.9K | 12.4K | 1.1M | 2026-04-06 00:24 UTC |
|
| 86 |
+
| **python/cpython** | 145.8K | 69.8K | 864.3K | 149.8K | 23.1K | 1.9M | 2026-04-06 00:19 UTC |
|
| 87 |
+
| **redis/redis** | 14.6K | 7.6K | 81.5K | 27.1K | 10.1K | 206.4K | 2026-04-05 18:26 UTC |
|
| 88 |
+
| **rust-lang/rust** | 153.9K | 92.2K | 1.5M | 185.8K | 42.1K | 3.7M | 2026-04-06 00:11 UTC |
|
| 89 |
+
| **swiftlang/swift** | 84.4K | 66.8K | 447.2K | 108.4K | 13.2K | 1.4M | 2026-04-06 00:13 UTC |
|
| 90 |
| **vuejs/core** | 12.0K | 6.1K | 35.7K | 4.8K | 10.3K | 90.2K | 2026-04-04 09:36 UTC |
|
| 91 |
| **vuejs/docs** | 3.3K | 2.2K | 7.0K | 2.7K | 10.0K | 40.4K | 2026-04-03 19:23 UTC |
|
| 92 |
|
|
|
|
| 384 |
| `pull_requests` | 406.1K | PR-specific fields (merge status, diffs, refs) |
|
| 385 |
| `comments` | 3.5M | Conversation comments on issues and PRs |
|
| 386 |
| `review_comments` | 728.0K | Inline code review comments on PR diffs |
|
| 387 |
+
| `reviews` | 648.3K | PR review decisions |
|
| 388 |
+
| `timeline_events` | 672.7K | Activity timeline (labels, closes, merges, assignments) |
|
| 389 |
+
| `pr_files` | 4.7M | Files changed in each pull request |
|
| 390 |
| `commit_statuses` | 164.0K | CI/CD status checks per commit |
|
| 391 |
+
| **Total** | **11.6M** | |
|
| 392 |
|
| 393 |
## How it's built
|
| 394 |
|
data/comments/swiftlang/swift/delta.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:fb0f019e4113e46a36052bf33d0aef3e1e2f94d1c2961d1b44574ca29d0fc514
|
| 3 |
+
size 1497
|
data/issues/swiftlang/swift/delta.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:47b8f50375ae6573e72aa07753eca144712075f432215ef9b857f5af125cb5b7
|
| 3 |
+
size 5811
|
data/timeline_events/swiftlang/swift/delta.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:00c4e04dd38aa11f1ddcab5e5f3970ce92dd6668d7b09fab499c99143253d6a8
|
| 3 |
+
size 6062
|
stats.csv
CHANGED
|
@@ -1,14 +1,14 @@
|
|
| 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-
|
|
|
|
| 1 |
updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
|
| 2 |
+
2026-04-06T00:55:00Z,ClickHouse/ClickHouse,100703,72838,0,0,59998,10134,397313,0,640986
|
| 3 |
+
2026-04-06T00:55:00Z,etcd-io/etcd,20973,13844,87215,36907,28515,10523,120307,0,318284
|
| 4 |
+
2026-04-06T00:55:00Z,facebook/react,33672,19202,137750,32911,20114,250779,202163,163984,860575
|
| 5 |
+
2026-04-06T00:55:00Z,golang/go,75839,4942,535889,167,323,267012,71788,0,955960
|
| 6 |
+
2026-04-06T00:55:00Z,mdn/content,41538,31454,74109,83242,18824,12941,149932,0,412040
|
| 7 |
+
2026-04-06T00:55:00Z,microsoft/TypeScript,62131,19094,286091,50554,41935,12399,588993,0,1061197
|
| 8 |
+
2026-04-06T00:55:00Z,python/cpython,145759,69824,720032,144254,149832,23115,661778,0,1914594
|
| 9 |
+
2026-04-06T00:55:00Z,redis/redis,14557,7646,53050,28431,27127,10098,65526,0,206435
|
| 10 |
+
2026-04-06T00:55:00Z,rust-lang/rust,153949,92154,1220495,242741,185764,42102,1713807,0,3651012
|
| 11 |
+
2026-04-06T00:55:00Z,swiftlang/swift,84402,66803,344081,103099,108438,13214,685265,0,1405302
|
| 12 |
+
2026-04-06T00:55:00Z,vuejs/core,12049,6063,32158,3552,4759,10321,21300,0,90202
|
| 13 |
+
2026-04-06T00:55:00Z,vuejs/docs,3263,2248,4871,2131,2673,10044,15194,0,40424
|
| 14 |
+
2026-04-06T00:55:00Z,_total,748835,406112,3495741,727989,648302,672682,4693366,163984,11557011
|