tamnd commited on
Commit
37dbd68
·
verified ·
1 Parent(s): 76018e5

sync swiftlang/swift +8 issues +6 PRs +54 comments +5 review_comments — 2026-05-27 17:06 UTC

Browse files

issues 85.5K +8
pull_requests 67.7K +6
comments 348.0K +54
review_comments 104.4K +5
reviews 110.5K +7
timeline_events 30.3K +257
pr_files 697.1K +20
commit_statuses 2.5K +49

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 **361.4 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 14:43 UTC**.
56
 
57
 
58
  ## Latest Sync
@@ -61,29 +61,41 @@ New items since the previous publish:
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
- | **kubernetes/kubernetes** | +4 | +3 | +115 | +13 | +297 |
65
- | **pytorch/pytorch** | +17 | +14 | | | +1.1K |
 
 
 
 
 
 
 
 
 
 
 
 
66
 
67
 
68
  ## Repositories
69
 
70
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
71
  |---|---:|---:|---:|---:|---:|---:|---|
72
- | **ClickHouse/ClickHouse** | 104.8K | 76.1K | 327.6K | 112.9K | 117.8K | 1.7M | 2026-05-27 13:02 UTC |
73
- | **duckdb/duckdb** | 19.1K | 12.1K | 63.8K | 13.9K | 299.8K | 801.1K | 2026-05-27 13:04 UTC |
74
- | **etcd-io/etcd** | 21.2K | 14.0K | 126.5K | 29.4K | 20.6K | 337.0K | 2026-05-27 12:58 UTC |
75
- | **facebook/react** | 34.0K | 19.5K | 171.6K | 31.9K | 18.5K | 488.4K | 2026-05-27 11:55 UTC |
76
- | **golang/go** | 74.8K | 5.1K | 544.2K | 183 | 75.6K | 759.5K | 2026-05-27 12:46 UTC |
77
- | **kubernetes/kubernetes** | 138.5K | 89.6K | 1.9M | 306.0K | 143.0K | 4.1M | 2026-05-27 14:32 UTC |
78
- | **mdn/content** | 41.1K | 31.9K | 160.8K | 77.9K | 17.8K | 724.1K | 2026-05-27 12:41 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 13:02 UTC |
81
- | **pingcap/tidb** | 68.3K | 45.2K | 500.7K | 166.0K | 68.6K | 1.3M | 2026-05-27 13:06 UTC |
82
- | **python/cpython** | 107.2K | 71.7K | 877.5K | 63.1K | 84.2K | 1.5M | 2026-05-27 12:54 UTC |
83
  | **pytorch/pytorch** | 184.7K | 125.9K | 1.2M | 383.9K | 149.7K | 3.1M | 2026-05-27 14:33 UTC |
84
- | **redis/redis** | 14.8K | 7.8K | 83.7K | 28.4K | 17.5K | 221.2K | 2026-05-27 13:02 UTC |
85
- | **rust-lang/rust** | 156.0K | 93.9K | 1.5M | 189.6K | 117.0K | 3.9M | 2026-05-27 13:00 UTC |
86
- | **swiftlang/swift** | 85.5K | 67.7K | 452.3K | 110.5K | 30.0K | 1.4M | 2026-05-27 12:56 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
 
@@ -378,13 +390,13 @@ CI/CD status checks and GitHub Actions results for each commit.
378
  | Table | Rows | Description |
379
  |-------|-----:|-------------|
380
  | `issues` | 1.2M | Issues and pull requests (shared metadata) |
381
- | `pull_requests` | 716.4K | PR-specific fields (merge status, diffs, refs) |
382
  | `comments` | 6.6M | Conversation comments on issues and PRs |
383
  | `review_comments` | 1.8M | Inline code review comments on PR diffs |
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` | 577.2K | 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.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-27 17:06 UTC**.
56
 
57
 
58
  ## Latest Sync
 
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
+ | **ClickHouse/ClickHouse** | +40 | +30 | +145 | +72 | +715 |
65
+ | **duckdb/duckdb** | +4 | +3 | +18 | +7 | +283 |
66
+ | **etcd-io/etcd** | +2 | +2 | +28 | +12 | +90 |
67
+ | **facebook/react** | +2 | +4 | +5 | +8 | +24 |
68
+ | **golang/go** | +3 | — | +29 | — | +685 |
69
+ | **kubernetes/kubernetes** | — | — | +9 | +3 | +43 |
70
+ | **mdn/content** | +1 | +1 | +4 | +2 | +22 |
71
+ | **microsoft/TypeScript** | +1 | +1 | +3 | +1 | +15 |
72
+ | **moby/moby** | +1 | +3 | — | — | +39 |
73
+ | **pingcap/tidb** | +4 | +4 | +65 | +15 | +224 |
74
+ | **python/cpython** | +4 | +4 | +21 | +7 | +171 |
75
+ | **redis/redis** | +1 | +1 | +7 | +5 | +66 |
76
+ | **rust-lang/rust** | +6 | +5 | +111 | +39 | +510 |
77
+ | **swiftlang/swift** | +8 | +6 | +59 | +7 | +257 |
78
 
79
 
80
  ## Repositories
81
 
82
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
83
  |---|---:|---:|---:|---:|---:|---:|---|
84
+ | **ClickHouse/ClickHouse** | 104.8K | 76.1K | 327.7K | 112.9K | 118.6K | 1.7M | 2026-05-27 16:18 UTC |
85
+ | **duckdb/duckdb** | 19.1K | 12.1K | 63.8K | 13.9K | 300.1K | 802.0K | 2026-05-27 16:22 UTC |
86
+ | **etcd-io/etcd** | 21.2K | 14.0K | 126.5K | 29.4K | 20.7K | 337.2K | 2026-05-27 16:17 UTC |
87
+ | **facebook/react** | 34.0K | 19.5K | 171.6K | 31.9K | 18.6K | 489.1K | 2026-05-27 15:54 UTC |
88
+ | **golang/go** | 74.8K | 5.1K | 544.3K | 183 | 76.3K | 760.3K | 2026-05-27 16:10 UTC |
89
+ | **kubernetes/kubernetes** | 138.5K | 89.6K | 1.9M | 306.0K | 143.1K | 4.1M | 2026-05-27 14:55 UTC |
90
+ | **mdn/content** | 41.1K | 31.9K | 160.8K | 77.9K | 17.9K | 724.2K | 2026-05-27 16:14 UTC |
91
+ | **microsoft/TypeScript** | 62.3K | 19.1K | 337.3K | 42.0K | 23.8K | 1.1M | 2026-05-27 15:54 UTC |
92
+ | **moby/moby** | 51.7K | 28.4K | 0 | 0 | 204.7K | 337.4K | 2026-05-27 15:53 UTC |
93
+ | **pingcap/tidb** | 68.3K | 45.2K | 500.8K | 166.0K | 68.8K | 1.3M | 2026-05-27 16:20 UTC |
94
+ | **python/cpython** | 107.2K | 71.7K | 877.5K | 63.1K | 84.3K | 1.5M | 2026-05-27 16:11 UTC |
95
  | **pytorch/pytorch** | 184.7K | 125.9K | 1.2M | 383.9K | 149.7K | 3.1M | 2026-05-27 14:33 UTC |
96
+ | **redis/redis** | 14.8K | 7.8K | 83.7K | 28.4K | 17.6K | 221.4K | 2026-05-27 15:37 UTC |
97
+ | **rust-lang/rust** | 156.0K | 93.9K | 1.5M | 189.7K | 117.5K | 3.9M | 2026-05-27 16:16 UTC |
98
+ | **swiftlang/swift** | 85.5K | 67.7K | 452.4K | 110.5K | 30.3K | 1.4M | 2026-05-27 16:17 UTC |
99
  | **vuejs/core** | 12.2K | 6.2K | 36.4K | 4.9K | 129.9K | 227.3K | 2026-05-27 09:55 UTC |
100
  | **vuejs/docs** | 3.3K | 2.3K | 7.1K | 2.7K | 10.2K | 40.9K | 2026-05-26 21:45 UTC |
101
 
 
390
  | Table | Rows | Description |
391
  |-------|-----:|-------------|
392
  | `issues` | 1.2M | Issues and pull requests (shared metadata) |
393
+ | `pull_requests` | 716.5K | PR-specific fields (merge status, diffs, refs) |
394
  | `comments` | 6.6M | Conversation comments on issues and PRs |
395
  | `review_comments` | 1.8M | Inline code review comments on PR diffs |
396
  | `reviews` | 1.6M | PR review decisions |
397
  | `timeline_events` | 1.5M | Activity timeline (labels, closes, merges, assignments) |
398
  | `pr_files` | 8.2M | Files changed in each pull request |
399
+ | `commit_statuses` | 586.1K | CI/CD status checks per commit |
400
  | **Total** | **22.1M** | |
401
 
402
  ## 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:8d095b9caba91fc5fa7ea9295d3658241e6a8c2e6d4c6a3538fe6e4c90ff17a1
3
- size 35535868
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9192453c7369d0a808c1ab4ec650eaee01096d0edaaccf16f285ee75b9ff1a36
3
+ size 35540497
data/commit_statuses/swiftlang/swift/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b3d7f9c553cd9a91b6c7b139bb555878a927a7067926c8f1179613b9766d50fb
3
- size 35511
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05e3d271e60a89f273daf69ae983492be7713b112aad929b09885249fdcafc9e
3
+ size 36134
data/issues/swiftlang/swift/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2610d2843ee2824e3b1e5bed29f01ad94bdfeb71393a58ec947178364287135e
3
- size 22776986
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:090a2b9263e31e7f5ba72497e89b43b0d102cc6277e758ecc610a8bff6e7ac34
3
+ size 22776960
data/pr_files/swiftlang/swift/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1b1c35b80a439c171e88cca5a1f3220033e950adc0395c7f1377f0ba5961e9ce
3
- size 4416292
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93df643a612a38bfc7642b163191a3cce420868659e0c4aca3b92a43e68eabf4
3
+ size 4416519
data/pull_requests/swiftlang/swift/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4869d117514f401ed90555c237c49a06b8d5b4f135c7416e1750a6180f089e00
3
- size 4318918
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e14d338e6103025068ef30ea4ab7a27091babaa1d5cc69d5657396409471d3f
3
+ size 4319315
data/review_comments/swiftlang/swift/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b0d05a4df082ea8a3e57dabde228dea0be4469b7be8a41343ef2c9965a88c699
3
- size 21475859
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9999cf391db371f53360df3e064886602c4d9efa1d41caf8d2fcd7718c8c8878
3
+ size 21476566
data/reviews/swiftlang/swift/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1dd0c06e083b570a41740203ced522c1d8e62e9e0fddebb007534e80698e5568
3
- size 3043810
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:827343c7b82c0d8e3fbcbfac449d1cbbc6d385144c5eb53bd4411a5ec21bd538
3
+ size 3044005
data/timeline_events/swiftlang/swift/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1f0463130c545d3d3ed39245899b1063105730d1ce27b3f26578a908ba8c51df
3
- size 2896985
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a25111a9361686785e7fd6ba0f3654229c5a219731d8d3e97c81a23e07c55b4d
3
+ size 2936170
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-27T14:43:16Z,ClickHouse/ClickHouse,104799,76096,216213,111341,112862,117850,707307,260255,1706723
3
- 2026-05-27T14:43:16Z,duckdb/duckdb,19060,12137,46461,17299,13925,299824,213664,178711,801081
4
- 2026-05-27T14:43:16Z,etcd-io/etcd,21215,14005,88784,37693,29362,20565,122124,3292,337040
5
- 2026-05-27T14:43:16Z,facebook/react,33985,19501,138599,33014,31927,18543,205840,6973,488382
6
- 2026-05-27T14:43:16Z,golang/go,74777,5147,544081,168,183,75609,59479,99,759543
7
- 2026-05-27T14:43:16Z,kubernetes/kubernetes,138492,89604,1496804,444048,305961,143008,1498621,13171,4129709
8
- 2026-05-27T14:43:16Z,mdn/content,41146,31861,75008,85799,77886,17845,392689,1871,724105
9
- 2026-05-27T14:43:16Z,microsoft/TypeScript,62272,19118,286743,50577,41990,23758,589245,1205,1074908
10
- 2026-05-27T14:43:16Z,moby/moby,51748,28401,0,0,0,204640,52613,0,337402
11
- 2026-05-27T14:43:16Z,pingcap/tidb,68309,45175,380075,120663,165997,68572,439387,19129,1307307
12
- 2026-05-27T14:43:16Z,python/cpython,107163,71681,730171,147355,63094,84151,279812,60469,1543896
13
- 2026-05-27T14:43:16Z,pytorch/pytorch,184736,125855,900634,325731,383902,149704,1058905,1073,3130540
14
- 2026-05-27T14:43:16Z,redis/redis,14813,7755,53930,29757,28413,17513,66738,2324,221243
15
- 2026-05-27T14:43:16Z,rust-lang/rust,155966,93909,1240232,247508,189640,117001,1802961,10793,3858010
16
- 2026-05-27T14:43:16Z,swiftlang/swift,85535,67690,347904,104431,110482,30030,697127,2407,1445606
17
- 2026-05-27T14:43:16Z,vuejs/core,12230,6232,32715,3698,4935,129891,22188,15426,227315
18
- 2026-05-27T14:43:16Z,vuejs/docs,3285,2259,4911,2143,2681,10233,15378,48,40938
19
- 2026-05-27T14:43:16Z,_total,1179531,716426,6583265,1761225,1563240,1528737,8224078,577246,22133748
 
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
+ 2026-05-27T17:06:20Z,ClickHouse/ClickHouse,104839,76126,216294,111405,112934,118565,707514,266341,1714018
3
+ 2026-05-27T17:06:20Z,duckdb/duckdb,19064,12140,46471,17307,13932,300107,213733,179241,801995
4
+ 2026-05-27T17:06:20Z,etcd-io/etcd,21217,14007,88801,37704,29374,20655,122129,3356,337243
5
+ 2026-05-27T17:06:20Z,facebook/react,33987,19505,138602,33016,31935,18567,205867,7662,489141
6
+ 2026-05-27T17:06:20Z,golang/go,74780,5147,544110,168,183,76294,59479,99,760260
7
+ 2026-05-27T17:06:20Z,kubernetes/kubernetes,138492,89604,1496811,444050,305964,143051,1498622,13208,4129802
8
+ 2026-05-27T17:06:20Z,mdn/content,41147,31862,75011,85800,77888,17867,392697,1899,724171
9
+ 2026-05-27T17:06:20Z,microsoft/TypeScript,62273,19119,286746,50577,41991,23773,589246,1207,1074932
10
+ 2026-05-27T17:06:20Z,moby/moby,51749,28404,0,0,0,204679,52613,0,337445
11
+ 2026-05-27T17:06:20Z,pingcap/tidb,68313,45179,380129,120674,166012,68796,439392,19713,1308208
12
+ 2026-05-27T17:06:20Z,python/cpython,107167,71685,730188,147359,63101,84322,279828,60967,1544617
13
+ 2026-05-27T17:06:20Z,pytorch/pytorch,184736,125855,900634,325731,383902,149704,1058905,1073,3130540
14
+ 2026-05-27T17:06:20Z,redis/redis,14814,7756,53933,29761,28418,17579,66751,2382,221394
15
+ 2026-05-27T17:06:20Z,rust-lang/rust,155972,93914,1240305,247546,189679,117511,1803064,11061,3859052
16
+ 2026-05-27T17:06:20Z,swiftlang/swift,85543,67696,347958,104436,110489,30287,697147,2456,1446012
17
+ 2026-05-27T17:06:20Z,vuejs/core,12230,6232,32715,3698,4935,129891,22188,15426,227315
18
+ 2026-05-27T17:06:20Z,vuejs/docs,3285,2259,4911,2143,2681,10233,15378,48,40938
19
+ 2026-05-27T17:06:20Z,_total,1179608,716490,6583619,1761375,1563418,1531881,8224553,586139,22147083