tamnd commited on
Commit
5388d55
·
verified ·
1 Parent(s): 1758509

sync swiftlang/swift +5 issues +4 PRs +16 comments +4 reviews — 2026-05-28 06:47 UTC

Browse files

issues 85.6K +5
pull_requests 67.7K +4
comments 348.1K +16
reviews 110.5K +4
timeline_events 31.5K +125
pr_files 697.7K +32
commit_statuses 2.6K +39

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 **79.9 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,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 04:33 UTC**.
56
 
57
 
58
  ## Latest Sync
@@ -61,28 +61,41 @@ New items since the previous publish:
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
- | **pytorch/pytorch** | +12 | +11 | | | +976 |
 
 
 
 
 
 
 
 
 
 
 
 
 
65
 
66
 
67
  ## Repositories
68
 
69
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
70
  |---|---:|---:|---:|---:|---:|---:|---|
71
- | **ClickHouse/ClickHouse** | 104.9K | 76.2K | 328.0K | 113.1K | 119.6K | 1.7M | 2026-05-28 02:25 UTC |
72
- | **duckdb/duckdb** | 19.1K | 12.1K | 63.8K | 13.9K | 300.2K | 802.4K | 2026-05-28 01:51 UTC |
73
- | **etcd-io/etcd** | 21.2K | 14.0K | 126.6K | 29.4K | 21.0K | 338.1K | 2026-05-28 01:21 UTC |
74
  | **facebook/react** | 34.0K | 19.5K | 171.6K | 31.9K | 18.8K | 492.1K | 2026-05-28 01:33 UTC |
75
- | **golang/go** | 74.8K | 5.1K | 544.4K | 183 | 77.5K | 761.7K | 2026-05-28 02:05 UTC |
76
- | **kubernetes/kubernetes** | 138.5K | 89.6K | 1.9M | 306.0K | 144.7K | 4.1M | 2026-05-28 04:25 UTC |
77
- | **mdn/content** | 41.2K | 31.9K | 160.8K | 77.9K | 18.0K | 724.3K | 2026-05-28 02:09 UTC |
78
- | **microsoft/TypeScript** | 62.3K | 19.1K | 337.3K | 42.0K | 23.9K | 1.1M | 2026-05-28 00:59 UTC |
79
- | **moby/moby** | 51.8K | 28.4K | 0 | 0 | 206.2K | 339.1K | 2026-05-28 02:12 UTC |
80
- | **pingcap/tidb** | 68.3K | 45.2K | 500.9K | 166.0K | 69.2K | 1.3M | 2026-05-28 02:30 UTC |
81
- | **python/cpython** | 107.2K | 71.7K | 877.6K | 63.1K | 85.0K | 1.5M | 2026-05-28 02:20 UTC |
82
- | **pytorch/pytorch** | 184.8K | 125.9K | 1.2M | 384.0K | 170.0K | 3.2M | 2026-05-28 04:26 UTC |
83
- | **redis/redis** | 14.8K | 7.8K | 83.7K | 28.4K | 17.6K | 221.4K | 2026-05-28 02:01 UTC |
84
- | **rust-lang/rust** | 156.0K | 93.9K | 1.5M | 189.7K | 118.9K | 3.9M | 2026-05-28 02:16 UTC |
85
- | **swiftlang/swift** | 85.6K | 67.7K | 452.5K | 110.5K | 31.4K | 1.4M | 2026-05-28 02:26 UTC |
86
  | **vuejs/core** | 12.2K | 6.2K | 36.4K | 4.9K | 129.9K | 227.3K | 2026-05-27 20:29 UTC |
87
  | **vuejs/docs** | 3.3K | 2.3K | 7.1K | 2.7K | 10.2K | 41.0K | 2026-05-27 21:11 UTC |
88
 
@@ -383,8 +396,8 @@ CI/CD status checks and GitHub Actions results for each commit.
383
  | `reviews` | 1.6M | PR review decisions |
384
  | `timeline_events` | 1.6M | Activity timeline (labels, closes, merges, assignments) |
385
  | `pr_files` | 8.2M | Files changed in each pull request |
386
- | `commit_statuses` | 647.9K | CI/CD status checks per commit |
387
- | **Total** | **22.2M** | |
388
 
389
  ## How it's built
390
 
 
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.3M rows** across 8 tables in **1.4 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 06:47 UTC**.
56
 
57
 
58
  ## Latest Sync
 
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
+ | **ClickHouse/ClickHouse** | +1 | +1 | +18 | +3 | +39 |
65
+ | **duckdb/duckdb** | +1 | +1 | +5 | +1 | +17 |
66
+ | **etcd-io/etcd** | +1 | +1 | +5 | — | +29 |
67
+ | **golang/go** | +1 | +1 | +37 | — | +120 |
68
+ | **kubernetes/kubernetes** | — | — | +19 | +6 | +90 |
69
+ | **mdn/content** | +1 | — | — | — | +2 |
70
+ | **microsoft/TypeScript** | — | — | +1 | — | +1 |
71
+ | **moby/moby** | +2 | +6 | — | — | +4 |
72
+ | **pingcap/tidb** | +6 | +6 | +78 | +13 | +338 |
73
+ | **python/cpython** | +1 | — | +21 | +8 | +25 |
74
+ | **pytorch/pytorch** | — | — | — | +43 | +2.4K |
75
+ | **redis/redis** | +1 | +1 | +10 | +5 | +25 |
76
+ | **rust-lang/rust** | +3 | +2 | +25 | +8 | +135 |
77
+ | **swiftlang/swift** | +5 | +4 | +16 | +4 | +125 |
78
 
79
 
80
  ## Repositories
81
 
82
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
83
  |---|---:|---:|---:|---:|---:|---:|---|
84
+ | **ClickHouse/ClickHouse** | 104.9K | 76.2K | 328.0K | 113.1K | 119.6K | 1.7M | 2026-05-28 05:33 UTC |
85
+ | **duckdb/duckdb** | 19.1K | 12.1K | 63.8K | 13.9K | 300.2K | 802.5K | 2026-05-28 02:56 UTC |
86
+ | **etcd-io/etcd** | 21.2K | 14.0K | 126.6K | 29.4K | 21.1K | 338.2K | 2026-05-28 04:59 UTC |
87
  | **facebook/react** | 34.0K | 19.5K | 171.6K | 31.9K | 18.8K | 492.1K | 2026-05-28 01:33 UTC |
88
+ | **golang/go** | 74.8K | 5.1K | 544.5K | 183 | 77.6K | 761.8K | 2026-05-28 05:25 UTC |
89
+ | **kubernetes/kubernetes** | 138.5K | 89.6K | 1.9M | 306.0K | 144.8K | 4.1M | 2026-05-28 04:25 UTC |
90
+ | **mdn/content** | 41.2K | 31.9K | 160.8K | 77.9K | 18.0K | 724.4K | 2026-05-28 05:30 UTC |
91
+ | **microsoft/TypeScript** | 62.3K | 19.1K | 337.3K | 42.0K | 23.9K | 1.1M | 2026-05-28 03:02 UTC |
92
+ | **moby/moby** | 51.8K | 28.4K | 0 | 0 | 206.2K | 339.2K | 2026-05-28 05:27 UTC |
93
+ | **pingcap/tidb** | 68.3K | 45.2K | 501.0K | 166.0K | 69.5K | 1.3M | 2026-05-28 05:39 UTC |
94
+ | **python/cpython** | 107.2K | 71.7K | 877.6K | 63.1K | 85.0K | 1.5M | 2026-05-28 05:28 UTC |
95
+ | **pytorch/pytorch** | 184.8K | 125.9K | 1.2M | 384.1K | 172.4K | 3.2M | 2026-05-28 04:26 UTC |
96
+ | **redis/redis** | 14.8K | 7.8K | 83.7K | 28.4K | 17.6K | 221.5K | 2026-05-28 05:22 UTC |
97
+ | **rust-lang/rust** | 156.0K | 93.9K | 1.5M | 189.7K | 119.0K | 3.9M | 2026-05-28 05:25 UTC |
98
+ | **swiftlang/swift** | 85.6K | 67.7K | 452.5K | 110.5K | 31.5K | 1.4M | 2026-05-28 05:28 UTC |
99
  | **vuejs/core** | 12.2K | 6.2K | 36.4K | 4.9K | 129.9K | 227.3K | 2026-05-27 20:29 UTC |
100
  | **vuejs/docs** | 3.3K | 2.3K | 7.1K | 2.7K | 10.2K | 41.0K | 2026-05-27 21:11 UTC |
101
 
 
396
  | `reviews` | 1.6M | PR review decisions |
397
  | `timeline_events` | 1.6M | Activity timeline (labels, closes, merges, assignments) |
398
  | `pr_files` | 8.2M | Files changed in each pull request |
399
+ | `commit_statuses` | 656.0K | CI/CD status checks per commit |
400
+ | **Total** | **22.3M** | |
401
 
402
  ## How it's built
403
 
data/comments/swiftlang/swift/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a1c93dfecb64e9d51afd02ef504494b5f29a06897a64b1f57b7c5c06c28a6838
3
- size 35543577
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a0dc708efa33302b29d4410cbdc66292bb204ccc25237205f1599e83e3c177f
3
+ size 35545088
data/commit_statuses/swiftlang/swift/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9f9b5f49093a60fe0e5e1b653a1201643dd8a932840e4aedc04885c5760491b9
3
- size 38253
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a03c02a4ffda9dca5b17853b3968e05925f1b220262562f87a3e0dc7eaeae9d0
3
+ size 38829
data/issues/swiftlang/swift/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a472957117feacba08537257d2cdbbb43af1b86851a47493fc373ea796464f9a
3
- size 22789246
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df29da7d492f13f464c0f69697449c7f82f54be0fa12776a21e8d29be241177a
3
+ size 22790654
data/pr_files/swiftlang/swift/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5264bb2b8936c5469977afdb5649899640995eff7b040fef1c55a23b383f11b4
3
- size 4420386
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:334a78ec2957ddefe7ae108625445a0fc4f25c24d7313d414df455ff86a36d30
3
+ size 4420539
data/pull_requests/swiftlang/swift/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9ff8b292cc2a3c2c5bb1529d968b111dd4aadce4a9d403ff971f8cb490b79920
3
- size 4320512
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:707d5b0a14331f7982f298b5b52edb971f9a1cf8d340e93603ecd1568313f926
3
+ size 4320830
data/reviews/swiftlang/swift/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c032cec8cddfe18484344458e643165cf56d3cc55c9ac90a2162b914accc5bdc
3
- size 3045159
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5625933abb569f999a3965b737b8e138e8ad42c0433dfe962be47599d9ee75a8
3
+ size 3045302
data/timeline_events/swiftlang/swift/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3111be1496920a115a2a397d0dfacfc9336505ff07f49fa6a4a5efb5400e78b9
3
- size 3176036
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f25c35f090d00feb08738d73e9c427af035eac0245d05f07fc550a85d85b80a1
3
+ size 3194395
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-28T04:33:29Z,ClickHouse/ClickHouse,104881,76161,216461,111520,113054,119593,707844,281737,1731251
3
- 2026-05-28T04:33:29Z,duckdb/duckdb,19069,12143,46480,17308,13934,300160,213744,179553,802391
4
- 2026-05-28T04:33:29Z,etcd-io/etcd,21224,14014,88859,37711,29384,21045,122185,3666,338088
5
- 2026-05-28T04:33:29Z,facebook/react,33992,19510,138621,33022,31946,18832,205893,10273,492089
6
- 2026-05-28T04:33:29Z,golang/go,74797,5148,544256,168,183,77517,59480,109,761658
7
- 2026-05-28T04:33:29Z,kubernetes/kubernetes,138501,89613,1496969,444115,306025,144706,1498802,13747,4132478
8
- 2026-05-28T04:33:29Z,mdn/content,41153,31866,75022,85813,77895,17951,392709,1940,724349
9
- 2026-05-28T04:33:29Z,microsoft/TypeScript,62275,19120,286752,50577,41992,23881,589252,1211,1075060
10
- 2026-05-28T04:33:29Z,moby/moby,51751,28410,0,0,0,206235,52753,0,339149
11
- 2026-05-28T04:33:29Z,pingcap/tidb,68326,45190,380265,120681,166022,69160,439413,20152,1309209
12
- 2026-05-28T04:33:29Z,python/cpython,107188,71700,730237,147360,63105,85013,279941,62184,1546728
13
- 2026-05-28T04:33:29Z,pytorch/pytorch,184830,125939,900634,325731,384036,170001,1059105,41310,3191586
14
- 2026-05-28T04:33:29Z,redis/redis,14815,7757,53934,29762,28420,17589,66756,2385,221418
15
- 2026-05-28T04:33:29Z,rust-lang/rust,155984,93925,1240497,247580,189713,118908,1803412,11552,3861571
16
- 2026-05-28T04:33:29Z,swiftlang/swift,85563,67712,348040,104470,110532,31364,697700,2577,1447958
17
- 2026-05-28T04:33:29Z,vuejs/core,12230,6232,32715,3698,4935,129892,22188,15426,227316
18
- 2026-05-28T04:33:29Z,vuejs/docs,3286,2260,4912,2143,2681,10239,15379,53,40953
19
- 2026-05-28T04:33:29Z,_total,1179865,716700,6584654,1761659,1563857,1562086,8226556,647875,22243252
 
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
+ 2026-05-28T06:47:53Z,ClickHouse/ClickHouse,104882,76162,216475,111524,113057,119632,707846,282394,1731972
3
+ 2026-05-28T06:47:53Z,duckdb/duckdb,19070,12144,46480,17313,13935,300177,213758,179608,802485
4
+ 2026-05-28T06:47:53Z,etcd-io/etcd,21225,14015,88864,37711,29384,21074,122182,3699,338154
5
+ 2026-05-28T06:47:53Z,facebook/react,33992,19510,138621,33022,31946,18832,205893,10273,492089
6
+ 2026-05-28T06:47:53Z,golang/go,74798,5149,544293,168,183,77637,59482,114,761824
7
+ 2026-05-28T06:47:53Z,kubernetes/kubernetes,138501,89613,1496983,444120,306031,144796,1498805,13807,4132656
8
+ 2026-05-28T06:47:53Z,mdn/content,41154,31866,75022,85813,77895,17953,392709,1940,724352
9
+ 2026-05-28T06:47:53Z,microsoft/TypeScript,62275,19120,286753,50577,41992,23882,589252,1211,1075062
10
+ 2026-05-28T06:47:53Z,moby/moby,51753,28416,0,0,0,206239,52753,0,339161
11
+ 2026-05-28T06:47:53Z,pingcap/tidb,68332,45196,380329,120695,166035,69498,439438,20428,1309951
12
+ 2026-05-28T06:47:53Z,python/cpython,107189,71700,730249,147369,63113,85038,279941,62293,1546892
13
+ 2026-05-28T06:47:53Z,pytorch/pytorch,184830,125939,900634,325731,384079,172409,1059172,48074,3200868
14
+ 2026-05-28T06:47:53Z,redis/redis,14816,7758,53939,29767,28425,17614,66763,2397,221479
15
+ 2026-05-28T06:47:53Z,rust-lang/rust,155987,93927,1240520,247582,189721,119043,1803417,11626,3861823
16
+ 2026-05-28T06:47:53Z,swiftlang/swift,85568,67716,348056,104470,110536,31489,697732,2616,1448183
17
+ 2026-05-28T06:47:53Z,vuejs/core,12230,6232,32715,3698,4935,129892,22188,15426,227316
18
+ 2026-05-28T06:47:53Z,vuejs/docs,3286,2260,4912,2143,2681,10239,15379,53,40953
19
+ 2026-05-28T06:47:53Z,_total,1179888,716723,6584845,1761703,1563948,1565444,8226710,655959,22255220