tamnd commited on
Commit
6643d3c
·
verified ·
1 Parent(s): a4cb05f

sync vuejs/docs +10 issues +11 PRs +10 comments +8 review_comments — 2026-05-26 09:21 UTC

Browse files

issues 3.3K +10
pull_requests 2.3K +11
comments 4.9K +10
review_comments 2.1K +8
reviews 2.7K +3
timeline_events 10.2K +41
pr_files 15.4K +13
commit_statuses 48 +48

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 **20.3M rows** across 8 tables in **219.5 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-08 07:50 UTC**.
56
 
57
 
58
  ## Latest Sync
@@ -61,10 +61,12 @@ New items since the previous publish:
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
- | **ClickHouse/ClickHouse** | +322 | | +2.1K | +916 | +11.9K |
65
- | **duckdb/duckdb** | +49 | | | — | |
66
- | **etcd-io/etcd** | +20 | | +187 | +72 | +759 |
67
- | **pingcap/tidb** | +59 | +34 | +724 | +196 | +1.9K |
 
 
68
 
69
 
70
  ## Repositories
@@ -74,19 +76,18 @@ New items since the previous publish:
74
  | **ClickHouse/ClickHouse** | 103.2K | 73.9K | 315.9K | 106.4K | 62.2K | 1.4M | 2026-05-08 05:23 UTC |
75
  | **duckdb/duckdb** | 18.7K | 11.4K | 61.4K | 13.3K | 15.7K | 322.8K | 2026-05-08 06:06 UTC |
76
  | **etcd-io/etcd** | 21.1K | 13.9K | 125.4K | 29.0K | 14.6K | 324.7K | 2026-05-08 01:01 UTC |
77
- | **facebook/react** | 33.9K | 19.4K | 171.3K | 31.9K | 12.4K | 474.4K | 2026-05-08 00:13 UTC |
78
- | **golang/go** | 74.4K | 5.1K | 541.5K | 183 | 45.9K | 714.4K | 2026-05-08 03:53 UTC |
79
  | **kubernetes/kubernetes** | 137.9K | 89.2K | 1.9M | 303.9K | 71.1K | 4.0M | 2026-05-04 04:19 UTC |
80
- | **mdn/content** | 40.9K | 31.7K | 159.5K | 77.2K | 14.0K | 715.1K | 2026-05-08 04:17 UTC |
81
  | **microsoft/TypeScript** | 62.2K | 19.1K | 337.1K | 42.0K | 19.2K | 1.1M | 2026-05-08 01:40 UTC |
82
  | **pingcap/tidb** | 67.9K | 44.9K | 495.8K | 164.6K | 11.9K | 1.2M | 2026-05-08 05:51 UTC |
83
- | **python/cpython** | 106.2K | 70.7K | 873.3K | 62.1K | 40.7K | 1.4M | 2026-05-08 04:07 UTC |
84
  | **pytorch/pytorch** | 181.7K | 123.3K | 1.2M | 383.9K | 131.8K | 3.1M | 2026-05-04 05:01 UTC |
85
  | **redis/redis** | 14.7K | 7.6K | 83.1K | 28.0K | 14.8K | 214.3K | 2026-05-08 04:07 UTC |
86
- | **rust-lang/rust** | 155.3K | 93.2K | 1.5M | 188.5K | 58.5K | 3.8M | 2026-05-08 04:21 UTC |
87
  | **swiftlang/swift** | 85.0K | 67.2K | 416.1K | 109.6K | 16.0K | 1.4M | 2026-05-08 04:07 UTC |
88
- | **vuejs/core** | 12.2K | 6.1K | 36.1K | 4.9K | 12.0K | 92.9K | 2026-05-08 02:41 UTC |
89
- | **vuejs/docs** | 3.3K | 2.2K | 7.0K | 2.7K | 10.2K | 40.8K | 2026-05-07 17:41 UTC |
90
 
91
  ## How to download and use this dataset
92
 
@@ -379,12 +380,13 @@ CI/CD status checks and GitHub Actions results for each commit.
379
  | Table | Rows | Description |
380
  |-------|-----:|-------------|
381
  | `issues` | 1.1M | Issues and pull requests (shared metadata) |
382
- | `pull_requests` | 678.8K | PR-specific fields (merge status, diffs, refs) |
383
- | `comments` | 6.6M | Conversation comments on issues and PRs |
384
  | `review_comments` | 1.7M | Inline code review comments on PR diffs |
385
  | `reviews` | 1.5M | PR review decisions |
386
- | `timeline_events` | 551.2K | Activity timeline (labels, closes, merges, assignments) |
387
  | `pr_files` | 8.1M | Files changed in each pull request |
 
388
  | **Total** | **20.3M** | |
389
 
390
  ## How it's built
 
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 **20.3M rows** across 8 tables in **380.7 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-26 09:21 UTC**.
56
 
57
 
58
  ## Latest Sync
 
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
+ | **facebook/react** | +91 | +81 | +243 | +21 | +5.5K |
65
+ | **golang/go** | +333 | +82 | +2.4K | — | +26.2K |
66
+ | **mdn/content** | +214 | +133 | | +464 | +2.5K |
67
+ | **python/cpython** | +911 | +960 | +3.9K | +927 | +42.0K |
68
+ | **rust-lang/rust** | — | +226 | — | — | — |
69
+ | **vuejs/docs** | +10 | +11 | +18 | +3 | +41 |
70
 
71
 
72
  ## Repositories
 
76
  | **ClickHouse/ClickHouse** | 103.2K | 73.9K | 315.9K | 106.4K | 62.2K | 1.4M | 2026-05-08 05:23 UTC |
77
  | **duckdb/duckdb** | 18.7K | 11.4K | 61.4K | 13.3K | 15.7K | 322.8K | 2026-05-08 06:06 UTC |
78
  | **etcd-io/etcd** | 21.1K | 13.9K | 125.4K | 29.0K | 14.6K | 324.7K | 2026-05-08 01:01 UTC |
79
+ | **facebook/react** | 34.0K | 19.5K | 171.6K | 31.9K | 17.9K | 486.4K | 2026-05-26 08:05 UTC |
80
+ | **golang/go** | 74.7K | 5.1K | 543.9K | 183 | 72.1K | 749.7K | 2026-05-26 08:01 UTC |
81
  | **kubernetes/kubernetes** | 137.9K | 89.2K | 1.9M | 303.9K | 71.1K | 4.0M | 2026-05-04 04:19 UTC |
82
+ | **mdn/content** | 41.1K | 31.8K | 159.5K | 77.7K | 16.5K | 720.7K | 2026-05-26 09:12 UTC |
83
  | **microsoft/TypeScript** | 62.2K | 19.1K | 337.1K | 42.0K | 19.2K | 1.1M | 2026-05-08 01:40 UTC |
84
  | **pingcap/tidb** | 67.9K | 44.9K | 495.8K | 164.6K | 11.9K | 1.2M | 2026-05-08 05:51 UTC |
85
+ | **python/cpython** | 107.1K | 71.6K | 877.3K | 63.0K | 82.7K | 1.5M | 2026-05-26 08:19 UTC |
86
  | **pytorch/pytorch** | 181.7K | 123.3K | 1.2M | 383.9K | 131.8K | 3.1M | 2026-05-04 05:01 UTC |
87
  | **redis/redis** | 14.7K | 7.6K | 83.1K | 28.0K | 14.8K | 214.3K | 2026-05-08 04:07 UTC |
88
+ | **rust-lang/rust** | 155.3K | 93.4K | 1.5M | 188.5K | 58.5K | 3.8M | 2026-05-08 04:21 UTC |
89
  | **swiftlang/swift** | 85.0K | 67.2K | 416.1K | 109.6K | 16.0K | 1.4M | 2026-05-08 04:07 UTC |
90
+ | **vuejs/docs** | 3.3K | 2.3K | 7.1K | 2.7K | 10.2K | 40.9K | 2026-05-25 03:22 UTC |
 
91
 
92
  ## How to download and use this dataset
93
 
 
380
  | Table | Rows | Description |
381
  |-------|-----:|-------------|
382
  | `issues` | 1.1M | Issues and pull requests (shared metadata) |
383
+ | `pull_requests` | 674.3K | PR-specific fields (merge status, diffs, refs) |
384
+ | `comments` | 6.5M | Conversation comments on issues and PRs |
385
  | `review_comments` | 1.7M | Inline code review comments on PR diffs |
386
  | `reviews` | 1.5M | PR review decisions |
387
+ | `timeline_events` | 615.4K | Activity timeline (labels, closes, merges, assignments) |
388
  | `pr_files` | 8.1M | Files changed in each pull request |
389
+ | `commit_statuses` | 64.0K | CI/CD status checks per commit |
390
  | **Total** | **20.3M** | |
391
 
392
  ## How it's built
data/comments/vuejs/docs/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:88a37cfa937059eb65a204db8ee56425edc6dddac437f3114cc2da354627f8da
3
- size 632516
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f96ccfd64ee2e615e3dbe3a9c5ac6719c9934c912ecf9283c2a414516c1495de
3
+ size 633725
data/commit_statuses/vuejs/docs/0.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f59d4a5b22cde5318555cc517e28d933a83c863b0b57f86794b35c77c098b76
3
+ size 3130
data/issues/vuejs/docs/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:48577d21ce3bccbbb874c70f2684b8e5dccb8dfadbd49a62f063440b6ba0b48e
3
- size 712480
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e628661c41c0c987773a30a2e2d61a2a26d00ed7fcc4b866aec6281a9926c458
3
+ size 714837
data/pr_files/vuejs/docs/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9ecc5265fd5482cc284c0bce073c0572506f81d22f1ce3b02570268f37487939
3
- size 76433
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c848c7e05f01b75505db8b25d3194b8268e8390ee447adb275516c05c937c40
3
+ size 76516
data/pull_requests/vuejs/docs/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c39329c6d9e62f1573949a73fc53616acde85ca950acb6570cccb829d0c3d0cd
3
- size 130400
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e7008daf94a472baeed193a160eae70bc1266e6e79298a7513ca7b0f3ef14ba
3
+ size 131354
data/review_comments/vuejs/docs/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9b1450c009bc4bdb0f78e915c0ebba2100a8d22ad8baa39bb5c0f1bba9b17b9f
3
- size 544308
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96182c5ae2db0b17f2c115c5a3d6c18a9b06fe4d4bb38482b21246aeade77df7
3
+ size 549270
data/reviews/vuejs/docs/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a865606bd27e56d6f56b35960502aa55991e5e958867a75e11851d170ac7ba2f
3
- size 117188
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78707d5ce105774f577a17707243bf2125272c8c4280f340241fbca52c238770
3
+ size 117376
data/timeline_events/vuejs/docs/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1856ffc4ecf1503dcff267170c7a3ee7a89c44ef0aaea15f57515023849d9bce
3
- size 230060
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5dba759ebb16d0831fd06e054d05d97f4cf840ce092d4707557e6029252a57ab
3
+ size 239957
stats.csv CHANGED
@@ -1,18 +1,17 @@
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
- 2026-05-08T07:50:30Z,ClickHouse/ClickHouse,103192,73891,210983,104961,106386,62240,693080,0,1354733
3
- 2026-05-08T07:50:30Z,duckdb/duckdb,18713,11388,44927,16516,13288,15717,202248,0,322797
4
- 2026-05-08T07:50:30Z,etcd-io/etcd,21123,13900,88084,37301,28953,14588,120783,0,324732
5
- 2026-05-08T07:50:30Z,facebook/react,33883,19412,138342,32994,31893,12411,205512,0,474447
6
- 2026-05-08T07:50:30Z,golang/go,74406,5062,541339,168,183,45894,47374,0,714426
7
- 2026-05-08T07:50:30Z,kubernetes/kubernetes,137924,89151,1490813,441583,303948,71124,1484210,0,4018753
8
- 2026-05-08T07:50:30Z,mdn/content,40919,31692,74671,84866,77208,13951,391809,0,715116
9
- 2026-05-08T07:50:30Z,microsoft/TypeScript,62228,19094,286550,50561,41960,19182,589181,0,1068756
10
- 2026-05-08T07:50:30Z,pingcap/tidb,67853,44900,376455,119328,164604,11901,434750,0,1219791
11
- 2026-05-08T07:50:30Z,python/cpython,106192,70679,726846,146485,62115,40688,272909,0,1425914
12
- 2026-05-08T07:50:30Z,pytorch/pytorch,181691,123343,900634,325731,383899,131844,1058905,0,3106047
13
- 2026-05-08T07:50:30Z,redis/redis,14722,7646,53651,29401,28026,14807,66077,0,214330
14
- 2026-05-08T07:50:30Z,rust-lang/rust,155264,93155,1233557,246242,188540,58544,1792697,0,3767999
15
- 2026-05-08T07:50:30Z,swiftlang/swift,85024,67197,346363,69695,109643,16049,694509,0,1388480
16
- 2026-05-08T07:50:30Z,vuejs/core,12151,6063,32512,3633,4853,12037,21687,0,92936
17
- 2026-05-08T07:50:30Z,vuejs/docs,3274,2248,4901,2135,2678,10192,15365,0,40793
18
- 2026-05-08T07:50:30Z,_total,1118559,678821,6550628,1711600,1548177,551169,8091096,0,20250050
 
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
+ 2026-05-26T09:21:37Z,ClickHouse/ClickHouse,103192,73891,210983,104961,106386,62240,693080,0,1354733
3
+ 2026-05-26T09:21:37Z,duckdb/duckdb,18713,11388,44927,16516,13288,15717,202248,0,322797
4
+ 2026-05-26T09:21:37Z,etcd-io/etcd,21123,13900,88084,37301,28953,14588,120783,0,324732
5
+ 2026-05-26T09:21:37Z,facebook/react,33974,19493,138575,33004,31914,17926,205822,5720,486428
6
+ 2026-05-26T09:21:37Z,golang/go,74739,5144,543766,168,183,72105,53474,93,749672
7
+ 2026-05-26T09:21:37Z,kubernetes/kubernetes,137924,89151,1490813,441583,303948,71124,1484210,0,4018753
8
+ 2026-05-26T09:21:37Z,mdn/content,41133,31825,74671,84866,77672,16483,392630,1418,720698
9
+ 2026-05-26T09:21:37Z,microsoft/TypeScript,62228,19094,286550,50561,41960,19182,589181,0,1068756
10
+ 2026-05-26T09:21:37Z,pingcap/tidb,67853,44900,376455,119328,164604,11901,434750,0,1219791
11
+ 2026-05-26T09:21:37Z,python/cpython,107103,71639,729998,147278,63042,82664,279563,56710,1537997
12
+ 2026-05-26T09:21:37Z,pytorch/pytorch,181691,123343,900634,325731,383899,131844,1058905,0,3106047
13
+ 2026-05-26T09:21:37Z,redis/redis,14722,7646,53651,29401,28026,14807,66077,0,214330
14
+ 2026-05-26T09:21:37Z,rust-lang/rust,155264,93381,1233557,246242,188540,58544,1792697,0,3768225
15
+ 2026-05-26T09:21:37Z,swiftlang/swift,85024,67197,346363,69695,109643,16049,694509,0,1388480
16
+ 2026-05-26T09:21:37Z,vuejs/docs,3284,2259,4911,2143,2681,10233,15378,48,40937
17
+ 2026-05-26T09:21:37Z,_total,1107967,674251,6523938,1708778,1544739,615407,8083307,63989,20322376