tamnd commited on
Commit
f4ebd77
·
verified ·
1 Parent(s): acc7ddd

sync swiftlang/swift +2 comments +6 timeline — 2026-04-10 00:07 UTC

Browse files

comments 344.4K +2
timeline_events 17.2K +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.7M 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,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 23:39 UTC**.
56
 
57
 
58
  ## Latest Sync
@@ -61,37 +61,36 @@ New items since the previous publish:
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
- | **ClickHouse/ClickHouse** | +1 | — | +15 | +2 | +61 |
65
- | **facebook/react** | — | — | | — | +2 |
66
- | **kubernetes/kubernetes** | — | — | +7 | +2 | +50 |
67
- | **microsoft/TypeScript** | +2 | — | | | +6 |
68
- | **pingcap/tidb** | — | — | +2 | — | +4 |
69
- | **python/cpython** | +1 | — | +4 | — | +15 |
70
- | **pytorch/pytorch** | +1 | — | +7 | +3 | +131 |
71
- | **rust-lang/rust** | +2 | — | +34 | +2 | +96 |
72
- | **swiftlang/swift** | +1 | — | +2 | +1 | +17 |
73
- | **vuejs/core** | — | — | — | — | +1 |
74
 
75
 
76
  ## Repositories
77
 
78
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
79
  |---|---:|---:|---:|---:|---:|---:|---|
80
- | **ClickHouse/ClickHouse** | 101.2K | 73.1K | 306.5K | 101.9K | 36.3K | 1.3M | 2026-04-09 23:20 UTC |
81
  | **duckdb/duckdb** | 18.2K | 11.4K | 61.2K | 13.2K | 11.6K | 313.8K | 2026-04-09 22:44 UTC |
82
  | **etcd-io/etcd** | 21.0K | 13.8K | 124.4K | 28.6K | 12.5K | 320.8K | 2026-04-09 20:23 UTC |
83
  | **facebook/react** | 33.7K | 19.2K | 170.8K | 20.1K | 255.8K | 865.8K | 2026-04-09 23:19 UTC |
84
- | **golang/go** | 75.9K | 4.9K | 536.9K | 323 | 281.3K | 971.3K | 2026-04-09 22:59 UTC |
85
- | **kubernetes/kubernetes** | 137.5K | 88.8K | 1.9M | 302.6K | 29.6K | 4.0M | 2026-04-09 23:21 UTC |
86
- | **mdn/content** | 41.6K | 31.5K | 157.7K | 19.1K | 14.4K | 414.5K | 2026-04-09 22:50 UTC |
87
  | **microsoft/TypeScript** | 62.2K | 19.1K | 336.7K | 41.9K | 14.4K | 1.1M | 2026-04-09 22:58 UTC |
88
  | **moby/moby** | 51.4K | 28.1K | 387.4K | 50.5K | 12.9K | 877.5K | 2026-04-09 22:14 UTC |
89
- | **pingcap/tidb** | 67.3K | 44.5K | 488.8K | 162.8K | 22.1K | 1.2M | 2026-04-09 23:09 UTC |
90
- | **python/cpython** | 145.9K | 69.8K | 865.5K | 150.1K | 39.6K | 1.9M | 2026-04-09 23:16 UTC |
91
- | **pytorch/pytorch** | 179.3K | 121.5K | 1.2M | 382.7K | 42.0K | 3.0M | 2026-04-09 23:21 UTC |
92
  | **redis/redis** | 14.6K | 7.6K | 81.7K | 27.2K | 11.4K | 208.1K | 2026-04-09 18:26 UTC |
93
- | **rust-lang/rust** | 154.2K | 92.2K | 1.5M | 186.1K | 62.2K | 3.7M | 2026-04-09 23:18 UTC |
94
- | **swiftlang/swift** | 84.5K | 66.8K | 447.6K | 108.6K | 17.2K | 1.4M | 2026-04-09 23:17 UTC |
95
  | **vuejs/core** | 12.1K | 6.1K | 35.8K | 4.8K | 10.6K | 90.7K | 2026-04-09 23:03 UTC |
96
  | **vuejs/docs** | 3.3K | 2.2K | 7.0K | 2.7K | 10.1K | 40.4K | 2026-04-09 07:39 UTC |
97
 
@@ -390,7 +389,7 @@ CI/CD status checks and GitHub Actions results for each commit.
390
  | `comments` | 6.8M | Conversation comments on issues and PRs |
391
  | `review_comments` | 1.8M | Inline code review comments on PR diffs |
392
  | `reviews` | 1.6M | PR review decisions |
393
- | `timeline_events` | 884.1K | Activity timeline (labels, closes, merges, assignments) |
394
  | `pr_files` | 8.5M | Files changed in each pull request |
395
  | `commit_statuses` | 164.0K | CI/CD status checks per commit |
396
  | **Total** | **21.7M** | |
 
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.7M rows** across 8 tables in **1.0 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-04-10 00:07 UTC**.
56
 
57
 
58
  ## Latest Sync
 
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
+ | **ClickHouse/ClickHouse** | +4 | — | +25 | +7 | +87 |
65
+ | **golang/go** | — | — | +7 | — | +7 |
66
+ | **kubernetes/kubernetes** | — | — | +3 | +1 | +94 |
67
+ | **mdn/content** | | — | +5 | +7 | +9 |
68
+ | **pingcap/tidb** | — | — | +5 | — | +10 |
69
+ | **python/cpython** | | — | +7 | — | +80 |
70
+ | **pytorch/pytorch** | | — | +31 | +2 | +650 |
71
+ | **rust-lang/rust** | | — | +11 | +2 | +156 |
72
+ | **swiftlang/swift** | | — | +2 | | +6 |
 
73
 
74
 
75
  ## Repositories
76
 
77
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
78
  |---|---:|---:|---:|---:|---:|---:|---|
79
+ | **ClickHouse/ClickHouse** | 101.2K | 73.1K | 306.5K | 101.9K | 36.4K | 1.3M | 2026-04-09 23:50 UTC |
80
  | **duckdb/duckdb** | 18.2K | 11.4K | 61.2K | 13.2K | 11.6K | 313.8K | 2026-04-09 22:44 UTC |
81
  | **etcd-io/etcd** | 21.0K | 13.8K | 124.4K | 28.6K | 12.5K | 320.8K | 2026-04-09 20:23 UTC |
82
  | **facebook/react** | 33.7K | 19.2K | 170.8K | 20.1K | 255.8K | 865.8K | 2026-04-09 23:19 UTC |
83
+ | **golang/go** | 75.9K | 4.9K | 537.0K | 323 | 281.3K | 971.3K | 2026-04-09 23:43 UTC |
84
+ | **kubernetes/kubernetes** | 137.5K | 88.8K | 1.9M | 302.6K | 29.6K | 4.0M | 2026-04-09 23:45 UTC |
85
+ | **mdn/content** | 41.6K | 31.5K | 157.7K | 19.2K | 14.4K | 414.6K | 2026-04-09 23:46 UTC |
86
  | **microsoft/TypeScript** | 62.2K | 19.1K | 336.7K | 41.9K | 14.4K | 1.1M | 2026-04-09 22:58 UTC |
87
  | **moby/moby** | 51.4K | 28.1K | 387.4K | 50.5K | 12.9K | 877.5K | 2026-04-09 22:14 UTC |
88
+ | **pingcap/tidb** | 67.3K | 44.5K | 488.8K | 162.8K | 22.1K | 1.2M | 2026-04-09 23:46 UTC |
89
+ | **python/cpython** | 145.9K | 69.8K | 865.5K | 150.1K | 39.7K | 1.9M | 2026-04-09 23:43 UTC |
90
+ | **pytorch/pytorch** | 179.3K | 121.5K | 1.2M | 382.7K | 42.7K | 3.0M | 2026-04-09 23:51 UTC |
91
  | **redis/redis** | 14.6K | 7.6K | 81.7K | 27.2K | 11.4K | 208.1K | 2026-04-09 18:26 UTC |
92
+ | **rust-lang/rust** | 154.2K | 92.2K | 1.5M | 186.1K | 62.4K | 3.7M | 2026-04-09 23:44 UTC |
93
+ | **swiftlang/swift** | 84.5K | 66.8K | 447.6K | 108.6K | 17.2K | 1.4M | 2026-04-09 23:36 UTC |
94
  | **vuejs/core** | 12.1K | 6.1K | 35.8K | 4.8K | 10.6K | 90.7K | 2026-04-09 23:03 UTC |
95
  | **vuejs/docs** | 3.3K | 2.2K | 7.0K | 2.7K | 10.1K | 40.4K | 2026-04-09 07:39 UTC |
96
 
 
389
  | `comments` | 6.8M | Conversation comments on issues and PRs |
390
  | `review_comments` | 1.8M | Inline code review comments on PR diffs |
391
  | `reviews` | 1.6M | PR review decisions |
392
+ | `timeline_events` | 885.2K | Activity timeline (labels, closes, merges, assignments) |
393
  | `pr_files` | 8.5M | Files changed in each pull request |
394
  | `commit_statuses` | 164.0K | CI/CD status checks per commit |
395
  | **Total** | **21.7M** | |
data/comments/swiftlang/swift/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:61ca9dc918cb20ceb79c02bad8efb231d0a6cf81fa8ac73fbc8f52ce5793cff9
3
- size 35313143
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50962a0230e9960c5182ae2ca28600f97afcc20223d865007ab31303193838ce
3
+ size 35313180
data/timeline_events/swiftlang/swift/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e0bb89057d8650fc1bccbd47bd0f536b295d80271c99d2a536cb751e726bc85c
3
- size 1078180
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f2ad2dcde0257e9296dd2683b2de2f55f6464fdb1dd25a219097ac195a62c62
3
+ size 1078497
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-09T23:39:22Z,ClickHouse/ClickHouse,101171,73100,205715,100786,101908,36329,696470,0,1315479
3
- 2026-04-09T23:39:22Z,duckdb/duckdb,18222,11388,44723,16439,13215,11645,198160,0,313792
4
- 2026-04-09T23:39:22Z,etcd-io/etcd,21000,13844,87368,36989,28604,12549,120405,0,320759
5
- 2026-04-09T23:39:22Z,facebook/react,33697,19202,137851,32928,20137,255770,202231,163984,865800
6
- 2026-04-09T23:39:22Z,golang/go,75918,4942,536779,167,323,281340,71818,0,971287
7
- 2026-04-09T23:39:22Z,kubernetes/kubernetes,137491,88755,1485568,440010,302596,29555,1475901,0,3959876
8
- 2026-04-09T23:39:22Z,mdn/content,41595,31454,74215,83522,19144,14399,150219,0,414548
9
- 2026-04-09T23:39:22Z,microsoft/TypeScript,62153,19094,286162,50558,41943,14369,589013,0,1063292
10
- 2026-04-09T23:39:22Z,moby/moby,51393,28126,316890,70555,50469,12881,347209,0,877523
11
- 2026-04-09T23:39:22Z,pingcap/tidb,67310,44494,371241,117603,162835,22077,427934,0,1213494
12
- 2026-04-09T23:39:22Z,python/cpython,145927,69824,720968,144485,150090,39620,662201,0,1933115
13
- 2026-04-09T23:39:22Z,pytorch/pytorch,179291,121468,894173,324777,382662,42005,1050151,0,2994527
14
- 2026-04-09T23:39:22Z,redis/redis,14574,7646,53116,28551,27250,11434,65521,0,208092
15
- 2026-04-09T23:39:22Z,rust-lang/rust,154157,92154,1222232,243153,186124,62211,1718031,0,3678062
16
- 2026-04-09T23:39:22Z,swiftlang/swift,84486,66803,344411,103216,108634,17195,685831,0,1410576
17
- 2026-04-09T23:39:22Z,vuejs/core,12068,6063,32207,3565,4773,10649,21354,0,90679
18
- 2026-04-09T23:39:22Z,vuejs/docs,3263,2248,4874,2134,2674,10058,15194,0,40445
19
- 2026-04-09T23:39:22Z,_total,1203716,700605,6818493,1799438,1603381,884086,8497643,163984,21671346
 
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
+ 2026-04-10T00:07:47Z,ClickHouse/ClickHouse,101175,73100,205734,100792,101915,36416,696551,0,1315683
3
+ 2026-04-10T00:07:47Z,duckdb/duckdb,18222,11388,44723,16439,13215,11645,198160,0,313792
4
+ 2026-04-10T00:07:47Z,etcd-io/etcd,21000,13844,87368,36989,28604,12549,120405,0,320759
5
+ 2026-04-10T00:07:47Z,facebook/react,33697,19202,137851,32928,20137,255770,202231,163984,865800
6
+ 2026-04-10T00:07:47Z,golang/go,75918,4942,536786,167,323,281347,71818,0,971301
7
+ 2026-04-10T00:07:47Z,kubernetes/kubernetes,137491,88755,1485570,440011,302597,29649,1475901,0,3959974
8
+ 2026-04-10T00:07:47Z,mdn/content,41595,31454,74215,83527,19151,14408,150219,0,414569
9
+ 2026-04-10T00:07:47Z,microsoft/TypeScript,62153,19094,286162,50558,41943,14369,589013,0,1063292
10
+ 2026-04-10T00:07:47Z,moby/moby,51393,28126,316890,70555,50469,12881,347209,0,877523
11
+ 2026-04-10T00:07:47Z,pingcap/tidb,67310,44494,371246,117603,162835,22087,427934,0,1213509
12
+ 2026-04-10T00:07:47Z,python/cpython,145927,69824,720975,144485,150090,39700,662201,0,1933202
13
+ 2026-04-10T00:07:47Z,pytorch/pytorch,179291,121468,894199,324782,382664,42655,1050150,0,2995209
14
+ 2026-04-10T00:07:47Z,redis/redis,14574,7646,53116,28551,27250,11434,65521,0,208092
15
+ 2026-04-10T00:07:47Z,rust-lang/rust,154157,92154,1222241,243155,186126,62367,1718031,0,3678231
16
+ 2026-04-10T00:07:47Z,swiftlang/swift,84486,66803,344413,103216,108634,17201,685831,0,1410584
17
+ 2026-04-10T00:07:47Z,vuejs/core,12068,6063,32207,3565,4773,10649,21354,0,90679
18
+ 2026-04-10T00:07:47Z,vuejs/docs,3263,2248,4874,2134,2674,10058,15194,0,40445
19
+ 2026-04-10T00:07:47Z,_total,1203720,700605,6818570,1799457,1603400,885185,8497723,163984,21672644