tamnd commited on
Commit
35f4ac6
·
verified ·
1 Parent(s): 417a23f

sync swiftlang/swift +4 issues +4 PRs +20 comments +2 review_comments — 2026-05-27 14:10 UTC

Browse files

issues 85.5K +4
pull_requests 67.7K +4
comments 347.9K +20
review_comments 104.4K +2
reviews 110.5K +4
timeline_events 30.0K +110
pr_files 697.1K +26
commit_statuses 2.4K +30

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.1M rows** across 8 tables in **163.1 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-27 12:56 UTC**.
56
 
57
 
58
  ## Latest Sync
@@ -61,29 +61,39 @@ New items since the previous publish:
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
- | **kubernetes/kubernetes** | +1 | +1 | | +8 | +142 |
65
- | **pytorch/pytorch** | +6 | +6 | | | +182 |
 
 
 
 
 
 
 
 
 
 
66
 
67
 
68
  ## Repositories
69
 
70
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
71
  |---|---:|---:|---:|---:|---:|---:|---|
72
- | **ClickHouse/ClickHouse** | 104.8K | 76.1K | 327.5K | 112.8K | 117.6K | 1.7M | 2026-05-27 10:47 UTC |
73
- | **duckdb/duckdb** | 19.1K | 12.1K | 63.8K | 13.9K | 299.7K | 800.5K | 2026-05-27 10:52 UTC |
74
- | **etcd-io/etcd** | 21.2K | 14.0K | 126.5K | 29.4K | 20.5K | 336.9K | 2026-05-27 10:45 UTC |
75
- | **facebook/react** | 34.0K | 19.5K | 171.6K | 31.9K | 18.5K | 488.4K | 2026-05-27 10:15 UTC |
76
- | **golang/go** | 74.8K | 5.1K | 544.2K | 183 | 75.6K | 759.5K | 2026-05-27 10:37 UTC |
77
  | **kubernetes/kubernetes** | 138.5K | 89.6K | 1.9M | 305.9K | 142.7K | 4.1M | 2026-05-27 11:59 UTC |
78
- | **mdn/content** | 41.1K | 31.9K | 160.8K | 77.9K | 17.8K | 724.0K | 2026-05-27 10:45 UTC |
79
  | **microsoft/TypeScript** | 62.3K | 19.1K | 337.3K | 42.0K | 23.8K | 1.1M | 2026-05-27 02:26 UTC |
80
- | **moby/moby** | 51.7K | 28.4K | 0 | 0 | 204.6K | 337.4K | 2026-05-27 10:39 UTC |
81
- | **pingcap/tidb** | 68.3K | 45.2K | 500.7K | 166.0K | 68.5K | 1.3M | 2026-05-27 10:50 UTC |
82
- | **python/cpython** | 107.2K | 71.7K | 877.5K | 63.1K | 84.1K | 1.5M | 2026-05-27 10:43 UTC |
83
  | **pytorch/pytorch** | 184.7K | 125.8K | 1.2M | 383.9K | 148.6K | 3.1M | 2026-05-27 12:04 UTC |
84
- | **redis/redis** | 14.8K | 7.8K | 83.7K | 28.4K | 17.5K | 221.2K | 2026-05-27 10:46 UTC |
85
- | **rust-lang/rust** | 156.0K | 93.9K | 1.5M | 189.6K | 116.4K | 3.9M | 2026-05-27 10:46 UTC |
86
- | **swiftlang/swift** | 85.5K | 67.7K | 452.3K | 110.5K | 29.9K | 1.4M | 2026-05-27 10:36 UTC |
87
  | **vuejs/core** | 12.2K | 6.2K | 36.4K | 4.9K | 129.9K | 227.3K | 2026-05-27 09:55 UTC |
88
  | **vuejs/docs** | 3.3K | 2.3K | 7.1K | 2.7K | 10.2K | 40.9K | 2026-05-26 21:45 UTC |
89
 
@@ -384,7 +394,7 @@ CI/CD status checks and GitHub Actions results for each commit.
384
  | `reviews` | 1.6M | PR review decisions |
385
  | `timeline_events` | 1.5M | Activity timeline (labels, closes, merges, assignments) |
386
  | `pr_files` | 8.2M | Files changed in each pull request |
387
- | `commit_statuses` | 573.0K | CI/CD status checks per commit |
388
  | **Total** | **22.1M** | |
389
 
390
  ## 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.1M rows** across 8 tables in **1.1 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-27 14:10 UTC**.
56
 
57
 
58
  ## Latest Sync
 
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
+ | **ClickHouse/ClickHouse** | +20 | +15 | +86 | +45 | +291 |
65
+ | **duckdb/duckdb** | +5 | +5 | +10 | +6 | +93 |
66
+ | **etcd-io/etcd** | — | — | +18 | +10 | +23 |
67
+ | **facebook/react** | +1 | — | +4 | +2 | +2 |
68
+ | **golang/go** | +2 | — | +11 | — | +23 |
69
+ | **mdn/content** | +1 | +1 | +7 | +4 | +37 |
70
+ | **moby/moby** | — | — | — | — | +15 |
71
+ | **pingcap/tidb** | +1 | +1 | +21 | +5 | +115 |
72
+ | **python/cpython** | +2 | +1 | +36 | +8 | +97 |
73
+ | **redis/redis** | +1 | +1 | +2 | +1 | +2 |
74
+ | **rust-lang/rust** | +4 | +3 | +86 | +22 | +567 |
75
+ | **swiftlang/swift** | +4 | +4 | +22 | +4 | +110 |
76
 
77
 
78
  ## Repositories
79
 
80
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
81
  |---|---:|---:|---:|---:|---:|---:|---|
82
+ | **ClickHouse/ClickHouse** | 104.8K | 76.1K | 327.6K | 112.9K | 117.8K | 1.7M | 2026-05-27 13:02 UTC |
83
+ | **duckdb/duckdb** | 19.1K | 12.1K | 63.8K | 13.9K | 299.8K | 801.1K | 2026-05-27 13:04 UTC |
84
+ | **etcd-io/etcd** | 21.2K | 14.0K | 126.5K | 29.4K | 20.6K | 337.0K | 2026-05-27 12:58 UTC |
85
+ | **facebook/react** | 34.0K | 19.5K | 171.6K | 31.9K | 18.5K | 488.4K | 2026-05-27 11:55 UTC |
86
+ | **golang/go** | 74.8K | 5.1K | 544.2K | 183 | 75.6K | 759.5K | 2026-05-27 12:46 UTC |
87
  | **kubernetes/kubernetes** | 138.5K | 89.6K | 1.9M | 305.9K | 142.7K | 4.1M | 2026-05-27 11:59 UTC |
88
+ | **mdn/content** | 41.1K | 31.9K | 160.8K | 77.9K | 17.8K | 724.1K | 2026-05-27 12:41 UTC |
89
  | **microsoft/TypeScript** | 62.3K | 19.1K | 337.3K | 42.0K | 23.8K | 1.1M | 2026-05-27 02:26 UTC |
90
+ | **moby/moby** | 51.7K | 28.4K | 0 | 0 | 204.6K | 337.4K | 2026-05-27 13:02 UTC |
91
+ | **pingcap/tidb** | 68.3K | 45.2K | 500.7K | 166.0K | 68.6K | 1.3M | 2026-05-27 13:06 UTC |
92
+ | **python/cpython** | 107.2K | 71.7K | 877.5K | 63.1K | 84.2K | 1.5M | 2026-05-27 12:54 UTC |
93
  | **pytorch/pytorch** | 184.7K | 125.8K | 1.2M | 383.9K | 148.6K | 3.1M | 2026-05-27 12:04 UTC |
94
+ | **redis/redis** | 14.8K | 7.8K | 83.7K | 28.4K | 17.5K | 221.2K | 2026-05-27 13:02 UTC |
95
+ | **rust-lang/rust** | 156.0K | 93.9K | 1.5M | 189.6K | 117.0K | 3.9M | 2026-05-27 13:00 UTC |
96
+ | **swiftlang/swift** | 85.5K | 67.7K | 452.3K | 110.5K | 30.0K | 1.4M | 2026-05-27 12:56 UTC |
97
  | **vuejs/core** | 12.2K | 6.2K | 36.4K | 4.9K | 129.9K | 227.3K | 2026-05-27 09:55 UTC |
98
  | **vuejs/docs** | 3.3K | 2.3K | 7.1K | 2.7K | 10.2K | 40.9K | 2026-05-26 21:45 UTC |
99
 
 
394
  | `reviews` | 1.6M | PR review decisions |
395
  | `timeline_events` | 1.5M | Activity timeline (labels, closes, merges, assignments) |
396
  | `pr_files` | 8.2M | Files changed in each pull request |
397
+ | `commit_statuses` | 577.1K | CI/CD status checks per commit |
398
  | **Total** | **22.1M** | |
399
 
400
  ## 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:f93b25eaadff4f652d02709b338ecd82f373b0c1e7ef4267fabf0a39ac0797f5
3
- size 35535213
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d095b9caba91fc5fa7ea9295d3658241e6a8c2e6d4c6a3538fe6e4c90ff17a1
3
+ size 35535868
data/commit_statuses/swiftlang/swift/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ede02ac06cae37b4b9e755accd9f162284cf1e7aaf6968b7596ab07ba1e2a7de
3
- size 35139
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3d7f9c553cd9a91b6c7b139bb555878a927a7067926c8f1179613b9766d50fb
3
+ size 35511
data/issues/swiftlang/swift/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3d21447349d391b47e85348821f3108553e10387511268f2b8fca51db0897c6b
3
- size 22775354
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2610d2843ee2824e3b1e5bed29f01ad94bdfeb71393a58ec947178364287135e
3
+ size 22776986
data/pr_files/swiftlang/swift/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2554c5c2f6ec37c60c8f94a260e3c807a27ac93abe01b5ba7122ec35f923ebfb
3
- size 4416041
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b1c35b80a439c171e88cca5a1f3220033e950adc0395c7f1377f0ba5961e9ce
3
+ size 4416292
data/pull_requests/swiftlang/swift/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c7e1577c9f48ed6b07dc71cbc1e15b065aee2104b933a5070c864ba7b1b927de
3
- size 4318576
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4869d117514f401ed90555c237c49a06b8d5b4f135c7416e1750a6180f089e00
3
+ size 4318918
data/review_comments/swiftlang/swift/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:eaed443144e0a16acdee8de3f870cf0e8524439fd7902090f4d390e64433fa8c
3
- size 21474972
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0d05a4df082ea8a3e57dabde228dea0be4469b7be8a41343ef2c9965a88c699
3
+ size 21475859
data/reviews/swiftlang/swift/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7568a0a96802aa9db166a3ae699a5b211414bf9536e76033400fbcce540bbe47
3
- size 3043667
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1dd0c06e083b570a41740203ced522c1d8e62e9e0fddebb007534e80698e5568
3
+ size 3043810
data/timeline_events/swiftlang/swift/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6d10d78a87c4b6ae67969618280cab56c4cef4d039924a21f67cf2108bc2a697
3
- size 2880514
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f0463130c545d3d3ed39245899b1063105730d1ce27b3f26578a908ba8c51df
3
+ size 2896985
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-27T12:56:41Z,ClickHouse/ClickHouse,104779,76081,216170,111298,112817,117559,707263,257162,1703129
3
- 2026-05-27T12:56:41Z,duckdb/duckdb,19055,12132,46456,17294,13919,299731,213622,178288,800497
4
- 2026-05-27T12:56:41Z,etcd-io/etcd,21215,14005,88777,37682,29352,20542,122124,3244,336941
5
- 2026-05-27T12:56:41Z,facebook/react,33984,19501,138599,33010,31925,18541,205840,6973,488373
6
- 2026-05-27T12:56:41Z,golang/go,74775,5147,544070,168,183,75586,59479,99,759507
7
- 2026-05-27T12:56:41Z,kubernetes/kubernetes,138488,89601,1496707,444030,305948,142711,1498562,13042,4129089
8
- 2026-05-27T12:56:41Z,mdn/content,41145,31860,75006,85794,77882,17808,392688,1838,724021
9
- 2026-05-27T12:56:41Z,microsoft/TypeScript,62272,19118,286743,50577,41990,23758,589245,1205,1074908
10
- 2026-05-27T12:56:41Z,moby/moby,51748,28401,0,0,0,204625,52613,0,337387
11
- 2026-05-27T12:56:41Z,pingcap/tidb,68308,45174,380058,120659,165992,68457,439386,19010,1307044
12
- 2026-05-27T12:56:41Z,python/cpython,107161,71680,730157,147333,63086,84054,279810,60266,1543547
13
- 2026-05-27T12:56:41Z,pytorch/pytorch,184719,125841,900634,325731,383902,148625,1058905,1073,3129430
14
- 2026-05-27T12:56:41Z,redis/redis,14812,7754,53929,29756,28412,17511,66737,2307,221218
15
- 2026-05-27T12:56:41Z,rust-lang/rust,155962,93906,1240175,247479,189618,116434,1802900,10686,3857160
16
- 2026-05-27T12:56:41Z,swiftlang/swift,85531,67686,347884,104429,110478,29920,697101,2377,1445406
17
- 2026-05-27T12:56:41Z,vuejs/core,12230,6232,32715,3698,4935,129891,22188,15426,227315
18
- 2026-05-27T12:56:41Z,vuejs/docs,3285,2259,4911,2143,2681,10233,15378,48,40938
19
- 2026-05-27T12:56:41Z,_total,1179469,716378,6582991,1761081,1563120,1525986,8223841,573044,22125910
 
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
+ 2026-05-27T14:10:32Z,ClickHouse/ClickHouse,104799,76096,216213,111341,112862,117850,707307,260255,1706723
3
+ 2026-05-27T14:10:32Z,duckdb/duckdb,19060,12137,46461,17299,13925,299824,213664,178711,801081
4
+ 2026-05-27T14:10:32Z,etcd-io/etcd,21215,14005,88784,37693,29362,20565,122124,3292,337040
5
+ 2026-05-27T14:10:32Z,facebook/react,33985,19501,138599,33014,31927,18543,205840,6973,488382
6
+ 2026-05-27T14:10:32Z,golang/go,74777,5147,544081,168,183,75609,59479,99,759543
7
+ 2026-05-27T14:10:32Z,kubernetes/kubernetes,138488,89601,1496707,444030,305948,142711,1498562,13042,4129089
8
+ 2026-05-27T14:10:32Z,mdn/content,41146,31861,75008,85799,77886,17845,392689,1871,724105
9
+ 2026-05-27T14:10:32Z,microsoft/TypeScript,62272,19118,286743,50577,41990,23758,589245,1205,1074908
10
+ 2026-05-27T14:10:32Z,moby/moby,51748,28401,0,0,0,204640,52613,0,337402
11
+ 2026-05-27T14:10:32Z,pingcap/tidb,68309,45175,380075,120663,165997,68572,439387,19129,1307307
12
+ 2026-05-27T14:10:32Z,python/cpython,107163,71681,730171,147355,63094,84151,279812,60469,1543896
13
+ 2026-05-27T14:10:32Z,pytorch/pytorch,184719,125841,900634,325731,383902,148625,1058905,1073,3129430
14
+ 2026-05-27T14:10:32Z,redis/redis,14813,7755,53930,29757,28413,17513,66738,2324,221243
15
+ 2026-05-27T14:10:32Z,rust-lang/rust,155966,93909,1240232,247508,189640,117001,1802961,10793,3858010
16
+ 2026-05-27T14:10:32Z,swiftlang/swift,85535,67690,347904,104431,110482,30030,697127,2407,1445606
17
+ 2026-05-27T14:10:32Z,vuejs/core,12230,6232,32715,3698,4935,129891,22188,15426,227315
18
+ 2026-05-27T14:10:32Z,vuejs/docs,3285,2259,4911,2143,2681,10233,15378,48,40938
19
+ 2026-05-27T14:10:32Z,_total,1179510,716409,6583168,1761207,1563227,1527361,8224019,577117,22132018