tamnd commited on
Commit
59484c0
·
verified ·
1 Parent(s): 56b995b

sync swiftlang/swift +3 issues +14 comments +3 review_comments +5 reviews — 2026-04-07 09:18 UTC

Browse files

issues 84.4K +3
comments 344.2K +14
review_comments 103.1K +3
reviews 108.5K +5
timeline_events 14.0K +97
pr_files 685.3K +8

README.md CHANGED
@@ -41,7 +41,7 @@ configs:
41
 
42
  The full development metadata of 14 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 **13.6M rows** across 8 tables in **57.0 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-04-07 09:01 UTC**.
56
 
57
 
58
  ## Latest Sync
@@ -61,26 +61,36 @@ New items since the previous publish:
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
- | **python/cpython** | +15 | — | | +13 | +1.6K |
65
- | **vuejs/core** | +2 | | +6 | +1 | +26 |
 
 
 
 
 
 
 
 
 
 
66
 
67
 
68
  ## Repositories
69
 
70
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
71
  |---|---:|---:|---:|---:|---:|---:|---|
72
- | **ClickHouse/ClickHouse** | 100.8K | 72.8K | 303.4K | 100.9K | 14.4K | 1.3M | 2026-04-07 00:16 UTC |
73
- | **duckdb/duckdb** | 18.1K | 11.4K | 0 | 9.5K | 10.0K | 181.0K | 2026-04-07 08:04 UTC |
74
- | **etcd-io/etcd** | 21.0K | 13.8K | 124.1K | 28.5K | 11.4K | 319.2K | 2026-04-06 23:32 UTC |
75
  | **facebook/react** | 33.7K | 19.2K | 170.7K | 20.1K | 251.2K | 861.0K | 2026-04-07 07:32 UTC |
76
- | **golang/go** | 75.9K | 4.9K | 536.2K | 323 | 268.2K | 957.3K | 2026-04-06 23:24 UTC |
77
- | **mdn/content** | 41.5K | 31.5K | 157.4K | 18.9K | 13.2K | 412.6K | 2026-04-07 00:20 UTC |
78
- | **microsoft/TypeScript** | 62.1K | 19.1K | 336.7K | 41.9K | 13.2K | 1.1M | 2026-04-07 00:00 UTC |
79
- | **pingcap/tidb** | 67.2K | 44.5K | 487.4K | 162.6K | 10.1K | 1.2M | 2026-04-07 00:58 UTC |
80
- | **python/cpython** | 145.8K | 69.8K | 864.5K | 149.9K | 26.6K | 1.9M | 2026-04-07 08:40 UTC |
81
- | **redis/redis** | 14.6K | 7.6K | 81.5K | 27.2K | 10.9K | 207.3K | 2026-04-06 20:10 UTC |
82
- | **rust-lang/rust** | 154.0K | 92.2K | 1.5M | 185.8K | 46.2K | 3.7M | 2026-04-07 00:14 UTC |
83
- | **swiftlang/swift** | 84.4K | 66.8K | 447.3K | 108.5K | 13.9K | 1.4M | 2026-04-07 00:00 UTC |
84
  | **vuejs/core** | 12.1K | 6.1K | 35.7K | 4.8K | 10.4K | 90.4K | 2026-04-07 08:56 UTC |
85
  | **vuejs/docs** | 3.3K | 2.2K | 7.0K | 2.7K | 10.0K | 40.4K | 2026-04-03 19:23 UTC |
86
 
@@ -374,12 +384,12 @@ CI/CD status checks and GitHub Actions results for each commit.
374
 
375
  | Table | Rows | Description |
376
  |-------|-----:|-------------|
377
- | `issues` | 834.4K | Issues and pull requests (shared metadata) |
378
  | `pull_requests` | 462.0K | PR-specific fields (merge status, diffs, refs) |
379
  | `comments` | 4.1M | Conversation comments on issues and PRs |
380
- | `review_comments` | 945.6K | Inline code review comments on PR diffs |
381
- | `reviews` | 861.5K | PR review decisions |
382
- | `timeline_events` | 709.8K | Activity timeline (labels, closes, merges, assignments) |
383
  | `pr_files` | 5.6M | Files changed in each pull request |
384
  | `commit_statuses` | 164.0K | CI/CD status checks per commit |
385
  | **Total** | **13.6M** | |
 
41
 
42
  The full development metadata of 14 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 **13.6M rows** across 8 tables in **1011.0 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-07 09:18 UTC**.
56
 
57
 
58
  ## Latest Sync
 
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
+ | **ClickHouse/ClickHouse** | +15 | — | +511 | +121 | +11.3K |
65
+ | **duckdb/duckdb** | | +1 | | | +15 |
66
+ | **etcd-io/etcd** | +1 | — | +32 | +22 | +207 |
67
+ | **facebook/react** | — | — | +9 | — | — |
68
+ | **golang/go** | +1 | — | +20 | — | +160 |
69
+ | **mdn/content** | +4 | — | +23 | +27 | +89 |
70
+ | **microsoft/TypeScript** | +1 | — | +4 | — | +7 |
71
+ | **pingcap/tidb** | +12 | — | +56 | +33 | +1.3K |
72
+ | **python/cpython** | — | — | +111 | +3 | +270 |
73
+ | **redis/redis** | +2 | — | +29 | +22 | +47 |
74
+ | **rust-lang/rust** | +19 | — | +126 | +18 | +1.2K |
75
+ | **swiftlang/swift** | +3 | — | +17 | +5 | +97 |
76
 
77
 
78
  ## Repositories
79
 
80
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
81
  |---|---:|---:|---:|---:|---:|---:|---|
82
+ | **ClickHouse/ClickHouse** | 100.8K | 72.8K | 303.9K | 101.0K | 25.6K | 1.3M | 2026-04-07 08:59 UTC |
83
+ | **duckdb/duckdb** | 18.1K | 11.4K | 0 | 9.5K | 10.0K | 181.1K | 2026-04-07 08:48 UTC |
84
+ | **etcd-io/etcd** | 21.0K | 13.8K | 124.2K | 28.5K | 11.6K | 319.5K | 2026-04-07 08:59 UTC |
85
  | **facebook/react** | 33.7K | 19.2K | 170.7K | 20.1K | 251.2K | 861.0K | 2026-04-07 07:32 UTC |
86
+ | **golang/go** | 75.9K | 4.9K | 536.2K | 323 | 268.3K | 957.5K | 2026-04-07 08:20 UTC |
87
+ | **mdn/content** | 41.6K | 31.5K | 157.5K | 18.9K | 13.3K | 412.7K | 2026-04-07 08:57 UTC |
88
+ | **microsoft/TypeScript** | 62.1K | 19.1K | 336.7K | 41.9K | 13.2K | 1.1M | 2026-04-07 07:22 UTC |
89
+ | **pingcap/tidb** | 67.2K | 44.5K | 487.5K | 162.6K | 11.4K | 1.2M | 2026-04-07 09:01 UTC |
90
+ | **python/cpython** | 145.8K | 69.8K | 864.6K | 149.9K | 26.8K | 1.9M | 2026-04-07 08:40 UTC |
91
+ | **redis/redis** | 14.6K | 7.6K | 81.5K | 27.2K | 11.0K | 207.4K | 2026-04-07 08:53 UTC |
92
+ | **rust-lang/rust** | 154.0K | 92.2K | 1.5M | 185.9K | 47.4K | 3.7M | 2026-04-07 08:57 UTC |
93
+ | **swiftlang/swift** | 84.4K | 66.8K | 447.3K | 108.5K | 14.0K | 1.4M | 2026-04-07 08:51 UTC |
94
  | **vuejs/core** | 12.1K | 6.1K | 35.7K | 4.8K | 10.4K | 90.4K | 2026-04-07 08:56 UTC |
95
  | **vuejs/docs** | 3.3K | 2.2K | 7.0K | 2.7K | 10.0K | 40.4K | 2026-04-03 19:23 UTC |
96
 
 
384
 
385
  | Table | Rows | Description |
386
  |-------|-----:|-------------|
387
+ | `issues` | 834.5K | Issues and pull requests (shared metadata) |
388
  | `pull_requests` | 462.0K | PR-specific fields (merge status, diffs, refs) |
389
  | `comments` | 4.1M | Conversation comments on issues and PRs |
390
+ | `review_comments` | 945.8K | Inline code review comments on PR diffs |
391
+ | `reviews` | 861.8K | PR review decisions |
392
+ | `timeline_events` | 724.4K | Activity timeline (labels, closes, merges, assignments) |
393
  | `pr_files` | 5.6M | Files changed in each pull request |
394
  | `commit_statuses` | 164.0K | CI/CD status checks per commit |
395
  | **Total** | **13.6M** | |
data/comments/swiftlang/swift/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:57eb3bd0b599947a10a83ec9bb143b67864f7efa81b61ade2c2b2920a1ff5170
3
- size 35297230
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab15ecb0b0c108d86a1539856813644fdb43f96cb079d9e90f9226b1ccdd2546
3
+ size 35297511
data/issues/swiftlang/swift/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1fe36ea607ada7cfb87b2832d574d7f34107faaf168cb78898f5a0b8715c66ab
3
- size 22288509
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93c9539695f0124f805d0901d405603db0ccfa541a23c2ed5fc330c548a4c9b7
3
+ size 22287798
data/pr_files/swiftlang/swift/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b082e847cb4694dddcf408d82a9c4c675ac9858737ae4970d7dc2d44a91925b9
3
- size 4355629
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:474e3f00bba68de6a8413a0e0e8cbf4b96b8c401eab9b7cc5ac0af20c5c71995
3
+ size 4355827
data/review_comments/swiftlang/swift/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:627ff89e37e00a1c375b883f28790b63fd31e9220164518bc23fcb79295e4e52
3
- size 21057688
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee5b4f7788a317da4d8b093efaeecb70712b1526bf69907b98f1b07be07dc6fc
3
+ size 21058600
data/reviews/swiftlang/swift/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7818b380ee1a1cc8c38e0e3aa74c484fb716b410ee95732fd787b4d09af7c423
3
- size 2928401
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a41535d2d104c8985d16b7f328f7dd8351fbf0f3860ad85cd46262db42f428d
3
+ size 2928540
data/timeline_events/swiftlang/swift/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f4bd2fef99afa42a9ed9df8b6430e8fd09f0ebb8836545d6419e32e4a272cd17
3
- size 637427
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a1812cfa8bef3968dfeae38dfa6a826f52cef53c67be0d5edb20af7e3c31750
3
+ size 647379
stats.csv CHANGED
@@ -1,16 +1,16 @@
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
- 2026-04-07T09:01:18Z,ClickHouse/ClickHouse,100767,72838,203554,99885,100886,14377,694654,0,1286961
3
- 2026-04-07T09:01:18Z,duckdb/duckdb,18138,11387,0,0,9494,10000,132021,0,181040
4
- 2026-04-07T09:01:18Z,etcd-io/etcd,20977,13844,87235,36911,28519,11415,120334,0,319235
5
- 2026-04-07T09:01:18Z,facebook/react,33676,19202,137771,32913,20117,251165,202197,163984,861025
6
- 2026-04-07T09:01:18Z,golang/go,75856,4942,536058,167,323,268162,71801,0,957309
7
- 2026-04-07T09:01:18Z,mdn/content,41549,31454,74126,83303,18892,13219,150013,0,412556
8
- 2026-04-07T09:01:18Z,microsoft/TypeScript,62139,19094,286115,50558,41941,13207,589008,0,1062062
9
- 2026-04-07T09:01:18Z,pingcap/tidb,67226,44494,370000,117422,162551,10111,427607,0,1199411
10
- 2026-04-07T09:01:18Z,python/cpython,145814,69824,720155,144320,149912,26578,661924,0,1918527
11
- 2026-04-07T09:01:18Z,redis/redis,14562,7646,53062,28453,27151,10918,65540,0,207332
12
- 2026-04-07T09:01:18Z,rust-lang/rust,154002,92154,1220889,242831,185839,46238,1715201,0,3657154
13
- 2026-04-07T09:01:18Z,swiftlang/swift,84416,66803,344157,103119,108477,13942,685321,0,1406235
14
- 2026-04-07T09:01:18Z,vuejs/core,12059,6063,32184,3558,4764,10414,21326,0,90368
15
- 2026-04-07T09:01:18Z,vuejs/docs,3263,2248,4871,2131,2673,10044,15194,0,40424
16
- 2026-04-07T09:01:18Z,_total,834444,461993,4070177,945571,861539,709790,5552141,163984,13599639
 
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
+ 2026-04-07T09:18:20Z,ClickHouse/ClickHouse,100782,72838,203956,99994,101007,25630,694659,0,1298866
3
+ 2026-04-07T09:18:20Z,duckdb/duckdb,18138,11388,0,0,9494,10015,132021,0,181056
4
+ 2026-04-07T09:18:20Z,etcd-io/etcd,20978,13844,87245,36933,28541,11622,120336,0,319499
5
+ 2026-04-07T09:18:20Z,facebook/react,33676,19202,137780,32913,20117,251165,202197,163984,861034
6
+ 2026-04-07T09:18:20Z,golang/go,75857,4942,536078,167,323,268322,71801,0,957490
7
+ 2026-04-07T09:18:20Z,mdn/content,41553,31454,74130,83322,18919,13308,150047,0,412733
8
+ 2026-04-07T09:18:20Z,microsoft/TypeScript,62140,19094,286119,50558,41941,13214,589008,0,1062074
9
+ 2026-04-07T09:18:20Z,pingcap/tidb,67238,44494,370051,117427,162584,11444,427636,0,1200874
10
+ 2026-04-07T09:18:20Z,python/cpython,145814,69824,720249,144337,149915,26848,661938,0,1918925
11
+ 2026-04-07T09:18:20Z,redis/redis,14564,7646,53069,28475,27173,10965,65541,0,207433
12
+ 2026-04-07T09:18:20Z,rust-lang/rust,154021,92154,1220997,242849,185857,47399,1715275,0,3658552
13
+ 2026-04-07T09:18:20Z,swiftlang/swift,84419,66803,344171,103122,108482,14039,685329,0,1406365
14
+ 2026-04-07T09:18:20Z,vuejs/core,12059,6063,32184,3558,4764,10414,21326,0,90368
15
+ 2026-04-07T09:18:20Z,vuejs/docs,3263,2248,4871,2131,2673,10044,15194,0,40424
16
+ 2026-04-07T09:18:20Z,_total,834502,461994,4070900,945786,861790,724429,5552308,163984,13615693