tamnd commited on
Commit
076e84a
·
verified ·
1 Parent(s): 33a319c

sync vuejs/docs +2 issues +10 comments +1 review_comments +1 reviews — 2026-05-08 06:52 UTC

Browse files

issues 3.3K +2
comments 4.9K +10
review_comments 2.1K +1
reviews 2.7K +1
timeline_events 10.2K +64
pr_files 15.4K +9

README.md CHANGED
@@ -39,9 +39,9 @@ configs:
39
 
40
  ## What is it?
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.9M rows** across 8 tables in **41.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-04 10:56 UTC**.
56
 
57
 
58
  ## Latest Sync
@@ -61,28 +61,42 @@ New items since the previous publish:
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
- | **swiftlang/swift** | | — | +332.9K | +21.3K | |
 
 
 
 
 
 
 
 
 
 
 
 
 
65
 
66
 
67
  ## Repositories
68
 
69
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
70
  |---|---:|---:|---:|---:|---:|---:|---|
71
- | **ClickHouse/ClickHouse** | 102.6K | 73.9K | 312.7K | 105.0K | 40.9K | 1.3M | 2026-04-30 06:08 UTC |
72
- | **duckdb/duckdb** | 18.6K | 11.4K | 61.4K | 13.3K | 15.7K | 322.7K | 2026-04-30 06:16 UTC |
73
- | **etcd-io/etcd** | 21.1K | 13.9K | 125.1K | 28.8K | 13.0K | 322.6K | 2026-04-30 05:48 UTC |
74
- | **facebook/react** | 33.9K | 19.4K | 171.3K | 31.9K | 11.8K | 473.7K | 2026-05-04 05:12 UTC |
75
- | **golang/go** | 74.3K | 5.1K | 540.8K | 183 | 37.4K | 705.1K | 2026-05-04 01:54 UTC |
76
  | **kubernetes/kubernetes** | 137.9K | 89.2K | 1.9M | 303.9K | 71.1K | 4.0M | 2026-05-04 04:19 UTC |
77
- | **mdn/content** | 40.9K | 31.7K | 159.1K | 77.0K | 12.6K | 713.0K | 2026-05-04 03:56 UTC |
78
- | **microsoft/TypeScript** | 62.2K | 19.1K | 337.0K | 42.0K | 18.0K | 1.1M | 2026-04-30 04:25 UTC |
79
- | **python/cpython** | 106.0K | 70.7K | 872.1K | 61.8K | 28.8K | 1.4M | 2026-05-04 05:39 UTC |
 
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 | 332.9K | 109.4K | 10.0K | 1.3M | 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
 
87
  ## How to download and use this dataset
88
 
@@ -374,14 +388,14 @@ CI/CD status checks and GitHub Actions results for each commit.
374
 
375
  | Table | Rows | Description |
376
  |-------|-----:|-------------|
377
- | `issues` | 1.0M | Issues and pull requests (shared metadata) |
378
- | `pull_requests` | 633.9K | PR-specific fields (merge status, diffs, refs) |
379
- | `comments` | 6.1M | Conversation comments on issues and PRs |
380
- | `review_comments` | 1.5M | Inline code review comments on PR diffs |
381
- | `reviews` | 1.4M | PR review decisions |
382
- | `timeline_events` | 465.2K | Activity timeline (labels, closes, merges, assignments) |
383
- | `pr_files` | 7.6M | Files changed in each pull request |
384
- | **Total** | **18.9M** | |
385
 
386
  ## How it's built
387
 
 
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 **20.2M rows** across 8 tables in **1.1 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-08 06:52 UTC**.
56
 
57
 
58
  ## Latest Sync
 
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
+ | **ClickHouse/ClickHouse** | +237 | — | +1.1K | +467 | +9.4K |
65
+ | **duckdb/duckdb** | +76 | — | — | — | — |
66
+ | **etcd-io/etcd** | +10 | — | +137 | +42 | +796 |
67
+ | **facebook/react** | +29 | — | +58 | +5 | +588 |
68
+ | **golang/go** | +88 | — | +748 | — | +8.5K |
69
+ | **mdn/content** | +54 | — | +388 | +220 | +1.4K |
70
+ | **microsoft/TypeScript** | +8 | — | +88 | +3 | +1.1K |
71
+ | **pingcap/tidb** | +67.8K | +44.9K | +495.1K | +164.4K | +10.0K |
72
+ | **python/cpython** | +184 | — | +1.2K | +288 | +11.9K |
73
+ | **redis/redis** | +32 | — | +306 | +189 | +666 |
74
+ | **rust-lang/rust** | +165 | — | +2.0K | +336 | +20.6K |
75
+ | **swiftlang/swift** | +151 | — | +83.2K | +219 | +6.0K |
76
+ | **vuejs/core** | +13 | — | +79 | +16 | +362 |
77
+ | **vuejs/docs** | +2 | — | +11 | +1 | +64 |
78
 
79
 
80
  ## Repositories
81
 
82
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
83
  |---|---:|---:|---:|---:|---:|---:|---|
84
+ | **ClickHouse/ClickHouse** | 102.9K | 73.9K | 313.8K | 105.5K | 50.3K | 1.3M | 2026-05-04 11:53 UTC |
85
+ | **duckdb/duckdb** | 18.7K | 11.4K | 61.4K | 13.3K | 15.7K | 322.7K | 2026-05-04 17:46 UTC |
86
+ | **etcd-io/etcd** | 21.1K | 13.9K | 125.2K | 28.9K | 13.8K | 323.6K | 2026-05-04 11:01 UTC |
87
+ | **facebook/react** | 33.9K | 19.4K | 171.3K | 31.9K | 12.4K | 474.4K | 2026-05-08 00:13 UTC |
88
+ | **golang/go** | 74.4K | 5.1K | 541.5K | 183 | 45.9K | 714.4K | 2026-05-08 03:53 UTC |
89
  | **kubernetes/kubernetes** | 137.9K | 89.2K | 1.9M | 303.9K | 71.1K | 4.0M | 2026-05-04 04:19 UTC |
90
+ | **mdn/content** | 40.9K | 31.7K | 159.5K | 77.2K | 14.0K | 715.1K | 2026-05-08 04:17 UTC |
91
+ | **microsoft/TypeScript** | 62.2K | 19.1K | 337.1K | 42.0K | 19.2K | 1.1M | 2026-05-08 01:40 UTC |
92
+ | **pingcap/tidb** | 67.8K | 44.9K | 495.1K | 164.4K | 10.0K | 1.2M | 2026-05-04 11:11 UTC |
93
+ | **python/cpython** | 106.2K | 70.7K | 873.3K | 62.1K | 40.7K | 1.4M | 2026-05-08 04:07 UTC |
94
  | **pytorch/pytorch** | 181.7K | 123.3K | 1.2M | 383.9K | 131.8K | 3.1M | 2026-05-04 05:01 UTC |
95
+ | **redis/redis** | 14.7K | 7.6K | 83.1K | 28.0K | 14.8K | 214.3K | 2026-05-08 04:07 UTC |
96
+ | **rust-lang/rust** | 155.3K | 93.2K | 1.5M | 188.5K | 58.5K | 3.8M | 2026-05-08 04:21 UTC |
97
+ | **swiftlang/swift** | 85.0K | 67.2K | 416.1K | 109.6K | 16.0K | 1.4M | 2026-05-08 04:07 UTC |
98
+ | **vuejs/core** | 12.2K | 6.1K | 36.1K | 4.9K | 12.0K | 92.9K | 2026-05-08 02:41 UTC |
99
+ | **vuejs/docs** | 3.3K | 2.2K | 7.0K | 2.7K | 10.2K | 40.8K | 2026-05-07 17:41 UTC |
100
 
101
  ## How to download and use this dataset
102
 
 
388
 
389
  | Table | Rows | Description |
390
  |-------|-----:|-------------|
391
+ | `issues` | 1.1M | Issues and pull requests (shared metadata) |
392
+ | `pull_requests` | 678.8K | PR-specific fields (merge status, diffs, refs) |
393
+ | `comments` | 6.5M | Conversation comments on issues and PRs |
394
+ | `review_comments` | 1.7M | Inline code review comments on PR diffs |
395
+ | `reviews` | 1.5M | PR review decisions |
396
+ | `timeline_events` | 536.6K | Activity timeline (labels, closes, merges, assignments) |
397
+ | `pr_files` | 8.1M | Files changed in each pull request |
398
+ | **Total** | **20.2M** | |
399
 
400
  ## How it's built
401
 
data/comments/vuejs/docs/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bcba037903acd2574667588af2d784bd3f6cebcbc6f8f4106c35e323fa1157a3
3
- size 631660
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88a37cfa937059eb65a204db8ee56425edc6dddac437f3114cc2da354627f8da
3
+ size 632516
data/issues/vuejs/docs/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8f00efd3978f1b0f9214c4c80cf8db7f84eb3485c098d29e31e112dbdf08e09b
3
- size 711288
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48577d21ce3bccbbb874c70f2684b8e5dccb8dfadbd49a62f063440b6ba0b48e
3
+ size 712480
data/pr_files/vuejs/docs/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bf6d0f1d20401f3a9d1a935a3e296a201388644f5e58bda0533b352a59f63d56
3
- size 76382
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ecc5265fd5482cc284c0bce073c0572506f81d22f1ce3b02570268f37487939
3
+ size 76433
data/review_comments/vuejs/docs/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b6e241dd9917d289109755a56a7599da0962ba3f923f67e7cbac6418052fd763
3
- size 544102
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b1450c009bc4bdb0f78e915c0ebba2100a8d22ad8baa39bb5c0f1bba9b17b9f
3
+ size 544308
data/reviews/vuejs/docs/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:769de28b1faa9346a4f10102cd9625be7f405cfb4fd675c0e4650a73631e4b6e
3
- size 117146
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a865606bd27e56d6f56b35960502aa55991e5e958867a75e11851d170ac7ba2f
3
+ size 117188
data/timeline_events/vuejs/docs/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7210488f070ac242f06a49871fe41a24a679301c11206b1eb2b364a496edc02b
3
- size 216239
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1856ffc4ecf1503dcff267170c7a3ee7a89c44ef0aaea15f57515023849d9bce
3
+ size 230060
stats.csv CHANGED
@@ -1,17 +1,18 @@
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
- 2026-05-04T10:56:56Z,ClickHouse/ClickHouse,102633,73891,209045,103643,105003,40908,690402,0,1325525
3
- 2026-05-04T10:56:56Z,duckdb/duckdb,18588,11388,44927,16516,13288,15717,202251,0,322675
4
- 2026-05-04T10:56:56Z,etcd-io/etcd,21093,13900,87864,37197,28839,13033,120657,0,322583
5
- 2026-05-04T10:56:56Z,facebook/react,33854,19412,138286,32992,31888,11823,205455,0,473710
6
- 2026-05-04T10:56:56Z,golang/go,74318,5062,540591,168,183,37433,47343,0,705098
7
- 2026-05-04T10:56:56Z,kubernetes/kubernetes,137924,89151,1490813,441583,303948,71124,1484210,0,4018753
8
- 2026-05-04T10:56:56Z,mdn/content,40865,31692,74586,84563,76988,12575,391703,0,712972
9
- 2026-05-04T10:56:56Z,microsoft/TypeScript,62220,19094,286462,50561,41957,18045,589115,0,1067454
10
- 2026-05-04T10:56:56Z,python/cpython,106008,70679,725899,146191,61827,28821,272451,0,1411876
11
- 2026-05-04T10:56:56Z,pytorch/pytorch,181691,123343,900634,325731,383899,131844,1058905,0,3106047
12
- 2026-05-04T10:56:56Z,redis/redis,14690,7646,53545,29201,27837,14141,65829,0,212889
13
- 2026-05-04T10:56:56Z,rust-lang/rust,155099,93155,1231915,245863,188204,37962,1790231,0,3742429
14
- 2026-05-04T10:56:56Z,swiftlang/swift,84873,67197,323068,9800,109424,10000,693664,0,1298026
15
- 2026-05-04T10:56:56Z,vuejs/core,12138,6063,32446,3620,4837,11675,21623,0,92402
16
- 2026-05-04T10:56:56Z,vuejs/docs,3272,2248,4891,2134,2677,10128,15356,0,40706
17
- 2026-05-04T10:56:56Z,_total,1049266,633921,6144972,1529763,1380799,465229,7649195,0,18853145
 
 
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
+ 2026-05-08T06:52:04Z,ClickHouse/ClickHouse,102870,73891,209747,104065,105470,50307,691248,0,1337598
3
+ 2026-05-08T06:52:04Z,duckdb/duckdb,18664,11388,44927,16516,13288,15717,202248,0,322748
4
+ 2026-05-08T06:52:04Z,etcd-io/etcd,21103,13900,87965,37233,28881,13829,120710,0,323621
5
+ 2026-05-08T06:52:04Z,facebook/react,33883,19412,138342,32994,31893,12411,205512,0,474447
6
+ 2026-05-08T06:52:04Z,golang/go,74406,5062,541339,168,183,45894,47374,0,714426
7
+ 2026-05-08T06:52:04Z,kubernetes/kubernetes,137924,89151,1490813,441583,303948,71124,1484210,0,4018753
8
+ 2026-05-08T06:52:04Z,mdn/content,40919,31692,74671,84866,77208,13951,391809,0,715116
9
+ 2026-05-08T06:52:04Z,microsoft/TypeScript,62228,19094,286550,50561,41960,19182,589181,0,1068756
10
+ 2026-05-08T06:52:04Z,pingcap/tidb,67794,44866,375862,119197,164408,10000,437204,0,1219331
11
+ 2026-05-08T06:52:04Z,python/cpython,106192,70679,726846,146485,62115,40688,272909,0,1425914
12
+ 2026-05-08T06:52:04Z,pytorch/pytorch,181691,123343,900634,325731,383899,131844,1058905,0,3106047
13
+ 2026-05-08T06:52:04Z,redis/redis,14722,7646,53651,29401,28026,14807,66077,0,214330
14
+ 2026-05-08T06:52:04Z,rust-lang/rust,155264,93155,1233557,246242,188540,58544,1792697,0,3767999
15
+ 2026-05-08T06:52:04Z,swiftlang/swift,85024,67197,346363,69695,109643,16049,694509,0,1388480
16
+ 2026-05-08T06:52:04Z,vuejs/core,12151,6063,32512,3633,4853,12037,21687,0,92936
17
+ 2026-05-08T06:52:04Z,vuejs/docs,3274,2248,4901,2135,2678,10192,15365,0,40793
18
+ 2026-05-08T06:52:04Z,_total,1118109,678787,6548680,1710505,1546993,536576,8091645,0,20231295