tamnd commited on
Commit
bd22b7f
·
verified ·
1 Parent(s): 6cbc48c

sync vuejs/core +1 issues +1 PRs +3 comments +8 timeline — 2026-05-28 11:11 UTC

Browse files

issues 12.2K +1
pull_requests 6.2K +1
comments 32.7K +3
timeline_events 129.9K +8
pr_files 22.2K +2
commit_statuses 15.4K +16

README.md CHANGED
@@ -39,9 +39,9 @@ configs:
39
 
40
  ## What is it?
41
 
42
- The full development metadata of 16 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 **80.1 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-28 07:43 UTC**.
56
 
57
 
58
  ## Latest Sync
@@ -61,28 +61,44 @@ New items since the previous publish:
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
- | **pytorch/pytorch** | +13 | +10 | | | +658 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
65
 
66
 
67
  ## Repositories
68
 
69
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
70
  |---|---:|---:|---:|---:|---:|---:|---|
71
- | **ClickHouse/ClickHouse** | 104.9K | 76.2K | 328.0K | 113.1K | 119.6K | 1.7M | 2026-05-28 05:33 UTC |
72
- | **duckdb/duckdb** | 19.1K | 12.1K | 63.8K | 13.9K | 300.2K | 802.5K | 2026-05-28 02:56 UTC |
73
- | **etcd-io/etcd** | 21.2K | 14.0K | 126.6K | 29.4K | 21.1K | 338.2K | 2026-05-28 04:59 UTC |
74
- | **facebook/react** | 34.0K | 19.5K | 171.6K | 31.9K | 18.8K | 492.1K | 2026-05-28 01:33 UTC |
75
- | **golang/go** | 74.8K | 5.1K | 544.5K | 183 | 77.6K | 761.8K | 2026-05-28 05:25 UTC |
76
- | **mdn/content** | 41.2K | 31.9K | 160.8K | 77.9K | 18.0K | 724.4K | 2026-05-28 05:30 UTC |
77
- | **microsoft/TypeScript** | 62.3K | 19.1K | 337.3K | 42.0K | 23.9K | 1.1M | 2026-05-28 03:02 UTC |
78
- | **moby/moby** | 51.8K | 28.4K | 0 | 0 | 206.2K | 339.2K | 2026-05-28 05:27 UTC |
79
- | **pingcap/tidb** | 68.3K | 45.2K | 501.0K | 166.0K | 69.5K | 1.3M | 2026-05-28 05:39 UTC |
80
- | **python/cpython** | 107.2K | 71.7K | 877.6K | 63.1K | 85.0K | 1.5M | 2026-05-28 05:28 UTC |
81
- | **pytorch/pytorch** | 184.8K | 125.9K | 1.2M | 384.1K | 173.1K | 3.2M | 2026-05-28 07:39 UTC |
82
- | **redis/redis** | 14.8K | 7.8K | 83.7K | 28.4K | 17.6K | 221.5K | 2026-05-28 05:22 UTC |
83
- | **rust-lang/rust** | 156.0K | 93.9K | 1.5M | 189.7K | 119.0K | 3.9M | 2026-05-28 05:25 UTC |
84
- | **swiftlang/swift** | 85.6K | 67.7K | 452.5K | 110.5K | 31.5K | 1.4M | 2026-05-28 05:28 UTC |
85
- | **vuejs/core** | 12.2K | 6.2K | 36.4K | 4.9K | 129.9K | 227.3K | 2026-05-27 20:29 UTC |
 
86
  | **vuejs/docs** | 3.3K | 2.3K | 7.1K | 2.7K | 10.2K | 41.0K | 2026-05-27 21:11 UTC |
87
 
88
  ## How to download and use this dataset
@@ -375,15 +391,15 @@ CI/CD status checks and GitHub Actions results for each commit.
375
 
376
  | Table | Rows | Description |
377
  |-------|-----:|-------------|
378
- | `issues` | 1.0M | Issues and pull requests (shared metadata) |
379
- | `pull_requests` | 627.1K | PR-specific fields (merge status, diffs, refs) |
380
- | `comments` | 5.1M | Conversation comments on issues and PRs |
381
- | `review_comments` | 1.3M | Inline code review comments on PR diffs |
382
- | `reviews` | 1.3M | PR review decisions |
383
- | `timeline_events` | 1.4M | Activity timeline (labels, closes, merges, assignments) |
384
- | `pr_files` | 6.7M | Files changed in each pull request |
385
- | `commit_statuses` | 642.2K | CI/CD status checks per commit |
386
- | **Total** | **18.1M** | |
387
 
388
  ## How it's built
389
 
 
39
 
40
  ## What is it?
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 **22.3M rows** across 8 tables in **1.6 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-28 11:11 UTC**.
56
 
57
 
58
  ## Latest Sync
 
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
+ | **ClickHouse/ClickHouse** | +4 | +4 | +67 | +44 | +211 |
65
+ | **duckdb/duckdb** | +6 | +5 | +14 | +2 | +234 |
66
+ | **etcd-io/etcd** | +4 | +2 | +27 | +8 | +193 |
67
+ | **facebook/react** | +3 | +3 | +2 | +4 | +24 |
68
+ | **golang/go** | — | — | +29 | — | +94 |
69
+ | **kubernetes/kubernetes** | +138.5K | +89.6K | +1.9M | +306.1K | +145.4K |
70
+ | **mdn/content** | — | — | +7 | +3 | +14 |
71
+ | **microsoft/TypeScript** | +3 | +1 | +3 | +1 | +18 |
72
+ | **moby/moby** | +2 | +4 | — | — | +18 |
73
+ | **pingcap/tidb** | +17 | +13 | +184 | +43 | +850 |
74
+ | **python/cpython** | +8 | +6 | +23 | +3 | +148 |
75
+ | **pytorch/pytorch** | +8 | +4 | — | — | +994 |
76
+ | **redis/redis** | +1 | +1 | +8 | +9 | +59 |
77
+ | **rust-lang/rust** | +9 | +5 | +126 | +28 | +694 |
78
+ | **swiftlang/swift** | +1 | — | +10 | +2 | +105 |
79
+ | **vuejs/core** | +1 | +1 | +3 | — | +8 |
80
 
81
 
82
  ## Repositories
83
 
84
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
85
  |---|---:|---:|---:|---:|---:|---:|---|
86
+ | **ClickHouse/ClickHouse** | 104.9K | 76.2K | 328.1K | 113.1K | 119.8K | 1.7M | 2026-05-28 09:58 UTC |
87
+ | **duckdb/duckdb** | 19.1K | 12.1K | 63.8K | 13.9K | 300.4K | 803.2K | 2026-05-28 09:53 UTC |
88
+ | **etcd-io/etcd** | 21.2K | 14.0K | 126.6K | 29.4K | 21.3K | 338.5K | 2026-05-28 09:54 UTC |
89
+ | **facebook/react** | 34.0K | 19.5K | 171.6K | 31.9K | 18.9K | 493.1K | 2026-05-28 09:32 UTC |
90
+ | **golang/go** | 74.8K | 5.1K | 544.5K | 183 | 77.7K | 761.9K | 2026-05-28 09:51 UTC |
91
+ | **kubernetes/kubernetes** | 138.5K | 89.6K | 1.9M | 306.1K | 145.4K | 4.1M | 2026-05-28 09:08 UTC |
92
+ | **mdn/content** | 41.2K | 31.9K | 160.8K | 77.9K | 18.0K | 724.4K | 2026-05-28 09:50 UTC |
93
+ | **microsoft/TypeScript** | 62.3K | 19.1K | 337.3K | 42.0K | 23.9K | 1.1M | 2026-05-28 09:42 UTC |
94
+ | **moby/moby** | 51.8K | 28.4K | 0 | 0 | 206.3K | 339.2K | 2026-05-28 09:51 UTC |
95
+ | **pingcap/tidb** | 68.3K | 45.2K | 501.2K | 166.1K | 70.3K | 1.3M | 2026-05-28 10:01 UTC |
96
+ | **python/cpython** | 107.2K | 71.7K | 877.6K | 63.1K | 85.2K | 1.5M | 2026-05-28 09:51 UTC |
97
+ | **pytorch/pytorch** | 184.9K | 126.0K | 1.2M | 384.1K | 174.1K | 3.2M | 2026-05-28 09:09 UTC |
98
+ | **redis/redis** | 14.8K | 7.8K | 83.7K | 28.4K | 17.7K | 221.7K | 2026-05-28 09:55 UTC |
99
+ | **rust-lang/rust** | 156.0K | 93.9K | 1.5M | 189.7K | 119.7K | 3.9M | 2026-05-28 09:56 UTC |
100
+ | **swiftlang/swift** | 85.6K | 67.7K | 452.5K | 110.5K | 31.6K | 1.4M | 2026-05-28 09:57 UTC |
101
+ | **vuejs/core** | 12.2K | 6.2K | 36.4K | 4.9K | 129.9K | 227.3K | 2026-05-28 06:01 UTC |
102
  | **vuejs/docs** | 3.3K | 2.3K | 7.1K | 2.7K | 10.2K | 41.0K | 2026-05-27 21:11 UTC |
103
 
104
  ## How to download and use this dataset
 
391
 
392
  | Table | Rows | Description |
393
  |-------|-----:|-------------|
394
+ | `issues` | 1.2M | Issues and pull requests (shared metadata) |
395
+ | `pull_requests` | 716.8K | PR-specific fields (merge status, diffs, refs) |
396
+ | `comments` | 6.6M | Conversation comments on issues and PRs |
397
+ | `review_comments` | 1.8M | Inline code review comments on PR diffs |
398
+ | `reviews` | 1.6M | PR review decisions |
399
+ | `timeline_events` | 1.6M | Activity timeline (labels, closes, merges, assignments) |
400
+ | `pr_files` | 8.2M | Files changed in each pull request |
401
+ | `commit_statuses` | 661.7K | CI/CD status checks per commit |
402
+ | **Total** | **22.3M** | |
403
 
404
  ## How it's built
405
 
data/comments/vuejs/core/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a9f63a821a1ac57f1e449eb3b4b3742785947b7c03403ac578506b22421e2180
3
- size 6784410
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a98a2bad4d1190542418e769b126a57b2f4431581abc22f1db94b9649587be0
3
+ size 6784897
data/commit_statuses/vuejs/core/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5007a2c3911a47133f22308e50662a0e32159edfda7219c0fa07d037eacc959d
3
- size 266221
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b95bee318ecbccb5bc83e3ad3e7d13bdb0ee61ecd46a801220c8667433f7035
3
+ size 266466
data/issues/vuejs/core/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c4c4ca8fb831e420421ab3a2b46b88db33dfa17f0b4099b7129faac0e241a9b5
3
- size 5515909
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4016ac2ee01924b0f973594dff44353c4b006527a8d469026b08046cb815f82
3
+ size 5516351
data/pr_files/vuejs/core/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a5b3030ef8d2c606847b1f46981b47f237aaceb4d69660ffa2eef540564fb0bc
3
- size 111038
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5923c13c7a00cd35c0cda31e3170dac6795ae442ba3a5a0faa136e40f2c816f3
3
+ size 111050
data/pull_requests/vuejs/core/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:65d01d80b260c53497ac8eca23ba3eced6ce71df13c9726c2517e5659c3a1ad2
3
- size 364796
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8851a929e89eecc8f0a04e79d58ae5425b0f0458a96393958263a018ffb74722
3
+ size 365200
data/timeline_events/vuejs/core/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d856dde902d03fd380b3dace0e2011737c405bc0424543a921f97afb85feee02
3
- size 28847994
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2899c3f112646b7c53909bcc33cfc2d07b32abc1993c0dec4e72d5facef1337a
3
+ size 28849237
stats.csv CHANGED
@@ -1,18 +1,19 @@
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
- 2026-05-28T07:43:57Z,ClickHouse/ClickHouse,104882,76162,216475,111524,113057,119632,707846,282394,1731972
3
- 2026-05-28T07:43:57Z,duckdb/duckdb,19070,12144,46480,17313,13935,300177,213758,179608,802485
4
- 2026-05-28T07:43:57Z,etcd-io/etcd,21225,14015,88864,37711,29384,21074,122182,3699,338154
5
- 2026-05-28T07:43:57Z,facebook/react,33992,19510,138621,33022,31946,18832,205893,10273,492089
6
- 2026-05-28T07:43:57Z,golang/go,74798,5149,544293,168,183,77637,59482,114,761824
7
- 2026-05-28T07:43:57Z,mdn/content,41154,31866,75022,85813,77895,17953,392709,1940,724352
8
- 2026-05-28T07:43:57Z,microsoft/TypeScript,62275,19120,286753,50577,41992,23882,589252,1211,1075062
9
- 2026-05-28T07:43:57Z,moby/moby,51753,28416,0,0,0,206239,52753,0,339161
10
- 2026-05-28T07:43:57Z,pingcap/tidb,68332,45196,380329,120695,166035,69498,439438,20428,1309951
11
- 2026-05-28T07:43:57Z,python/cpython,107189,71700,730249,147369,63113,85038,279941,62293,1546892
12
- 2026-05-28T07:43:57Z,pytorch/pytorch,184843,125949,900634,325731,384079,173067,1059172,48074,3201549
13
- 2026-05-28T07:43:57Z,redis/redis,14816,7758,53939,29767,28425,17614,66763,2397,221479
14
- 2026-05-28T07:43:57Z,rust-lang/rust,155987,93927,1240520,247582,189721,119043,1803417,11626,3861823
15
- 2026-05-28T07:43:57Z,swiftlang/swift,85568,67716,348056,104470,110536,31489,697732,2616,1448183
16
- 2026-05-28T07:43:57Z,vuejs/core,12230,6232,32715,3698,4935,129892,22188,15426,227316
17
- 2026-05-28T07:43:57Z,vuejs/docs,3286,2260,4912,2143,2681,10239,15379,53,40953
18
- 2026-05-28T07:43:57Z,_total,1041400,627120,5087862,1317583,1257917,1421306,6727905,642152,18123245
 
 
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
+ 2026-05-28T11:11:09Z,ClickHouse/ClickHouse,104886,76166,216502,111564,113101,119843,707889,284821,1734772
3
+ 2026-05-28T11:11:09Z,duckdb/duckdb,19076,12149,46494,17313,13937,300411,213824,179997,803201
4
+ 2026-05-28T11:11:09Z,etcd-io/etcd,21229,14017,88887,37715,29392,21267,122208,3832,338547
5
+ 2026-05-28T11:11:09Z,facebook/react,33995,19513,138622,33023,31950,18856,205921,11238,493118
6
+ 2026-05-28T11:11:09Z,golang/go,74798,5149,544322,168,183,77731,59482,114,761947
7
+ 2026-05-28T11:11:09Z,kubernetes/kubernetes,138512,89619,1497080,444151,306063,145443,1498820,13946,4133634
8
+ 2026-05-28T11:11:09Z,mdn/content,41154,31866,75025,85817,77898,17967,392709,1955,724391
9
+ 2026-05-28T11:11:09Z,microsoft/TypeScript,62278,19121,286756,50577,41993,23900,589258,1211,1075094
10
+ 2026-05-28T11:11:09Z,moby/moby,51755,28420,0,0,0,206257,52753,0,339185
11
+ 2026-05-28T11:11:09Z,pingcap/tidb,68349,45209,380493,120715,166078,70348,439824,21230,1312246
12
+ 2026-05-28T11:11:09Z,python/cpython,107197,71706,730268,147373,63116,85186,279962,62752,1547560
13
+ 2026-05-28T11:11:09Z,pytorch/pytorch,184851,125953,900634,325731,384079,174061,1059172,48074,3202555
14
+ 2026-05-28T11:11:09Z,redis/redis,14817,7759,53940,29774,28434,17673,66774,2491,221662
15
+ 2026-05-28T11:11:09Z,rust-lang/rust,155996,93932,1240616,247612,189749,119737,1803463,11870,3862975
16
+ 2026-05-28T11:11:09Z,swiftlang/swift,85569,67716,348065,104471,110538,31594,697733,2634,1448320
17
+ 2026-05-28T11:11:09Z,vuejs/core,12231,6233,32718,3698,4935,129900,22190,15442,227347
18
+ 2026-05-28T11:11:09Z,vuejs/docs,3286,2260,4912,2143,2681,10239,15379,53,40953
19
+ 2026-05-28T11:11:09Z,_total,1179979,716788,6585334,1761845,1564127,1570413,8227361,661660,22267507