tamnd commited on
Commit
9721af1
·
verified ·
1 Parent(s): be712a1

sync swiftlang/swift +3 issues +8 comments +49 timeline +10 pr_files — 2026-04-06 00:55 UTC

Browse files

issues 84.4K +3
comments 344.1K +8
timeline_events 13.2K +49
pr_files 685.3K +10

README.md CHANGED
@@ -41,7 +41,7 @@ configs:
41
 
42
  The full development metadata of 12 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 **11.5M rows** across 8 tables in **29.0 KB** 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-05 22:36 UTC**.
56
 
57
 
58
  ## Latest Sync
@@ -61,23 +61,32 @@ New items since the previous publish:
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
- | **ClickHouse/ClickHouse** | | | — | +7.1K | |
 
 
 
 
 
 
 
 
 
65
 
66
 
67
  ## Repositories
68
 
69
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
70
  |---|---:|---:|---:|---:|---:|---:|---|
71
- | **ClickHouse/ClickHouse** | 100.7K | 72.8K | 0 | 44.7K | 10.0K | 554.3K | 2026-04-05 18:09 UTC |
72
- | **etcd-io/etcd** | 21.0K | 13.8K | 124.1K | 28.5K | 10.4K | 318.2K | 2026-04-05 17:22 UTC |
73
- | **facebook/react** | 33.7K | 19.2K | 170.7K | 20.1K | 250.7K | 860.5K | 2026-04-05 17:11 UTC |
74
- | **golang/go** | 75.8K | 4.9K | 536.0K | 323 | 267.0K | 955.9K | 2026-04-05 17:10 UTC |
75
- | **mdn/content** | 41.5K | 31.5K | 157.3K | 18.8K | 12.9K | 412.0K | 2026-04-05 07:15 UTC |
76
- | **microsoft/TypeScript** | 62.1K | 19.1K | 336.6K | 41.9K | 12.4K | 1.1M | 2026-04-05 11:24 UTC |
77
- | **python/cpython** | 145.7K | 69.8K | 864.2K | 149.8K | 22.0K | 1.9M | 2026-04-05 17:29 UTC |
78
- | **redis/redis** | 14.6K | 7.6K | 81.5K | 27.1K | 10.1K | 206.4K | 2026-04-05 16:30 UTC |
79
- | **rust-lang/rust** | 153.9K | 92.2K | 1.5M | 185.8K | 41.6K | 3.7M | 2026-04-05 17:31 UTC |
80
- | **swiftlang/swift** | 84.4K | 66.8K | 447.2K | 108.4K | 13.2K | 1.4M | 2026-04-05 17:02 UTC |
81
  | **vuejs/core** | 12.0K | 6.1K | 35.7K | 4.8K | 10.3K | 90.2K | 2026-04-04 09:36 UTC |
82
  | **vuejs/docs** | 3.3K | 2.2K | 7.0K | 2.7K | 10.0K | 40.4K | 2026-04-03 19:23 UTC |
83
 
@@ -375,11 +384,11 @@ CI/CD status checks and GitHub Actions results for each commit.
375
  | `pull_requests` | 406.1K | PR-specific fields (merge status, diffs, refs) |
376
  | `comments` | 3.5M | Conversation comments on issues and PRs |
377
  | `review_comments` | 728.0K | Inline code review comments on PR diffs |
378
- | `reviews` | 633.0K | PR review decisions |
379
- | `timeline_events` | 670.7K | Activity timeline (labels, closes, merges, assignments) |
380
- | `pr_files` | 4.6M | Files changed in each pull request |
381
  | `commit_statuses` | 164.0K | CI/CD status checks per commit |
382
- | **Total** | **11.5M** | |
383
 
384
  ## How it's built
385
 
 
41
 
42
  The full development metadata of 12 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 **11.6M rows** across 8 tables in **3.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
  - **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-06 00:55 UTC**.
56
 
57
 
58
  ## Latest Sync
 
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
+ | **ClickHouse/ClickHouse** | +12 | +5 | — | +15.3K | +92 |
65
+ | **etcd-io/etcd** | — | — | +1 | — | +108 |
66
+ | **facebook/react** | +1 | — | +4 | — | +45 |
67
+ | **golang/go** | — | — | +7 | — | +35 |
68
+ | **mdn/content** | +1 | — | +1 | — | +4 |
69
+ | **microsoft/TypeScript** | +3 | — | +3 | — | +5 |
70
+ | **python/cpython** | +21 | — | +55 | +26 | +1.1K |
71
+ | **redis/redis** | — | — | +1 | — | +4 |
72
+ | **rust-lang/rust** | +7 | — | +50 | +5 | +518 |
73
+ | **swiftlang/swift** | +3 | — | +8 | — | +49 |
74
 
75
 
76
  ## Repositories
77
 
78
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
79
  |---|---:|---:|---:|---:|---:|---:|---|
80
+ | **ClickHouse/ClickHouse** | 100.7K | 72.8K | 0 | 60.0K | 10.1K | 641.0K | 2026-04-06 00:34 UTC |
81
+ | **etcd-io/etcd** | 21.0K | 13.8K | 124.1K | 28.5K | 10.5K | 318.3K | 2026-04-05 23:57 UTC |
82
+ | **facebook/react** | 33.7K | 19.2K | 170.7K | 20.1K | 250.8K | 860.6K | 2026-04-05 23:41 UTC |
83
+ | **golang/go** | 75.8K | 4.9K | 536.1K | 323 | 267.0K | 956.0K | 2026-04-05 22:10 UTC |
84
+ | **mdn/content** | 41.5K | 31.5K | 157.4K | 18.8K | 12.9K | 412.0K | 2026-04-06 00:18 UTC |
85
+ | **microsoft/TypeScript** | 62.1K | 19.1K | 336.6K | 41.9K | 12.4K | 1.1M | 2026-04-06 00:24 UTC |
86
+ | **python/cpython** | 145.8K | 69.8K | 864.3K | 149.8K | 23.1K | 1.9M | 2026-04-06 00:19 UTC |
87
+ | **redis/redis** | 14.6K | 7.6K | 81.5K | 27.1K | 10.1K | 206.4K | 2026-04-05 18:26 UTC |
88
+ | **rust-lang/rust** | 153.9K | 92.2K | 1.5M | 185.8K | 42.1K | 3.7M | 2026-04-06 00:11 UTC |
89
+ | **swiftlang/swift** | 84.4K | 66.8K | 447.2K | 108.4K | 13.2K | 1.4M | 2026-04-06 00:13 UTC |
90
  | **vuejs/core** | 12.0K | 6.1K | 35.7K | 4.8K | 10.3K | 90.2K | 2026-04-04 09:36 UTC |
91
  | **vuejs/docs** | 3.3K | 2.2K | 7.0K | 2.7K | 10.0K | 40.4K | 2026-04-03 19:23 UTC |
92
 
 
384
  | `pull_requests` | 406.1K | PR-specific fields (merge status, diffs, refs) |
385
  | `comments` | 3.5M | Conversation comments on issues and PRs |
386
  | `review_comments` | 728.0K | Inline code review comments on PR diffs |
387
+ | `reviews` | 648.3K | PR review decisions |
388
+ | `timeline_events` | 672.7K | Activity timeline (labels, closes, merges, assignments) |
389
+ | `pr_files` | 4.7M | Files changed in each pull request |
390
  | `commit_statuses` | 164.0K | CI/CD status checks per commit |
391
+ | **Total** | **11.6M** | |
392
 
393
  ## How it's built
394
 
data/comments/swiftlang/swift/delta.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6e44d5c6c6fb8b9d26808f738ba27773339878d6fc4ace4def60a9257fec30e0
3
- size 2335
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb0f019e4113e46a36052bf33d0aef3e1e2f94d1c2961d1b44574ca29d0fc514
3
+ size 1497
data/issues/swiftlang/swift/delta.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:011550c72e3e53211db15cbc40424c9a21c27950b63c636bed57286d1e07dc35
3
- size 10467
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47b8f50375ae6573e72aa07753eca144712075f432215ef9b857f5af125cb5b7
3
+ size 5811
data/timeline_events/swiftlang/swift/delta.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3619f145c2da0c91c935849ac40717496d7cc22d8ff3a20cfa54033c215210b6
3
- size 11686
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00c4e04dd38aa11f1ddcab5e5f3970ce92dd6668d7b09fab499c99143253d6a8
3
+ size 6062
stats.csv CHANGED
@@ -1,14 +1,14 @@
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
- 2026-04-05T22:36:30Z,ClickHouse/ClickHouse,100691,72833,0,0,44677,10042,326031,0,554274
3
- 2026-04-05T22:36:30Z,etcd-io/etcd,20973,13844,87214,36907,28515,10415,120307,0,318175
4
- 2026-04-05T22:36:30Z,facebook/react,33671,19202,137746,32911,20114,250734,202159,163984,860521
5
- 2026-04-05T22:36:30Z,golang/go,75839,4942,535882,167,323,266977,71787,0,955917
6
- 2026-04-05T22:36:30Z,mdn/content,41537,31454,74108,83242,18824,12937,149932,0,412034
7
- 2026-04-05T22:36:30Z,microsoft/TypeScript,62128,19094,286088,50554,41935,12394,588993,0,1061186
8
- 2026-04-05T22:36:30Z,python/cpython,145738,69824,719996,144235,149806,21965,661095,0,1912659
9
- 2026-04-05T22:36:30Z,redis/redis,14557,7646,53049,28431,27127,10094,65526,0,206430
10
- 2026-04-05T22:36:30Z,rust-lang/rust,153942,92154,1220450,242736,185759,41584,1713700,0,3650325
11
- 2026-04-05T22:36:30Z,swiftlang/swift,84399,66803,344073,103099,108438,13165,685255,0,1405232
12
- 2026-04-05T22:36:30Z,vuejs/core,12049,6063,32158,3552,4759,10321,21300,0,90202
13
- 2026-04-05T22:36:30Z,vuejs/docs,3263,2248,4871,2131,2673,10044,15194,0,40424
14
- 2026-04-05T22:36:30Z,_total,748787,406107,3495635,727965,632950,670672,4621279,163984,11467379
 
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
+ 2026-04-06T00:55:00Z,ClickHouse/ClickHouse,100703,72838,0,0,59998,10134,397313,0,640986
3
+ 2026-04-06T00:55:00Z,etcd-io/etcd,20973,13844,87215,36907,28515,10523,120307,0,318284
4
+ 2026-04-06T00:55:00Z,facebook/react,33672,19202,137750,32911,20114,250779,202163,163984,860575
5
+ 2026-04-06T00:55:00Z,golang/go,75839,4942,535889,167,323,267012,71788,0,955960
6
+ 2026-04-06T00:55:00Z,mdn/content,41538,31454,74109,83242,18824,12941,149932,0,412040
7
+ 2026-04-06T00:55:00Z,microsoft/TypeScript,62131,19094,286091,50554,41935,12399,588993,0,1061197
8
+ 2026-04-06T00:55:00Z,python/cpython,145759,69824,720032,144254,149832,23115,661778,0,1914594
9
+ 2026-04-06T00:55:00Z,redis/redis,14557,7646,53050,28431,27127,10098,65526,0,206435
10
+ 2026-04-06T00:55:00Z,rust-lang/rust,153949,92154,1220495,242741,185764,42102,1713807,0,3651012
11
+ 2026-04-06T00:55:00Z,swiftlang/swift,84402,66803,344081,103099,108438,13214,685265,0,1405302
12
+ 2026-04-06T00:55:00Z,vuejs/core,12049,6063,32158,3552,4759,10321,21300,0,90202
13
+ 2026-04-06T00:55:00Z,vuejs/docs,3263,2248,4871,2131,2673,10044,15194,0,40424
14
+ 2026-04-06T00:55:00Z,_total,748835,406112,3495741,727989,648302,672682,4693366,163984,11557011