tamnd commited on
Commit
0ff10df
·
verified ·
1 Parent(s): 9f9b1a3

sync swiftlang/swift +6 comments +21 timeline +3 ci — 2026-05-30 14:10 UTC

Browse files

comments 348.4K +6
timeline_events 33.8K +21
commit_statuses 3.2K +3

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 **19.5M rows** across 8 tables in **5.9 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-05-30 12:44 UTC**.
56
 
57
 
58
  ## Latest Sync
@@ -61,28 +61,39 @@ New items since the previous publish:
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
- | **pytorch/pytorch** | | +91.4K | | | |
 
 
 
 
 
 
 
 
 
 
 
65
 
66
 
67
  ## Repositories
68
 
69
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
70
  |---|---:|---:|---:|---:|---:|---:|---|
71
- | **ClickHouse/ClickHouse** | 105.0K | 76.3K | 329.4K | 113.9K | 124.0K | 1.8M | 2026-05-30 09:01 UTC |
72
- | **duckdb/duckdb** | 19.1K | 12.2K | 63.9K | 13.9K | 301.0K | 806.7K | 2026-05-30 06:29 UTC |
73
- | **etcd-io/etcd** | 21.3K | 14.0K | 126.9K | 29.5K | 22.4K | 343.1K | 2026-05-30 08:56 UTC |
74
- | **facebook/react** | 34.0K | 19.5K | 171.7K | 32.0K | 19.2K | 497.1K | 2026-05-30 07:06 UTC |
75
- | **golang/go** | 74.8K | 5.2K | 544.9K | 183 | 79.8K | 764.5K | 2026-05-30 08:53 UTC |
76
- | **kubernetes/kubernetes** | 138.6K | 89.6K | 1.9M | 306.2K | 149.3K | 4.1M | 2026-05-30 10:59 UTC |
77
- | **mdn/content** | 41.2K | 31.9K | 160.9K | 78.0K | 18.3K | 725.3K | 2026-05-30 02:40 UTC |
78
  | **microsoft/TypeScript** | 62.3K | 19.1K | 337.3K | 42.0K | 24.0K | 1.1M | 2026-05-29 21:26 UTC |
79
- | **moby/moby** | 51.8K | 28.4K | 0 | 0 | 206.5K | 339.4K | 2026-05-30 06:02 UTC |
80
- | **pingcap/tidb** | 68.4K | 45.3K | 502.2K | 166.2K | 77.8K | 1.3M | 2026-05-30 09:03 UTC |
81
- | **python/cpython** | 107.2K | 71.7K | 878.0K | 63.2K | 86.9K | 1.6M | 2026-05-30 08:55 UTC |
82
  | **pytorch/pytorch** | 185.0K | 107.4K | 0 | 0 | 10.0K | 302.4K | 2026-05-30 10:51 UTC |
83
- | **redis/redis** | 14.8K | 7.8K | 83.8K | 28.5K | 17.8K | 222.0K | 2026-05-30 09:01 UTC |
84
- | **rust-lang/rust** | 156.1K | 94.0K | 1.5M | 190.0K | 127.2K | 3.9M | 2026-05-30 09:01 UTC |
85
- | **swiftlang/swift** | 85.6K | 67.8K | 452.9K | 110.6K | 33.8K | 1.5M | 2026-05-30 08:08 UTC |
86
  | **vuejs/core** | 12.2K | 6.2K | 36.4K | 4.9K | 129.9K | 227.5K | 2026-05-29 22:08 UTC |
87
  | **vuejs/docs** | 3.3K | 2.3K | 7.1K | 2.7K | 10.2K | 41.0K | 2026-05-27 21:11 UTC |
88
 
@@ -383,7 +394,7 @@ CI/CD status checks and GitHub Actions results for each commit.
383
  | `reviews` | 1.2M | PR review decisions |
384
  | `timeline_events` | 1.4M | Activity timeline (labels, closes, merges, assignments) |
385
  | `pr_files` | 7.2M | Files changed in each pull request |
386
- | `commit_statuses` | 693.0K | CI/CD status checks per commit |
387
  | **Total** | **19.5M** | |
388
 
389
  ## How it's built
 
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 **19.5M rows** across 8 tables in **1.2 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-05-30 14:10 UTC**.
56
 
57
 
58
  ## Latest Sync
 
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
+ | **ClickHouse/ClickHouse** | +8 | +8 | +63 | +29 | +259 |
65
+ | **duckdb/duckdb** | +2 | +2 | +5 | — | +29 |
66
+ | **etcd-io/etcd** | — | — | +8 | +5 | +34 |
67
+ | **facebook/react** | +1 | — | — | +2 | +5 |
68
+ | **golang/go** | +3 | — | +20 | — | +291 |
69
+ | **kubernetes/kubernetes** | — | — | +8 | +1 | +138 |
70
+ | **mdn/content** | +2 | +2 | +1 | — | +13 |
71
+ | **pingcap/tidb** | +5 | +4 | +45 | +2 | +501 |
72
+ | **python/cpython** | +11 | +8 | +30 | +13 | +3.7K |
73
+ | **redis/redis** | — | — | — | — | +2 |
74
+ | **rust-lang/rust** | +7 | +5 | +124 | +34 | +360 |
75
+ | **swiftlang/swift** | — | — | +6 | — | +21 |
76
 
77
 
78
  ## Repositories
79
 
80
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
81
  |---|---:|---:|---:|---:|---:|---:|---|
82
+ | **ClickHouse/ClickHouse** | 105.0K | 76.3K | 329.4K | 113.9K | 124.3K | 1.8M | 2026-05-30 12:56 UTC |
83
+ | **duckdb/duckdb** | 19.1K | 12.2K | 63.9K | 13.9K | 301.1K | 806.8K | 2026-05-30 12:40 UTC |
84
+ | **etcd-io/etcd** | 21.3K | 14.0K | 126.9K | 29.5K | 22.4K | 343.2K | 2026-05-30 12:53 UTC |
85
+ | **facebook/react** | 34.0K | 19.5K | 171.7K | 32.0K | 19.3K | 497.1K | 2026-05-30 12:18 UTC |
86
+ | **golang/go** | 74.8K | 5.2K | 544.9K | 183 | 80.1K | 764.8K | 2026-05-30 12:13 UTC |
87
+ | **kubernetes/kubernetes** | 138.6K | 89.6K | 1.9M | 306.2K | 149.5K | 4.1M | 2026-05-30 13:07 UTC |
88
+ | **mdn/content** | 41.2K | 31.9K | 160.9K | 78.0K | 18.3K | 725.3K | 2026-05-30 12:49 UTC |
89
  | **microsoft/TypeScript** | 62.3K | 19.1K | 337.3K | 42.0K | 24.0K | 1.1M | 2026-05-29 21:26 UTC |
90
+ | **moby/moby** | 51.8K | 28.4K | 0 | 0 | 206.5K | 339.4K | 2026-05-30 12:18 UTC |
91
+ | **pingcap/tidb** | 68.4K | 45.3K | 502.3K | 166.2K | 78.3K | 1.3M | 2026-05-30 13:03 UTC |
92
+ | **python/cpython** | 107.3K | 71.8K | 878.0K | 63.2K | 90.7K | 1.6M | 2026-05-30 12:44 UTC |
93
  | **pytorch/pytorch** | 185.0K | 107.4K | 0 | 0 | 10.0K | 302.4K | 2026-05-30 10:51 UTC |
94
+ | **redis/redis** | 14.8K | 7.8K | 83.8K | 28.5K | 17.8K | 222.1K | 2026-05-30 09:08 UTC |
95
+ | **rust-lang/rust** | 156.1K | 94.0K | 1.5M | 190.0K | 127.5K | 3.9M | 2026-05-30 12:53 UTC |
96
+ | **swiftlang/swift** | 85.6K | 67.8K | 452.9K | 110.6K | 33.8K | 1.5M | 2026-05-30 12:54 UTC |
97
  | **vuejs/core** | 12.2K | 6.2K | 36.4K | 4.9K | 129.9K | 227.5K | 2026-05-29 22:08 UTC |
98
  | **vuejs/docs** | 3.3K | 2.3K | 7.1K | 2.7K | 10.2K | 41.0K | 2026-05-27 21:11 UTC |
99
 
 
394
  | `reviews` | 1.2M | PR review decisions |
395
  | `timeline_events` | 1.4M | Activity timeline (labels, closes, merges, assignments) |
396
  | `pr_files` | 7.2M | Files changed in each pull request |
397
+ | `commit_statuses` | 702.6K | CI/CD status checks per commit |
398
  | **Total** | **19.5M** | |
399
 
400
  ## How it's built
data/comments/swiftlang/swift/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:25739e93235556a307e196e1c4a4d1df21207805ed17b17befc3992d9ce97456
3
- size 35568593
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:678f79be46e640999aa7d8ff10bf9150f0e53a8d7470955e6ae9f81c7db6ff0c
3
+ size 35570173
data/commit_statuses/swiftlang/swift/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:658a8f5c546bf48d4a99ab86aa476229923dc66b91fdd189e9500bb9fd156938
3
- size 48221
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a074a6924776c35035db796cf3dff1758c82ad30a02bd0baec1c4fdc28d14663
3
+ size 48270
data/timeline_events/swiftlang/swift/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ac3fa8ce7954c5f68eed585ef0eb3301ffd452a4865e2e83bfb35320c8f6622f
3
- size 3511130
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:680917a555248a1b2f8cb6afd17cd3e94ef2e212ac6e9e652d69348c7d7c7adb
3
+ size 3514735
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-05-30T12:44:56Z,ClickHouse/ClickHouse,105007,76257,217040,112329,113878,124037,709146,342313,1800007
3
- 2026-05-30T12:44:56Z,duckdb/duckdb,19106,12177,46573,17324,13949,301027,214245,182284,806685
4
- 2026-05-30T12:44:56Z,etcd-io/etcd,21255,14038,89099,37752,29451,22410,123838,5266,343109
5
- 2026-05-30T12:44:56Z,facebook/react,34009,19524,138644,33030,31964,19250,205998,14656,497075
6
- 2026-05-30T12:44:56Z,golang/go,74840,5153,544740,168,183,79785,59488,172,764529
7
- 2026-05-30T12:44:56Z,kubernetes/kubernetes,138550,89648,1497586,444312,306203,149322,1499304,15328,4140253
8
- 2026-05-30T12:44:56Z,mdn/content,41175,31880,75065,85863,77950,18335,392737,2273,725278
9
- 2026-05-30T12:44:56Z,microsoft/TypeScript,62281,19122,286770,50577,41995,24042,589259,1215,1075261
10
- 2026-05-30T12:44:56Z,moby/moby,51772,28437,0,0,0,206461,52701,0,339371
11
- 2026-05-30T12:44:56Z,pingcap/tidb,68436,45287,381270,120952,166206,77825,440791,25414,1326181
12
- 2026-05-30T12:44:56Z,python/cpython,107246,71743,730498,147497,63227,86917,280106,68444,1555678
13
- 2026-05-30T12:44:56Z,pytorch/pytorch,184997,107398,0,0,0,10000,0,0,302395
14
- 2026-05-30T12:44:56Z,redis/redis,14823,7765,53958,29805,28465,17768,66793,2656,222033
15
- 2026-05-30T12:44:56Z,rust-lang/rust,156093,94003,1241640,247861,189973,127177,1804781,14324,3875852
16
- 2026-05-30T12:44:56Z,swiftlang/swift,85645,67787,348414,104524,110646,33824,698092,3167,1452099
17
- 2026-05-30T12:44:56Z,vuejs/core,12234,6236,32730,3699,4937,129933,22221,15480,227470
18
- 2026-05-30T12:44:56Z,vuejs/docs,3286,2260,4912,2143,2681,10239,15379,53,40953
19
- 2026-05-30T12:44:56Z,_total,1180755,698715,5688939,1437836,1181708,1438352,7174879,693045,19494229
 
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
+ 2026-05-30T14:10:11Z,ClickHouse/ClickHouse,105015,76265,217074,112358,113907,124296,709264,348089,1806268
3
+ 2026-05-30T14:10:11Z,duckdb/duckdb,19108,12179,46578,17324,13949,301056,214251,182378,806823
4
+ 2026-05-30T14:10:11Z,etcd-io/etcd,21255,14038,89104,37755,29456,22444,123838,5342,343232
5
+ 2026-05-30T14:10:11Z,facebook/react,34010,19524,138644,33030,31966,19255,205998,14656,497083
6
+ 2026-05-30T14:10:11Z,golang/go,74843,5153,544760,168,183,80076,59488,172,764843
7
+ 2026-05-30T14:10:11Z,kubernetes/kubernetes,138550,89648,1497594,444312,306204,149460,1499306,15383,4140457
8
+ 2026-05-30T14:10:11Z,mdn/content,41177,31882,75066,85863,77950,18348,392739,2283,725308
9
+ 2026-05-30T14:10:11Z,microsoft/TypeScript,62281,19122,286770,50577,41995,24042,589259,1215,1075261
10
+ 2026-05-30T14:10:11Z,moby/moby,51772,28437,0,0,0,206461,52753,0,339423
11
+ 2026-05-30T14:10:11Z,pingcap/tidb,68441,45291,381314,120953,166208,78326,440805,25756,1327094
12
+ 2026-05-30T14:10:11Z,python/cpython,107257,71751,730524,147501,63240,90654,280122,71525,1562574
13
+ 2026-05-30T14:10:11Z,pytorch/pytorch,184997,107398,0,0,0,10000,0,0,302395
14
+ 2026-05-30T14:10:11Z,redis/redis,14823,7765,53958,29805,28465,17770,66793,2674,222053
15
+ 2026-05-30T14:10:11Z,rust-lang/rust,156100,94008,1241721,247904,190007,127537,1804905,14455,3876637
16
+ 2026-05-30T14:10:11Z,swiftlang/swift,85645,67787,348420,104524,110646,33845,698092,3170,1452129
17
+ 2026-05-30T14:10:11Z,vuejs/core,12234,6236,32730,3699,4937,129933,22221,15480,227470
18
+ 2026-05-30T14:10:11Z,vuejs/docs,3286,2260,4912,2143,2681,10239,15379,53,40953
19
+ 2026-05-30T14:10:11Z,_total,1180794,698744,5689169,1437916,1181794,1443742,7175213,702631,19510003