Datasets:
sync swiftlang/swift +1 comments +6 timeline — 2026-04-09 13:41 UTC
Browse filescomments 344.4K +1
timeline_events 16.7K +6
- README.md +25 -26
- data/comments/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 **21.6M 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-09 13:
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
@@ -61,39 +61,38 @@ New items since the previous publish:
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
-
| **ClickHouse/ClickHouse** |
|
| 65 |
-
| **duckdb/duckdb** |
|
| 66 |
-
| **etcd-io/etcd** | — | — | +1 |
|
| 67 |
-
| **golang/go** | +
|
| 68 |
-
| **kubernetes/kubernetes** | — | — | +
|
| 69 |
-
| **
|
| 70 |
-
| **
|
| 71 |
-
| **
|
| 72 |
-
| **
|
| 73 |
-
| **
|
| 74 |
-
| **
|
| 75 |
-
| **swiftlang/swift** | +1 | — | +1 | — | +18 |
|
| 76 |
|
| 77 |
|
| 78 |
## Repositories
|
| 79 |
|
| 80 |
| Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
|
| 81 |
|---|---:|---:|---:|---:|---:|---:|---|
|
| 82 |
-
| **ClickHouse/ClickHouse** | 101.1K | 73.1K | 306.0K | 101.7K |
|
| 83 |
-
| **duckdb/duckdb** | 18.2K | 11.4K | 61.1K | 13.2K | 11.
|
| 84 |
-
| **etcd-io/etcd** | 21.0K | 13.8K | 124.3K | 28.6K | 12.5K | 320.7K | 2026-04-09 13:
|
| 85 |
| **facebook/react** | 33.7K | 19.2K | 170.8K | 20.1K | 255.7K | 865.7K | 2026-04-09 12:39 UTC |
|
| 86 |
-
| **golang/go** | 75.9K | 4.9K | 536.8K | 323 | 279.6K | 969.
|
| 87 |
-
| **kubernetes/kubernetes** | 137.5K | 88.8K | 1.9M | 302.5K | 24.8K | 4.0M | 2026-04-09 13:
|
| 88 |
| **mdn/content** | 41.6K | 31.5K | 157.7K | 19.1K | 14.1K | 414.1K | 2026-04-09 12:59 UTC |
|
| 89 |
| **microsoft/TypeScript** | 62.1K | 19.1K | 336.7K | 41.9K | 14.3K | 1.1M | 2026-04-09 12:05 UTC |
|
| 90 |
| **moby/moby** | 51.4K | 28.1K | 387.4K | 50.5K | 12.6K | 877.2K | 2026-04-09 12:43 UTC |
|
| 91 |
-
| **pingcap/tidb** | 67.3K | 44.5K | 488.7K | 162.8K | 21.4K | 1.2M | 2026-04-09 13:
|
| 92 |
-
| **python/cpython** | 145.9K | 69.8K | 865.3K | 150.
|
| 93 |
-
| **pytorch/pytorch** | 179.2K | 121.5K | 1.2M | 382.5K |
|
| 94 |
-
| **redis/redis** | 14.6K | 7.6K | 81.7K | 27.2K | 11.4K | 208.0K | 2026-04-09 13:
|
| 95 |
-
| **rust-lang/rust** | 154.1K | 92.2K | 1.5M | 186.1K | 59.
|
| 96 |
-
| **swiftlang/swift** | 84.5K | 66.8K | 447.6K | 108.6K | 16.7K | 1.4M | 2026-04-09 13:
|
| 97 |
| **vuejs/core** | 12.1K | 6.1K | 35.8K | 4.8K | 10.6K | 90.7K | 2026-04-09 12:35 UTC |
|
| 98 |
| **vuejs/docs** | 3.3K | 2.2K | 7.0K | 2.7K | 10.1K | 40.4K | 2026-04-09 07:39 UTC |
|
| 99 |
|
|
@@ -392,7 +391,7 @@ CI/CD status checks and GitHub Actions results for each commit.
|
|
| 392 |
| `comments` | 6.8M | Conversation comments on issues and PRs |
|
| 393 |
| `review_comments` | 1.8M | Inline code review comments on PR diffs |
|
| 394 |
| `reviews` | 1.6M | PR review decisions |
|
| 395 |
-
| `timeline_events` |
|
| 396 |
| `pr_files` | 8.5M | Files changed in each pull request |
|
| 397 |
| `commit_statuses` | 164.0K | CI/CD status checks per commit |
|
| 398 |
| **Total** | **21.6M** | |
|
|
|
|
| 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.6M rows** across 8 tables in **1.0 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-09 13:41 UTC**.
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
+
| **ClickHouse/ClickHouse** | — | — | +17 | +6 | +97 |
|
| 65 |
+
| **duckdb/duckdb** | +1 | — | +6 | — | +28 |
|
| 66 |
+
| **etcd-io/etcd** | — | — | +1 | +1 | — |
|
| 67 |
+
| **golang/go** | +3 | — | +12 | — | +48 |
|
| 68 |
+
| **kubernetes/kubernetes** | — | — | +15 | +3 | +43 |
|
| 69 |
+
| **pingcap/tidb** | — | — | +11 | — | +41 |
|
| 70 |
+
| **python/cpython** | +2 | — | +4 | +3 | +40 |
|
| 71 |
+
| **pytorch/pytorch** | +1 | — | +10 | +1 | +233 |
|
| 72 |
+
| **redis/redis** | — | — | — | — | +1 |
|
| 73 |
+
| **rust-lang/rust** | — | — | +8 | — | +237 |
|
| 74 |
+
| **swiftlang/swift** | — | — | +1 | — | +6 |
|
|
|
|
| 75 |
|
| 76 |
|
| 77 |
## Repositories
|
| 78 |
|
| 79 |
| Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
|
| 80 |
|---|---:|---:|---:|---:|---:|---:|---|
|
| 81 |
+
| **ClickHouse/ClickHouse** | 101.1K | 73.1K | 306.0K | 101.7K | 33.0K | 1.3M | 2026-04-09 13:31 UTC |
|
| 82 |
+
| **duckdb/duckdb** | 18.2K | 11.4K | 61.1K | 13.2K | 11.5K | 313.5K | 2026-04-09 13:31 UTC |
|
| 83 |
+
| **etcd-io/etcd** | 21.0K | 13.8K | 124.3K | 28.6K | 12.5K | 320.7K | 2026-04-09 13:25 UTC |
|
| 84 |
| **facebook/react** | 33.7K | 19.2K | 170.8K | 20.1K | 255.7K | 865.7K | 2026-04-09 12:39 UTC |
|
| 85 |
+
| **golang/go** | 75.9K | 4.9K | 536.8K | 323 | 279.6K | 969.4K | 2026-04-09 13:28 UTC |
|
| 86 |
+
| **kubernetes/kubernetes** | 137.5K | 88.8K | 1.9M | 302.5K | 24.8K | 4.0M | 2026-04-09 13:30 UTC |
|
| 87 |
| **mdn/content** | 41.6K | 31.5K | 157.7K | 19.1K | 14.1K | 414.1K | 2026-04-09 12:59 UTC |
|
| 88 |
| **microsoft/TypeScript** | 62.1K | 19.1K | 336.7K | 41.9K | 14.3K | 1.1M | 2026-04-09 12:05 UTC |
|
| 89 |
| **moby/moby** | 51.4K | 28.1K | 387.4K | 50.5K | 12.6K | 877.2K | 2026-04-09 12:43 UTC |
|
| 90 |
+
| **pingcap/tidb** | 67.3K | 44.5K | 488.7K | 162.8K | 21.4K | 1.2M | 2026-04-09 13:31 UTC |
|
| 91 |
+
| **python/cpython** | 145.9K | 69.8K | 865.3K | 150.1K | 37.9K | 1.9M | 2026-04-09 13:30 UTC |
|
| 92 |
+
| **pytorch/pytorch** | 179.2K | 121.5K | 1.2M | 382.5K | 26.0K | 3.0M | 2026-04-09 13:31 UTC |
|
| 93 |
+
| **redis/redis** | 14.6K | 7.6K | 81.7K | 27.2K | 11.4K | 208.0K | 2026-04-09 13:18 UTC |
|
| 94 |
+
| **rust-lang/rust** | 154.1K | 92.2K | 1.5M | 186.1K | 59.4K | 3.7M | 2026-04-09 13:30 UTC |
|
| 95 |
+
| **swiftlang/swift** | 84.5K | 66.8K | 447.6K | 108.6K | 16.7K | 1.4M | 2026-04-09 13:28 UTC |
|
| 96 |
| **vuejs/core** | 12.1K | 6.1K | 35.8K | 4.8K | 10.6K | 90.7K | 2026-04-09 12:35 UTC |
|
| 97 |
| **vuejs/docs** | 3.3K | 2.2K | 7.0K | 2.7K | 10.1K | 40.4K | 2026-04-09 07:39 UTC |
|
| 98 |
|
|
|
|
| 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` | 851.7K | Activity timeline (labels, closes, merges, assignments) |
|
| 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.6M** | |
|
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:e97dd425c6652417a47f10b60564e5d4774819efefcf6a6b558dac2a90c9b3b3
|
| 3 |
+
size 35309474
|
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:edd40172d7bacce0e5318c6233305b3fd95cc40e00f63ab7f235178773ceb03f
|
| 3 |
+
size 1023375
|
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-09T13:
|
| 3 |
-
2026-04-09T13:
|
| 4 |
-
2026-04-09T13:
|
| 5 |
-
2026-04-09T13:
|
| 6 |
-
2026-04-09T13:
|
| 7 |
-
2026-04-09T13:
|
| 8 |
-
2026-04-09T13:
|
| 9 |
-
2026-04-09T13:
|
| 10 |
-
2026-04-09T13:
|
| 11 |
-
2026-04-09T13:
|
| 12 |
-
2026-04-09T13:
|
| 13 |
-
2026-04-09T13:
|
| 14 |
-
2026-04-09T13:
|
| 15 |
-
2026-04-09T13:
|
| 16 |
-
2026-04-09T13:
|
| 17 |
-
2026-04-09T13:
|
| 18 |
-
2026-04-09T13:
|
| 19 |
-
2026-04-09T13:
|
|
|
|
| 1 |
updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
|
| 2 |
+
2026-04-09T13:41:49Z,ClickHouse/ClickHouse,101100,73100,205366,100609,101732,33018,695791,0,1310716
|
| 3 |
+
2026-04-09T13:41:49Z,duckdb/duckdb,18211,11388,44707,16432,13210,11451,198086,0,313485
|
| 4 |
+
2026-04-09T13:41:49Z,etcd-io/etcd,20998,13844,87362,36979,28594,12502,120401,0,320680
|
| 5 |
+
2026-04-09T13:41:49Z,facebook/react,33693,19202,137835,32928,20136,255702,202224,163984,865704
|
| 6 |
+
2026-04-09T13:41:49Z,golang/go,75910,4942,536611,167,323,279603,71816,0,969372
|
| 7 |
+
2026-04-09T13:41:49Z,kubernetes/kubernetes,137473,88755,1485213,439920,302508,24797,1475773,0,3954439
|
| 8 |
+
2026-04-09T13:41:49Z,mdn/content,41589,31454,74198,83489,19068,14126,150176,0,414100
|
| 9 |
+
2026-04-09T13:41:49Z,microsoft/TypeScript,62148,19094,286155,50558,41943,14329,589013,0,1063240
|
| 10 |
+
2026-04-09T13:41:49Z,moby/moby,51391,28126,316888,70549,50466,12628,347163,0,877211
|
| 11 |
+
2026-04-09T13:41:49Z,pingcap/tidb,67304,44494,371078,117603,162825,21446,427917,0,1212667
|
| 12 |
+
2026-04-09T13:41:49Z,python/cpython,145905,69824,720837,144455,150051,37936,662141,0,1931149
|
| 13 |
+
2026-04-09T13:41:49Z,pytorch/pytorch,179237,121468,893732,324667,382528,25970,1049506,0,2977108
|
| 14 |
+
2026-04-09T13:41:49Z,redis/redis,14574,7646,53115,28543,27242,11386,65521,0,208027
|
| 15 |
+
2026-04-09T13:41:49Z,rust-lang/rust,154124,92154,1222020,243088,186079,59403,1716810,0,3673678
|
| 16 |
+
2026-04-09T13:41:49Z,swiftlang/swift,84466,66803,344356,103210,108606,16717,685571,0,1409729
|
| 17 |
+
2026-04-09T13:41:49Z,vuejs/core,12068,6063,32205,3565,4773,10634,21352,0,90660
|
| 18 |
+
2026-04-09T13:41:49Z,vuejs/docs,3263,2248,4874,2134,2674,10058,15194,0,40445
|
| 19 |
+
2026-04-09T13:41:49Z,_total,1203454,700605,6816552,1798896,1602758,851706,8494455,163984,21632410
|