tamnd commited on
Commit
6b7d760
·
verified ·
1 Parent(s): cec1800

sync swiftlang/swift +6 issues +5 PRs +15 comments +3 review_comments — 2026-05-28 03:38 UTC

Browse files

issues 85.6K +6
pull_requests 67.7K +5
comments 348.0K +15
review_comments 104.5K +3
reviews 110.5K +4
timeline_events 31.4K +122
pr_files 697.7K +26
commit_statuses 2.6K +19

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.2M 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,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-28 00:28 UTC**.
56
 
57
 
58
  ## Latest Sync
@@ -61,44 +61,42 @@ New items since the previous publish:
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
- | **ClickHouse/ClickHouse** | +7 | +6 | +95 | +51 | +216 |
65
- | **duckdb/duckdb** | +2 | +1 | | | +8 |
66
- | **etcd-io/etcd** | +5 | +5 | +32 | +6 | +94 |
67
- | **facebook/react** | | | +1 | | +6 |
68
- | **golang/go** | +1 | | +39 | — | +453 |
69
- | **kubernetes/kubernetes** | +3 | +3 | +83 | +28 | +373 |
70
- | **mdn/content** | | | +18 | +5 | +21 |
71
- | **microsoft/TypeScript** | | | +1 | | +2 |
72
- | **moby/moby** | | | — | — | +1.5K |
73
- | **pingcap/tidb** | +3 | +3 | +26 | +2 | +62 |
74
- | **python/cpython** | +5 | +3 | +15 | | +238 |
75
- | **pytorch/pytorch** | +20 | +20 | — | +40 | +7.1K |
76
- | **redis/redis** | +1 | +1 | +1 | +1 | +2 |
77
- | **rust-lang/rust** | +2 | +2 | +46 | +7 | +616 |
78
- | **swiftlang/swift** | +5 | +2 | +22 | +6 | +387 |
79
- | **vuejs/core** | — | — | — | — | +1 |
80
- | **vuejs/docs** | +1 | +1 | +1 | — | +6 |
81
 
82
 
83
  ## Repositories
84
 
85
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
86
  |---|---:|---:|---:|---:|---:|---:|---|
87
- | **ClickHouse/ClickHouse** | 104.9K | 76.2K | 327.9K | 113.0K | 119.2K | 1.7M | 2026-05-27 23:16 UTC |
88
- | **duckdb/duckdb** | 19.1K | 12.1K | 63.8K | 13.9K | 300.1K | 802.3K | 2026-05-27 22:36 UTC |
89
- | **etcd-io/etcd** | 21.2K | 14.0K | 126.6K | 29.4K | 21.0K | 338.0K | 2026-05-27 23:07 UTC |
90
- | **facebook/react** | 34.0K | 19.5K | 171.6K | 31.9K | 18.8K | 492.1K | 2026-05-27 20:21 UTC |
91
- | **golang/go** | 74.8K | 5.1K | 544.4K | 183 | 77.4K | 761.5K | 2026-05-27 23:06 UTC |
92
- | **kubernetes/kubernetes** | 138.5K | 89.6K | 1.9M | 306.0K | 144.4K | 4.1M | 2026-05-27 22:22 UTC |
93
- | **mdn/content** | 41.2K | 31.9K | 160.8K | 77.9K | 17.9K | 724.3K | 2026-05-27 23:01 UTC |
94
- | **microsoft/TypeScript** | 62.3K | 19.1K | 337.3K | 42.0K | 23.9K | 1.1M | 2026-05-27 23:05 UTC |
95
- | **moby/moby** | 51.8K | 28.4K | 0 | 0 | 206.2K | 339.1K | 2026-05-27 21:17 UTC |
96
- | **pingcap/tidb** | 68.3K | 45.2K | 500.9K | 166.0K | 68.9K | 1.3M | 2026-05-27 23:10 UTC |
97
- | **python/cpython** | 107.2K | 71.7K | 877.6K | 63.1K | 85.0K | 1.5M | 2026-05-27 23:10 UTC |
98
- | **pytorch/pytorch** | 184.8K | 125.9K | 1.2M | 383.9K | 159.5K | 3.2M | 2026-05-27 22:22 UTC |
99
- | **redis/redis** | 14.8K | 7.8K | 83.7K | 28.4K | 17.6K | 221.4K | 2026-05-27 20:34 UTC |
100
- | **rust-lang/rust** | 156.0K | 93.9K | 1.5M | 189.7K | 118.8K | 3.9M | 2026-05-27 23:14 UTC |
101
- | **swiftlang/swift** | 85.6K | 67.7K | 452.5K | 110.5K | 31.2K | 1.4M | 2026-05-27 23:02 UTC |
102
  | **vuejs/core** | 12.2K | 6.2K | 36.4K | 4.9K | 129.9K | 227.3K | 2026-05-27 20:29 UTC |
103
  | **vuejs/docs** | 3.3K | 2.3K | 7.1K | 2.7K | 10.2K | 41.0K | 2026-05-27 21:11 UTC |
104
 
@@ -399,7 +397,7 @@ CI/CD status checks and GitHub Actions results for each commit.
399
  | `reviews` | 1.6M | PR review decisions |
400
  | `timeline_events` | 1.6M | Activity timeline (labels, closes, merges, assignments) |
401
  | `pr_files` | 8.2M | Files changed in each pull request |
402
- | `commit_statuses` | 620.8K | CI/CD status checks per commit |
403
  | **Total** | **22.2M** | |
404
 
405
  ## 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.2M rows** across 8 tables in **1.5 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-28 03:38 UTC**.
56
 
57
 
58
  ## Latest Sync
 
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
+ | **ClickHouse/ClickHouse** | +7 | +6 | +56 | +18 | +365 |
65
+ | **duckdb/duckdb** | +2 | +1 | +7 | +1 | +23 |
66
+ | **etcd-io/etcd** | | | +4 | | +45 |
67
+ | **facebook/react** | +1 | +1 | +3 | +1 | +20 |
68
+ | **golang/go** | +7 | +1 | +36 | — | +93 |
69
+ | **kubernetes/kubernetes** | +2 | +2 | +33 | +6 | +276 |
70
+ | **mdn/content** | +2 | +2 | | | +14 |
71
+ | **microsoft/TypeScript** | +2 | +1 | +3 | +1 | +17 |
72
+ | **moby/moby** | +1 | +3 | — | — | +1 |
73
+ | **pingcap/tidb** | +5 | +4 | +90 | +6 | +223 |
74
+ | **python/cpython** | +2 | +2 | +6 | +1 | +57 |
75
+ | **pytorch/pytorch** | +16 | +10 | — | +94 | +9.5K |
76
+ | **redis/redis** | | | +1 | +1 | +8 |
77
+ | **rust-lang/rust** | | | +22 | +5 | +97 |
78
+ | **swiftlang/swift** | +6 | +5 | +18 | +4 | +122 |
 
 
79
 
80
 
81
  ## Repositories
82
 
83
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
84
  |---|---:|---:|---:|---:|---:|---:|---|
85
+ | **ClickHouse/ClickHouse** | 104.9K | 76.2K | 328.0K | 113.1K | 119.6K | 1.7M | 2026-05-28 02:25 UTC |
86
+ | **duckdb/duckdb** | 19.1K | 12.1K | 63.8K | 13.9K | 300.2K | 802.4K | 2026-05-28 01:51 UTC |
87
+ | **etcd-io/etcd** | 21.2K | 14.0K | 126.6K | 29.4K | 21.0K | 338.1K | 2026-05-28 01:21 UTC |
88
+ | **facebook/react** | 34.0K | 19.5K | 171.6K | 31.9K | 18.8K | 492.1K | 2026-05-28 01:33 UTC |
89
+ | **golang/go** | 74.8K | 5.1K | 544.4K | 183 | 77.5K | 761.7K | 2026-05-28 02:05 UTC |
90
+ | **kubernetes/kubernetes** | 138.5K | 89.6K | 1.9M | 306.0K | 144.7K | 4.1M | 2026-05-28 01:23 UTC |
91
+ | **mdn/content** | 41.2K | 31.9K | 160.8K | 77.9K | 18.0K | 724.3K | 2026-05-28 02:09 UTC |
92
+ | **microsoft/TypeScript** | 62.3K | 19.1K | 337.3K | 42.0K | 23.9K | 1.1M | 2026-05-28 00:59 UTC |
93
+ | **moby/moby** | 51.8K | 28.4K | 0 | 0 | 206.2K | 339.1K | 2026-05-28 02:12 UTC |
94
+ | **pingcap/tidb** | 68.3K | 45.2K | 500.9K | 166.0K | 69.2K | 1.3M | 2026-05-28 02:30 UTC |
95
+ | **python/cpython** | 107.2K | 71.7K | 877.6K | 63.1K | 85.0K | 1.5M | 2026-05-28 02:20 UTC |
96
+ | **pytorch/pytorch** | 184.8K | 125.9K | 1.2M | 384.0K | 169.0K | 3.2M | 2026-05-28 01:23 UTC |
97
+ | **redis/redis** | 14.8K | 7.8K | 83.7K | 28.4K | 17.6K | 221.4K | 2026-05-28 02:01 UTC |
98
+ | **rust-lang/rust** | 156.0K | 93.9K | 1.5M | 189.7K | 118.9K | 3.9M | 2026-05-28 02:16 UTC |
99
+ | **swiftlang/swift** | 85.6K | 67.7K | 452.5K | 110.5K | 31.4K | 1.4M | 2026-05-28 02:26 UTC |
100
  | **vuejs/core** | 12.2K | 6.2K | 36.4K | 4.9K | 129.9K | 227.3K | 2026-05-27 20:29 UTC |
101
  | **vuejs/docs** | 3.3K | 2.3K | 7.1K | 2.7K | 10.2K | 41.0K | 2026-05-27 21:11 UTC |
102
 
 
397
  | `reviews` | 1.6M | PR review decisions |
398
  | `timeline_events` | 1.6M | Activity timeline (labels, closes, merges, assignments) |
399
  | `pr_files` | 8.2M | Files changed in each pull request |
400
+ | `commit_statuses` | 647.9K | CI/CD status checks per commit |
401
  | **Total** | **22.2M** | |
402
 
403
  ## 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:1a382092b46b6ce91e41bcb426c86c7bf80c98db6bdf7284b4c107046a2127aa
3
- size 35543010
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1c93dfecb64e9d51afd02ef504494b5f29a06897a64b1f57b7c5c06c28a6838
3
+ size 35543577
data/commit_statuses/swiftlang/swift/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5b4bc915467b1bbabb7a5df2fe7e2265e06d11057c49b6c561e74574a24e32e5
3
- size 37462
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f9b5f49093a60fe0e5e1b653a1201643dd8a932840e4aedc04885c5760491b9
3
+ size 38253
data/issues/swiftlang/swift/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9b7d365d390ae6a72bc0f542bb0fc94d7edcbbf0181b0fbe16a03bc606e6ab95
3
- size 22782422
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a472957117feacba08537257d2cdbbb43af1b86851a47493fc373ea796464f9a
3
+ size 22789246
data/pr_files/swiftlang/swift/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:068ce7040338d8a783e24c4a443050a7006fa84c4147e1d0ea4c51db0e0b6142
3
- size 4420232
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5264bb2b8936c5469977afdb5649899640995eff7b040fef1c55a23b383f11b4
3
+ size 4420386
data/pull_requests/swiftlang/swift/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b0cf7bb16ad9c2d5f290ff057e284d9cf2d85a320cfa1a6bf05b9011ce73f04e
3
- size 4320120
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ff8b292cc2a3c2c5bb1529d968b111dd4aadce4a9d403ff971f8cb490b79920
3
+ size 4320512
data/review_comments/swiftlang/swift/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2c8627c1386a40c7cc0d2ace87c0f0c77f9507a9cacd5f267d0df9deffef0891
3
- size 21482704
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e2f3432babc9bae0338dc23c625064a4eef3e72933788092ecf172b617bf0eb
3
+ size 21483511
data/reviews/swiftlang/swift/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3d383dc9996c562ceeb824cebc4d9dee2d409bef10b073ad973ccee4b6c4280b
3
- size 3045013
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c032cec8cddfe18484344458e643165cf56d3cc55c9ac90a2162b914accc5bdc
3
+ size 3045159
data/timeline_events/swiftlang/swift/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bb83b3a2b13e4c2cb4b0d8db8b9f21e3f98c46470c12a18fb7f539fbe0d42017
3
- size 3157348
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3111be1496920a115a2a397d0dfacfc9336505ff07f49fa6a4a5efb5400e78b9
3
+ size 3176036
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-28T00:28:41Z,ClickHouse/ClickHouse,104874,76155,216423,111502,113036,119228,707717,278611,1727546
3
- 2026-05-28T00:28:41Z,duckdb/duckdb,19067,12142,46473,17308,13933,300137,213742,179498,802300
4
- 2026-05-28T00:28:41Z,etcd-io/etcd,21224,14014,88855,37711,29384,21000,122175,3639,338002
5
- 2026-05-28T00:28:41Z,facebook/react,33991,19509,138619,33021,31945,18812,205890,10268,492055
6
- 2026-05-28T00:28:41Z,golang/go,74790,5147,544220,168,183,77424,59479,104,761515
7
- 2026-05-28T00:28:41Z,kubernetes/kubernetes,138499,89611,1496947,444104,306019,144430,1498790,13662,4132062
8
- 2026-05-28T00:28:41Z,mdn/content,41151,31864,75022,85813,77895,17937,392707,1936,724325
9
- 2026-05-28T00:28:41Z,microsoft/TypeScript,62273,19119,286749,50577,41991,23864,589246,1209,1075028
10
- 2026-05-28T00:28:41Z,moby/moby,51750,28407,0,0,0,206234,52753,0,339144
11
- 2026-05-28T00:28:41Z,pingcap/tidb,68321,45186,380176,120680,166016,68937,439401,19970,1308687
12
- 2026-05-28T00:28:41Z,python/cpython,107186,71698,730231,147360,63104,84956,279946,61757,1546238
13
- 2026-05-28T00:28:41Z,pytorch/pytorch,184802,125918,900634,325731,383942,159520,1058964,18321,3157832
14
- 2026-05-28T00:28:41Z,redis/redis,14815,7757,53933,29762,28419,17581,66756,2385,221408
15
- 2026-05-28T00:28:41Z,rust-lang/rust,155984,93925,1240480,247575,189708,118811,1803412,11424,3861319
16
- 2026-05-28T00:28:41Z,swiftlang/swift,85557,67707,348025,104467,110528,31242,697674,2558,1447758
17
- 2026-05-28T00:28:41Z,vuejs/core,12230,6232,32715,3698,4935,129892,22188,15426,227316
18
- 2026-05-28T00:28:41Z,vuejs/docs,3286,2260,4912,2143,2681,10239,15379,53,40953
19
- 2026-05-28T00:28:41Z,_total,1179800,716651,6584414,1761620,1563719,1550244,8226219,620821,22203488
 
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
+ 2026-05-28T03:38:38Z,ClickHouse/ClickHouse,104881,76161,216461,111520,113054,119593,707844,281737,1731251
3
+ 2026-05-28T03:38:38Z,duckdb/duckdb,19069,12143,46480,17308,13934,300160,213744,179553,802391
4
+ 2026-05-28T03:38:38Z,etcd-io/etcd,21224,14014,88859,37711,29384,21045,122185,3666,338088
5
+ 2026-05-28T03:38:38Z,facebook/react,33992,19510,138621,33022,31946,18832,205893,10273,492089
6
+ 2026-05-28T03:38:38Z,golang/go,74797,5148,544256,168,183,77517,59480,109,761658
7
+ 2026-05-28T03:38:38Z,kubernetes/kubernetes,138501,89613,1496969,444115,306025,144706,1498802,13747,4132478
8
+ 2026-05-28T03:38:38Z,mdn/content,41153,31866,75022,85813,77895,17951,392709,1940,724349
9
+ 2026-05-28T03:38:38Z,microsoft/TypeScript,62275,19120,286752,50577,41992,23881,589252,1211,1075060
10
+ 2026-05-28T03:38:38Z,moby/moby,51751,28410,0,0,0,206235,52753,0,339149
11
+ 2026-05-28T03:38:38Z,pingcap/tidb,68326,45190,380265,120681,166022,69160,439413,20152,1309209
12
+ 2026-05-28T03:38:38Z,python/cpython,107188,71700,730237,147360,63105,85013,279941,62184,1546728
13
+ 2026-05-28T03:38:38Z,pytorch/pytorch,184818,125928,900634,325731,384036,169025,1059105,41310,3190587
14
+ 2026-05-28T03:38:38Z,redis/redis,14815,7757,53934,29762,28420,17589,66756,2385,221418
15
+ 2026-05-28T03:38:38Z,rust-lang/rust,155984,93925,1240497,247580,189713,118908,1803412,11552,3861571
16
+ 2026-05-28T03:38:38Z,swiftlang/swift,85563,67712,348040,104470,110532,31364,697700,2577,1447958
17
+ 2026-05-28T03:38:38Z,vuejs/core,12230,6232,32715,3698,4935,129892,22188,15426,227316
18
+ 2026-05-28T03:38:38Z,vuejs/docs,3286,2260,4912,2143,2681,10239,15379,53,40953
19
+ 2026-05-28T03:38:38Z,_total,1179853,716689,6584654,1761659,1563857,1561110,8226556,647875,22242253