tamnd commited on
Commit
5d9ebf4
·
verified ·
1 Parent(s): 26b704a

sync swiftlang/swift +23.4K reviews +106.6K pr_files — 2026-05-04 08:54 UTC

Browse files

reviews 64.8K +23.4K
pr_files 475.5K +106.6K

README.md CHANGED
@@ -41,7 +41,7 @@ configs:
41
 
42
  The full development metadata of 15 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 **18.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,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-04 08:14 UTC**.
56
 
57
 
58
  ## Latest Sync
@@ -61,19 +61,7 @@ New items since the previous publish:
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
- | **ClickHouse/ClickHouse** | +102.6K | +73.9K | +312.7K | +105.0K | +40.9K |
65
- | **etcd-io/etcd** | +21.1K | +13.9K | +125.1K | +28.8K | +13.0K |
66
- | **facebook/react** | +33.9K | +19.4K | +171.3K | +31.9K | +11.8K |
67
- | **golang/go** | +74.3K | +5.1K | +540.8K | +183 | +37.4K |
68
- | **kubernetes/kubernetes** | +137.9K | +89.2K | +1.9M | +303.9K | +71.1K |
69
- | **mdn/content** | — | — | +3 | +1 | +8 |
70
- | **microsoft/TypeScript** | +62.2K | +19.1K | +337.0K | +42.0K | +18.0K |
71
- | **python/cpython** | +106.0K | +70.7K | +872.1K | +61.8K | +28.8K |
72
- | **pytorch/pytorch** | +181.7K | +123.3K | +1.2M | +383.9K | +131.8K |
73
- | **redis/redis** | +14.7K | +7.6K | +82.7K | +27.8K | +14.1K |
74
- | **rust-lang/rust** | +155.1K | +93.2K | +1.5M | +188.2K | +38.0K |
75
- | **swiftlang/swift** | +84.9K | +67.2K | — | +41.4K | +10.0K |
76
- | **vuejs/core** | +12.1K | +6.1K | +36.1K | +4.8K | +11.7K |
77
 
78
 
79
  ## Repositories
@@ -92,7 +80,7 @@ New items since the previous publish:
92
  | **pytorch/pytorch** | 181.7K | 123.3K | 1.2M | 383.9K | 131.8K | 3.1M | 2026-05-04 05:01 UTC |
93
  | **redis/redis** | 14.7K | 7.6K | 82.7K | 27.8K | 14.1K | 212.9K | 2026-04-30 05:59 UTC |
94
  | **rust-lang/rust** | 155.1K | 93.2K | 1.5M | 188.2K | 38.0K | 3.7M | 2026-05-04 05:24 UTC |
95
- | **swiftlang/swift** | 84.9K | 67.2K | 0 | 41.4K | 10.0K | 572.4K | 2026-05-04 05:05 UTC |
96
  | **vuejs/core** | 12.1K | 6.1K | 36.1K | 4.8K | 11.7K | 92.4K | 2026-05-04 05:37 UTC |
97
  | **vuejs/docs** | 3.3K | 2.2K | 7.0K | 2.7K | 10.1K | 40.7K | 2026-04-28 08:27 UTC |
98
 
@@ -392,8 +380,8 @@ CI/CD status checks and GitHub Actions results for each commit.
392
  | `review_comments` | 1.5M | Inline code review comments on PR diffs |
393
  | `reviews` | 1.3M | PR review decisions |
394
  | `timeline_events` | 465.2K | Activity timeline (labels, closes, merges, assignments) |
395
- | `pr_files` | 7.3M | Files changed in each pull request |
396
- | **Total** | **18.1M** | |
397
 
398
  ## How it's built
399
 
 
41
 
42
  The full development metadata of 15 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 **18.3M rows** across 8 tables in **4.2 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-05-04 08:54 UTC**.
56
 
57
 
58
  ## Latest Sync
 
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
+ | **swiftlang/swift** | | | | +23.4K | |
 
 
 
 
 
 
 
 
 
 
 
 
65
 
66
 
67
  ## Repositories
 
80
  | **pytorch/pytorch** | 181.7K | 123.3K | 1.2M | 383.9K | 131.8K | 3.1M | 2026-05-04 05:01 UTC |
81
  | **redis/redis** | 14.7K | 7.6K | 82.7K | 27.8K | 14.1K | 212.9K | 2026-04-30 05:59 UTC |
82
  | **rust-lang/rust** | 155.1K | 93.2K | 1.5M | 188.2K | 38.0K | 3.7M | 2026-05-04 05:24 UTC |
83
+ | **swiftlang/swift** | 84.9K | 67.2K | 0 | 64.8K | 10.0K | 702.4K | 2026-05-04 05:05 UTC |
84
  | **vuejs/core** | 12.1K | 6.1K | 36.1K | 4.8K | 11.7K | 92.4K | 2026-05-04 05:37 UTC |
85
  | **vuejs/docs** | 3.3K | 2.2K | 7.0K | 2.7K | 10.1K | 40.7K | 2026-04-28 08:27 UTC |
86
 
 
380
  | `review_comments` | 1.5M | Inline code review comments on PR diffs |
381
  | `reviews` | 1.3M | PR review decisions |
382
  | `timeline_events` | 465.2K | Activity timeline (labels, closes, merges, assignments) |
383
+ | `pr_files` | 7.4M | Files changed in each pull request |
384
+ | **Total** | **18.3M** | |
385
 
386
  ## How it's built
387
 
data/pr_files/swiftlang/swift/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7a2bc99afb86d12963311a44d187c72f61754357aefd108849eff2ee1ea0e708
3
- size 2069019
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bfa0745e7a15b9dc36a9cad70bd893276fb7bfc0b7e635e573844af15e89ad6
3
+ size 2703566
data/reviews/swiftlang/swift/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:81c62b5f1c0f2122a0cf858b87ace4951bb333d345a04a6a0530ff437f4b8fea
3
- size 1085099
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bbec9b5a8c9df7f1d0c56aae045216a4677387c1451c4c2932ae6c1f0cc6081
3
+ size 1740757
stats.csv CHANGED
@@ -1,17 +1,17 @@
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
- 2026-05-04T08:14:34Z,ClickHouse/ClickHouse,102633,73891,209045,103643,105003,40908,690402,0,1325525
3
- 2026-05-04T08:14:34Z,duckdb/duckdb,18588,11388,44927,16516,13288,15717,202251,0,322675
4
- 2026-05-04T08:14:34Z,etcd-io/etcd,21093,13900,87864,37197,28839,13033,120657,0,322583
5
- 2026-05-04T08:14:34Z,facebook/react,33854,19412,138286,32992,31888,11823,205455,0,473710
6
- 2026-05-04T08:14:34Z,golang/go,74318,5062,540591,168,183,37433,47343,0,705098
7
- 2026-05-04T08:14:34Z,kubernetes/kubernetes,137924,89151,1490813,441583,303948,71124,1484210,0,4018753
8
- 2026-05-04T08:14:34Z,mdn/content,40865,31692,74586,84563,76988,12575,391703,0,712972
9
- 2026-05-04T08:14:34Z,microsoft/TypeScript,62220,19094,286462,50561,41957,18045,589115,0,1067454
10
- 2026-05-04T08:14:34Z,python/cpython,106008,70679,725899,146191,61827,28821,272451,0,1411876
11
- 2026-05-04T08:14:34Z,pytorch/pytorch,181691,123343,900634,325731,383899,131844,1058905,0,3106047
12
- 2026-05-04T08:14:34Z,redis/redis,14690,7646,53545,29201,27837,14141,65829,0,212889
13
- 2026-05-04T08:14:34Z,rust-lang/rust,155099,93155,1231915,245863,188204,37962,1790231,0,3742429
14
- 2026-05-04T08:14:34Z,swiftlang/swift,84873,67197,0,0,41410,10000,368903,0,572383
15
- 2026-05-04T08:14:34Z,vuejs/core,12138,6063,32446,3620,4837,11675,21623,0,92402
16
- 2026-05-04T08:14:34Z,vuejs/docs,3272,2248,4891,2134,2677,10128,15356,0,40706
17
- 2026-05-04T08:14:34Z,_total,1049266,633921,5821904,1519963,1312785,465229,7324434,0,18127502
 
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
+ 2026-05-04T08:54:42Z,ClickHouse/ClickHouse,102633,73891,209045,103643,105003,40908,690402,0,1325525
3
+ 2026-05-04T08:54:42Z,duckdb/duckdb,18588,11388,44927,16516,13288,15717,202251,0,322675
4
+ 2026-05-04T08:54:42Z,etcd-io/etcd,21093,13900,87864,37197,28839,13033,120657,0,322583
5
+ 2026-05-04T08:54:42Z,facebook/react,33854,19412,138286,32992,31888,11823,205455,0,473710
6
+ 2026-05-04T08:54:42Z,golang/go,74318,5062,540591,168,183,37433,47343,0,705098
7
+ 2026-05-04T08:54:42Z,kubernetes/kubernetes,137924,89151,1490813,441583,303948,71124,1484210,0,4018753
8
+ 2026-05-04T08:54:42Z,mdn/content,40865,31692,74586,84563,76988,12575,391703,0,712972
9
+ 2026-05-04T08:54:42Z,microsoft/TypeScript,62220,19094,286462,50561,41957,18045,589115,0,1067454
10
+ 2026-05-04T08:54:42Z,python/cpython,106008,70679,725899,146191,61827,28821,272451,0,1411876
11
+ 2026-05-04T08:54:42Z,pytorch/pytorch,181691,123343,900634,325731,383899,131844,1058905,0,3106047
12
+ 2026-05-04T08:54:42Z,redis/redis,14690,7646,53545,29201,27837,14141,65829,0,212889
13
+ 2026-05-04T08:54:42Z,rust-lang/rust,155099,93155,1231915,245863,188204,37962,1790231,0,3742429
14
+ 2026-05-04T08:54:42Z,swiftlang/swift,84873,67197,0,0,64844,10000,475502,0,702416
15
+ 2026-05-04T08:54:42Z,vuejs/core,12138,6063,32446,3620,4837,11675,21623,0,92402
16
+ 2026-05-04T08:54:42Z,vuejs/docs,3272,2248,4891,2134,2677,10128,15356,0,40706
17
+ 2026-05-04T08:54:42Z,_total,1049266,633921,5821904,1519963,1336219,465229,7431033,0,18257535