tamnd commited on
Commit
e8a34a5
·
verified ·
1 Parent(s): 379b268

sync swiftlang/swift +1 reviews +6 timeline — 2026-04-09 11:03 UTC

Browse files

reviews 108.6K +1
timeline_events 16.6K +6

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.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,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 10:43 UTC**.
56
 
57
 
58
  ## Latest Sync
@@ -61,42 +61,39 @@ New items since the previous publish:
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
- | **ClickHouse/ClickHouse** | +7 | — | +40 | +20 | +640 |
65
- | **duckdb/duckdb** | +2 | — | +12 | +8 | +56 |
66
- | **etcd-io/etcd** | — | — | +15 | +11 | +23 |
67
- | **golang/go** | +1 | — | +4 | — | +13 |
68
- | **kubernetes/kubernetes** | — | — | +53 | +12 | +351 |
69
- | **mdn/content** | +1 | — | | +2 | +6 |
70
- | **microsoft/TypeScript** | — | — | +2 | — | +206 |
71
- | **moby/moby** | | — | +5 | +2 | +7 |
72
- | **pingcap/tidb** | +6 | — | +88 | +13 | +511 |
73
- | **python/cpython** | — | — | +14 | +6 | +38 |
74
- | **pytorch/pytorch** | +2 | — | +23 | +14 | +720 |
75
- | **redis/redis** | — | — | +9 | +5 | +54 |
76
- | **rust-lang/rust** | +4 | — | +33 | +9 | +155 |
77
- | **swiftlang/swift** | +2 | — | +2 | +1 | +29 |
78
- | **vuejs/core** | +2 | — | +1 | +1 | +6 |
79
 
80
 
81
  ## Repositories
82
 
83
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
84
  |---|---:|---:|---:|---:|---:|---:|---|
85
- | **ClickHouse/ClickHouse** | 101.1K | 73.1K | 305.8K | 101.7K | 31.8K | 1.3M | 2026-04-09 10:30 UTC |
86
- | **duckdb/duckdb** | 18.2K | 11.4K | 61.1K | 13.2K | 11.3K | 313.2K | 2026-04-09 10:30 UTC |
87
- | **etcd-io/etcd** | 21.0K | 13.8K | 124.3K | 28.6K | 12.5K | 320.6K | 2026-04-09 10:29 UTC |
88
  | **facebook/react** | 33.7K | 19.2K | 170.8K | 20.1K | 255.7K | 865.7K | 2026-04-09 09:04 UTC |
89
- | **golang/go** | 75.9K | 4.9K | 536.7K | 323 | 279.5K | 969.2K | 2026-04-09 10:24 UTC |
90
- | **kubernetes/kubernetes** | 137.5K | 88.8K | 1.9M | 302.5K | 24.4K | 4.0M | 2026-04-09 10:25 UTC |
91
  | **mdn/content** | 41.6K | 31.5K | 157.7K | 19.1K | 14.1K | 414.0K | 2026-04-09 10:26 UTC |
92
  | **microsoft/TypeScript** | 62.1K | 19.1K | 336.7K | 41.9K | 14.3K | 1.1M | 2026-04-09 10:13 UTC |
93
- | **moby/moby** | 51.4K | 28.1K | 387.4K | 50.5K | 12.6K | 877.2K | 2026-04-09 10:18 UTC |
94
- | **pingcap/tidb** | 67.3K | 44.5K | 488.5K | 162.8K | 20.7K | 1.2M | 2026-04-09 10:31 UTC |
95
- | **python/cpython** | 145.9K | 69.8K | 865.2K | 150.0K | 37.0K | 1.9M | 2026-04-09 10:29 UTC |
96
- | **pytorch/pytorch** | 179.2K | 121.5K | 1.2M | 382.5K | 23.3K | 3.0M | 2026-04-09 10:31 UTC |
97
  | **redis/redis** | 14.6K | 7.6K | 81.6K | 27.2K | 11.4K | 208.0K | 2026-04-09 10:26 UTC |
98
- | **rust-lang/rust** | 154.1K | 92.2K | 1.5M | 186.0K | 58.5K | 3.7M | 2026-04-09 10:30 UTC |
99
- | **swiftlang/swift** | 84.5K | 66.8K | 447.6K | 108.6K | 16.6K | 1.4M | 2026-04-09 10:25 UTC |
100
  | **vuejs/core** | 12.1K | 6.1K | 35.8K | 4.8K | 10.6K | 90.7K | 2026-04-09 10:27 UTC |
101
  | **vuejs/docs** | 3.3K | 2.2K | 7.0K | 2.7K | 10.1K | 40.4K | 2026-04-09 07:39 UTC |
102
 
@@ -395,7 +392,7 @@ CI/CD status checks and GitHub Actions results for each commit.
395
  | `comments` | 6.8M | Conversation comments on issues and PRs |
396
  | `review_comments` | 1.8M | Inline code review comments on PR diffs |
397
  | `reviews` | 1.6M | PR review decisions |
398
- | `timeline_events` | 844.4K | Activity timeline (labels, closes, merges, assignments) |
399
  | `pr_files` | 8.5M | Files changed in each pull request |
400
  | `commit_statuses` | 164.0K | CI/CD status checks per commit |
401
  | **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 **969.8 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
  - **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 11:03 UTC**.
56
 
57
 
58
  ## Latest Sync
 
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
+ | **ClickHouse/ClickHouse** | | — | +12 | +2 | +75 |
65
+ | **duckdb/duckdb** | | — | +2 | | +13 |
66
+ | **etcd-io/etcd** | — | — | +1 | | +3 |
67
+ | **golang/go** | | — | +1 | — | +1 |
68
+ | **kubernetes/kubernetes** | — | — | +2 | | +11 |
69
+ | **mdn/content** | | — | +5 | | |
70
+ | **moby/moby** | — | — | +1 | — | +3 |
71
+ | **pingcap/tidb** | +2 | — | +37 | +8 | +83 |
72
+ | **python/cpython** | +3 | — | +11 | +2 | +84 |
73
+ | **pytorch/pytorch** | — | — | +3 | +1 | +81 |
74
+ | **rust-lang/rust** | +1 | — | +2 | +1 | +122 |
75
+ | **swiftlang/swift** | — | — | | +1 | +6 |
 
 
 
76
 
77
 
78
  ## Repositories
79
 
80
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
81
  |---|---:|---:|---:|---:|---:|---:|---|
82
+ | **ClickHouse/ClickHouse** | 101.1K | 73.1K | 305.8K | 101.7K | 31.9K | 1.3M | 2026-04-09 10:50 UTC |
83
+ | **duckdb/duckdb** | 18.2K | 11.4K | 61.1K | 13.2K | 11.3K | 313.3K | 2026-04-09 10:47 UTC |
84
+ | **etcd-io/etcd** | 21.0K | 13.8K | 124.3K | 28.6K | 12.5K | 320.6K | 2026-04-09 10:48 UTC |
85
  | **facebook/react** | 33.7K | 19.2K | 170.8K | 20.1K | 255.7K | 865.7K | 2026-04-09 09:04 UTC |
86
+ | **golang/go** | 75.9K | 4.9K | 536.7K | 323 | 279.5K | 969.2K | 2026-04-09 10:35 UTC |
87
+ | **kubernetes/kubernetes** | 137.5K | 88.8K | 1.9M | 302.5K | 24.4K | 4.0M | 2026-04-09 10:47 UTC |
88
  | **mdn/content** | 41.6K | 31.5K | 157.7K | 19.1K | 14.1K | 414.0K | 2026-04-09 10:26 UTC |
89
  | **microsoft/TypeScript** | 62.1K | 19.1K | 336.7K | 41.9K | 14.3K | 1.1M | 2026-04-09 10:13 UTC |
90
+ | **moby/moby** | 51.4K | 28.1K | 387.4K | 50.5K | 12.6K | 877.2K | 2026-04-09 10:41 UTC |
91
+ | **pingcap/tidb** | 67.3K | 44.5K | 488.5K | 162.8K | 20.8K | 1.2M | 2026-04-09 10:51 UTC |
92
+ | **python/cpython** | 145.9K | 69.8K | 865.2K | 150.0K | 37.1K | 1.9M | 2026-04-09 10:46 UTC |
93
+ | **pytorch/pytorch** | 179.2K | 121.5K | 1.2M | 382.5K | 23.4K | 3.0M | 2026-04-09 10:50 UTC |
94
  | **redis/redis** | 14.6K | 7.6K | 81.6K | 27.2K | 11.4K | 208.0K | 2026-04-09 10:26 UTC |
95
+ | **rust-lang/rust** | 154.1K | 92.2K | 1.5M | 186.0K | 58.6K | 3.7M | 2026-04-09 10:50 UTC |
96
+ | **swiftlang/swift** | 84.5K | 66.8K | 447.6K | 108.6K | 16.6K | 1.4M | 2026-04-09 10:42 UTC |
97
  | **vuejs/core** | 12.1K | 6.1K | 35.8K | 4.8K | 10.6K | 90.7K | 2026-04-09 10:27 UTC |
98
  | **vuejs/docs** | 3.3K | 2.2K | 7.0K | 2.7K | 10.1K | 40.4K | 2026-04-09 07:39 UTC |
99
 
 
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` | 844.9K | Activity timeline (labels, closes, merges, assignments) |
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** | |
data/reviews/swiftlang/swift/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7342dd385e031d33f94d371d89c82cd69ea17cea6115b4b7f0f663ae33cf0f1f
3
- size 2933061
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0410e9873ae567b28205b69b7173b973a87ebaa6d121e3de4c1b552298bc46d
3
+ size 2933079
data/timeline_events/swiftlang/swift/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:47569ddde6911b964cf9754c4ba73998842c03a6957d9eac25535d6db2fcd36e
3
- size 1011359
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14a3604dbc659f4fcc881a7d5a368d441c1bc1e3ffd99d1a534a4a69a68f288d
3
+ size 1013013
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-09T10:43:59Z,ClickHouse/ClickHouse,101073,73100,205237,100570,101681,31835,695709,0,1309205
3
- 2026-04-09T10:43:59Z,duckdb/duckdb,18205,11388,44689,16430,13207,11305,198020,0,313244
4
- 2026-04-09T10:43:59Z,etcd-io/etcd,20997,13844,87357,36977,28592,12466,120396,0,320629
5
- 2026-04-09T10:43:59Z,facebook/react,33690,19202,137831,32928,20136,255685,202222,163984,865678
6
- 2026-04-09T10:43:59Z,golang/go,75903,4942,536579,167,323,279497,71807,0,969218
7
- 2026-04-09T10:43:59Z,kubernetes/kubernetes,137469,88755,1485123,439916,302503,24392,1475750,0,3953908
8
- 2026-04-09T10:43:59Z,mdn/content,41588,31454,74196,83461,19051,14093,150175,0,414018
9
- 2026-04-09T10:43:59Z,microsoft/TypeScript,62147,19094,286155,50558,41943,14328,589013,0,1063238
10
- 2026-04-09T10:43:59Z,moby/moby,51390,28126,316885,70539,50457,12599,347163,0,877159
11
- 2026-04-09T10:43:59Z,pingcap/tidb,67300,44494,370921,117589,162803,20697,427878,0,1211682
12
- 2026-04-09T10:43:59Z,python/cpython,145897,69824,720778,144451,150042,36991,662129,0,1930112
13
- 2026-04-09T10:43:59Z,pytorch/pytorch,179224,121468,893673,324658,382516,23319,1049510,0,2974368
14
- 2026-04-09T10:43:59Z,redis/redis,14572,7646,53108,28541,27238,11366,65518,0,207989
15
- 2026-04-09T10:43:59Z,rust-lang/rust,154119,92154,1221960,243057,186047,58510,1716787,0,3672634
16
- 2026-04-09T10:43:59Z,swiftlang/swift,84462,66803,344344,103208,108602,16635,685570,0,1409624
17
- 2026-04-09T10:43:59Z,vuejs/core,12068,6063,32204,3565,4773,10629,21352,0,90654
18
- 2026-04-09T10:43:59Z,vuejs/docs,3263,2248,4874,2134,2674,10058,15194,0,40445
19
- 2026-04-09T10:43:59Z,_total,1203367,700605,6815914,1798749,1602588,844405,8494193,163984,21623805
 
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
+ 2026-04-09T11:03:50Z,ClickHouse/ClickHouse,101073,73100,205249,100570,101683,31910,695710,0,1309295
3
+ 2026-04-09T11:03:50Z,duckdb/duckdb,18205,11388,44691,16430,13207,11318,198020,0,313259
4
+ 2026-04-09T11:03:50Z,etcd-io/etcd,20997,13844,87358,36977,28592,12469,120396,0,320633
5
+ 2026-04-09T11:03:50Z,facebook/react,33690,19202,137831,32928,20136,255685,202222,163984,865678
6
+ 2026-04-09T11:03:50Z,golang/go,75903,4942,536580,167,323,279498,71807,0,969220
7
+ 2026-04-09T11:03:50Z,kubernetes/kubernetes,137469,88755,1485125,439916,302503,24403,1475750,0,3953921
8
+ 2026-04-09T11:03:50Z,mdn/content,41588,31454,74196,83466,19051,14093,150175,0,414023
9
+ 2026-04-09T11:03:50Z,microsoft/TypeScript,62147,19094,286155,50558,41943,14328,589013,0,1063238
10
+ 2026-04-09T11:03:50Z,moby/moby,51390,28126,316886,70539,50457,12602,347163,0,877163
11
+ 2026-04-09T11:03:50Z,pingcap/tidb,67302,44494,370948,117599,162811,20780,427886,0,1211820
12
+ 2026-04-09T11:03:50Z,python/cpython,145900,69824,720788,144452,150044,37075,662138,0,1930221
13
+ 2026-04-09T11:03:50Z,pytorch/pytorch,179224,121468,893676,324658,382517,23400,1049510,0,2974453
14
+ 2026-04-09T11:03:50Z,redis/redis,14572,7646,53108,28541,27238,11366,65518,0,207989
15
+ 2026-04-09T11:03:50Z,rust-lang/rust,154120,92154,1221962,243057,186048,58632,1716787,0,3672760
16
+ 2026-04-09T11:03:50Z,swiftlang/swift,84462,66803,344344,103208,108603,16641,685570,0,1409631
17
+ 2026-04-09T11:03:50Z,vuejs/core,12068,6063,32204,3565,4773,10629,21352,0,90654
18
+ 2026-04-09T11:03:50Z,vuejs/docs,3263,2248,4874,2134,2674,10058,15194,0,40445
19
+ 2026-04-09T11:03:50Z,_total,1203373,700605,6815975,1798765,1602603,844887,8494211,163984,21624403