Datasets:
sync swiftlang/swift +4 comments +2 review_comments +5 reviews +35 timeline — 2026-04-10 18:43 UTC
Browse filescomments 344.5K +4
review_comments 103.2K +2
reviews 108.6K +5
timeline_events 17.6K +35
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 **21.7M rows** across 8 tables in **1.
|
| 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-10
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
@@ -61,38 +61,42 @@ New items since the previous publish:
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
-
| **ClickHouse/ClickHouse** | +
|
| 65 |
-
| **duckdb/duckdb** |
|
| 66 |
-
| **
|
| 67 |
-
| **
|
| 68 |
-
| **
|
| 69 |
-
| **
|
| 70 |
-
| **
|
| 71 |
-
| **
|
| 72 |
-
| **
|
| 73 |
-
| **
|
| 74 |
-
| **
|
|
|
|
|
|
|
|
|
|
|
|
|
| 75 |
|
| 76 |
|
| 77 |
## Repositories
|
| 78 |
|
| 79 |
| Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
|
| 80 |
|---|---:|---:|---:|---:|---:|---:|---|
|
| 81 |
-
| **ClickHouse/ClickHouse** | 101.3K | 73.1K | 307.
|
| 82 |
-
| **duckdb/duckdb** | 18.2K | 11.4K | 61.2K | 13.2K |
|
| 83 |
-
| **etcd-io/etcd** | 21.0K | 13.8K | 124.4K | 28.6K | 12.7K | 321.0K | 2026-04-10
|
| 84 |
-
| **facebook/react** | 33.7K | 19.2K | 170.8K | 20.1K | 255.8K | 865.
|
| 85 |
-
| **golang/go** | 75.9K | 4.9K | 537.
|
| 86 |
-
| **kubernetes/kubernetes** | 137.5K | 88.8K | 1.9M | 302.7K |
|
| 87 |
-
| **mdn/content** | 41.6K | 31.5K | 157.8K | 19.2K | 14.
|
| 88 |
-
| **microsoft/TypeScript** | 62.2K | 19.1K | 336.7K | 41.9K | 14.4K | 1.1M | 2026-04-10
|
| 89 |
-
| **moby/moby** | 51.4K | 28.1K | 387.5K | 50.5K | 13.
|
| 90 |
-
| **pingcap/tidb** | 67.3K | 44.5K | 489.
|
| 91 |
-
| **python/cpython** |
|
| 92 |
-
| **pytorch/pytorch** | 179.
|
| 93 |
-
| **redis/redis** | 14.6K | 7.6K | 81.7K | 27.3K | 11.5K | 208.2K | 2026-04-10
|
| 94 |
-
| **rust-lang/rust** | 154.2K | 92.2K | 1.5M | 186.2K |
|
| 95 |
-
| **swiftlang/swift** | 84.5K | 66.8K | 447.7K | 108.6K | 17.6K | 1.4M | 2026-04-10
|
| 96 |
| **vuejs/core** | 12.1K | 6.1K | 35.8K | 4.8K | 10.7K | 90.8K | 2026-04-10 13:30 UTC |
|
| 97 |
| **vuejs/docs** | 3.3K | 2.2K | 7.0K | 2.7K | 10.1K | 40.4K | 2026-04-09 07:39 UTC |
|
| 98 |
|
|
@@ -391,7 +395,7 @@ CI/CD status checks and GitHub Actions results for each commit.
|
|
| 391 |
| `comments` | 6.8M | Conversation comments on issues and PRs |
|
| 392 |
| `review_comments` | 1.8M | Inline code review comments on PR diffs |
|
| 393 |
| `reviews` | 1.6M | PR review decisions |
|
| 394 |
-
| `timeline_events` |
|
| 395 |
| `pr_files` | 8.5M | Files changed in each pull request |
|
| 396 |
| `commit_statuses` | 164.0K | CI/CD status checks per commit |
|
| 397 |
| **Total** | **21.7M** | |
|
|
|
|
| 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 **21.7M rows** across 8 tables in **1.6 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-04-10 18:43 UTC**.
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
+
| **ClickHouse/ClickHouse** | +20 | — | +104 | +35 | +463 |
|
| 65 |
+
| **duckdb/duckdb** | +3 | — | +5 | — | +40 |
|
| 66 |
+
| **etcd-io/etcd** | +1 | — | +2 | — | +17 |
|
| 67 |
+
| **facebook/react** | — | — | +3 | — | +9 |
|
| 68 |
+
| **golang/go** | +2 | — | +69 | — | +212 |
|
| 69 |
+
| **kubernetes/kubernetes** | +1 | — | +35 | +4 | +409 |
|
| 70 |
+
| **mdn/content** | +2 | — | +23 | +22 | +74 |
|
| 71 |
+
| **microsoft/TypeScript** | +2 | — | +1 | — | +4 |
|
| 72 |
+
| **moby/moby** | +1 | — | +7 | +6 | +16 |
|
| 73 |
+
| **pingcap/tidb** | — | — | +89 | +7 | +250 |
|
| 74 |
+
| **python/cpython** | +22 | — | +77 | +20 | +608 |
|
| 75 |
+
| **pytorch/pytorch** | +28 | — | +118 | +42 | +3.0K |
|
| 76 |
+
| **redis/redis** | +1 | — | +13 | +2 | +17 |
|
| 77 |
+
| **rust-lang/rust** | +12 | — | +104 | +18 | +1.0K |
|
| 78 |
+
| **swiftlang/swift** | — | — | +6 | +5 | +35 |
|
| 79 |
|
| 80 |
|
| 81 |
## Repositories
|
| 82 |
|
| 83 |
| Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
|
| 84 |
|---|---:|---:|---:|---:|---:|---:|---|
|
| 85 |
+
| **ClickHouse/ClickHouse** | 101.3K | 73.1K | 307.4K | 102.2K | 40.8K | 1.3M | 2026-04-10 17:52 UTC |
|
| 86 |
+
| **duckdb/duckdb** | 18.2K | 11.4K | 61.2K | 13.2K | 12.0K | 314.2K | 2026-04-10 17:47 UTC |
|
| 87 |
+
| **etcd-io/etcd** | 21.0K | 13.8K | 124.4K | 28.6K | 12.7K | 321.0K | 2026-04-10 17:12 UTC |
|
| 88 |
+
| **facebook/react** | 33.7K | 19.2K | 170.8K | 20.1K | 255.8K | 865.9K | 2026-04-10 17:41 UTC |
|
| 89 |
+
| **golang/go** | 75.9K | 4.9K | 537.1K | 323 | 282.4K | 972.6K | 2026-04-10 17:49 UTC |
|
| 90 |
+
| **kubernetes/kubernetes** | 137.5K | 88.8K | 1.9M | 302.7K | 32.3K | 4.0M | 2026-04-10 17:45 UTC |
|
| 91 |
+
| **mdn/content** | 41.6K | 31.5K | 157.8K | 19.2K | 14.7K | 415.1K | 2026-04-10 17:31 UTC |
|
| 92 |
+
| **microsoft/TypeScript** | 62.2K | 19.1K | 336.7K | 41.9K | 14.4K | 1.1M | 2026-04-10 17:30 UTC |
|
| 93 |
+
| **moby/moby** | 51.4K | 28.1K | 387.5K | 50.5K | 13.1K | 877.8K | 2026-04-10 17:26 UTC |
|
| 94 |
+
| **pingcap/tidb** | 67.3K | 44.5K | 489.5K | 162.9K | 24.7K | 1.2M | 2026-04-10 17:53 UTC |
|
| 95 |
+
| **python/cpython** | 146.0K | 69.8K | 865.7K | 150.1K | 42.6K | 1.9M | 2026-04-10 17:49 UTC |
|
| 96 |
+
| **pytorch/pytorch** | 179.4K | 121.5K | 1.2M | 382.7K | 56.0K | 3.0M | 2026-04-10 17:53 UTC |
|
| 97 |
+
| **redis/redis** | 14.6K | 7.6K | 81.7K | 27.3K | 11.5K | 208.2K | 2026-04-10 16:42 UTC |
|
| 98 |
+
| **rust-lang/rust** | 154.2K | 92.2K | 1.5M | 186.2K | 65.4K | 3.7M | 2026-04-10 17:51 UTC |
|
| 99 |
+
| **swiftlang/swift** | 84.5K | 66.8K | 447.7K | 108.6K | 17.6K | 1.4M | 2026-04-10 17:47 UTC |
|
| 100 |
| **vuejs/core** | 12.1K | 6.1K | 35.8K | 4.8K | 10.7K | 90.8K | 2026-04-10 13:30 UTC |
|
| 101 |
| **vuejs/docs** | 3.3K | 2.2K | 7.0K | 2.7K | 10.1K | 40.4K | 2026-04-09 07:39 UTC |
|
| 102 |
|
|
|
|
| 395 |
| `comments` | 6.8M | Conversation comments on issues and PRs |
|
| 396 |
| `review_comments` | 1.8M | Inline code review comments on PR diffs |
|
| 397 |
| `reviews` | 1.6M | PR review decisions |
|
| 398 |
+
| `timeline_events` | 916.7K | Activity timeline (labels, closes, merges, assignments) |
|
| 399 |
| `pr_files` | 8.5M | Files changed in each pull request |
|
| 400 |
| `commit_statuses` | 164.0K | CI/CD status checks per commit |
|
| 401 |
| **Total** | **21.7M** | |
|
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:30ac5912af9c2438796079c734fcd8a37539a5e3970377225d9433e62b08cbed
|
| 3 |
+
size 35315912
|
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:b86271338d23a7fa6b3d91850f8d018deeafb2efb6230374d9a51ff4521086b3
|
| 3 |
+
size 21080153
|
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:60f7fd619287e7a95a66e504bd75b3e11c1f429f29dc80a9809f943fbc6c5354
|
| 3 |
+
size 2934676
|
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:cc2a79b8ad41e5a0e13d4fe820861664a9c0d88863b721539bb90b46fcbd64ab
|
| 3 |
+
size 1137050
|
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-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-
|
| 15 |
-
2026-04-
|
| 16 |
-
2026-04-
|
| 17 |
-
2026-04-
|
| 18 |
-
2026-04-
|
| 19 |
-
2026-04-
|
|
|
|
| 1 |
updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
|
| 2 |
+
2026-04-10T18:43:25Z,ClickHouse/ClickHouse,101287,73100,206396,101040,102205,40821,697386,0,1322235
|
| 3 |
+
2026-04-10T18:43:25Z,duckdb/duckdb,18233,11388,44741,16440,13217,11955,198241,0,314215
|
| 4 |
+
2026-04-10T18:43:25Z,etcd-io/etcd,21003,13844,87387,36998,28613,12729,120420,0,320994
|
| 5 |
+
2026-04-10T18:43:25Z,facebook/react,33700,19202,137869,32928,20137,255807,202233,163984,865860
|
| 6 |
+
2026-04-10T18:43:25Z,golang/go,75930,4942,536921,167,323,282448,71824,0,972555
|
| 7 |
+
2026-04-10T18:43:25Z,kubernetes/kubernetes,137500,88755,1485777,440074,302662,32283,1475376,0,3962427
|
| 8 |
+
2026-04-10T18:43:25Z,mdn/content,41607,31454,74240,83585,19200,14673,150332,0,415091
|
| 9 |
+
2026-04-10T18:43:25Z,microsoft/TypeScript,62155,19094,286168,50558,41943,14381,589013,0,1063312
|
| 10 |
+
2026-04-10T18:43:25Z,moby/moby,51398,28126,316902,70567,50483,13065,347215,0,877756
|
| 11 |
+
2026-04-10T18:43:25Z,pingcap/tidb,67342,44494,371823,117691,162899,24651,431147,0,1220047
|
| 12 |
+
2026-04-10T18:43:25Z,python/cpython,145967,69824,721189,144522,150127,42593,662322,0,1936544
|
| 13 |
+
2026-04-10T18:43:25Z,pytorch/pytorch,179367,121468,894628,324855,382746,56010,1050298,0,3009372
|
| 14 |
+
2026-04-10T18:43:25Z,redis/redis,14576,7646,53130,28575,27267,11510,65529,0,208233
|
| 15 |
+
2026-04-10T18:43:25Z,rust-lang/rust,154202,92154,1222595,243278,186227,65362,1718947,0,3682765
|
| 16 |
+
2026-04-10T18:43:25Z,swiftlang/swift,84494,66803,344469,103219,108647,17611,685933,0,1411176
|
| 17 |
+
2026-04-10T18:43:25Z,vuejs/core,12073,6063,32239,3565,4775,10731,21369,0,90815
|
| 18 |
+
2026-04-10T18:43:25Z,vuejs/docs,3263,2248,4874,2134,2674,10058,15194,0,40445
|
| 19 |
+
2026-04-10T18:43:25Z,_total,1204097,700605,6821348,1800196,1604145,916688,8502779,163984,21713842
|