Datasets:
sync vuejs/docs +10 issues +11 PRs +10 comments +8 review_comments — 2026-05-26 09:21 UTC
Browse filesissues 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 +19 -17
- data/comments/vuejs/docs/0.parquet +2 -2
- data/commit_statuses/vuejs/docs/0.parquet +3 -0
- data/issues/vuejs/docs/0.parquet +2 -2
- data/pr_files/vuejs/docs/0.parquet +2 -2
- data/pull_requests/vuejs/docs/0.parquet +2 -2
- data/review_comments/vuejs/docs/0.parquet +2 -2
- data/reviews/vuejs/docs/0.parquet +2 -2
- data/timeline_events/vuejs/docs/0.parquet +2 -2
- stats.csv +16 -17
README.md
CHANGED
|
@@ -39,9 +39,9 @@ configs:
|
|
| 39 |
|
| 40 |
## What is it?
|
| 41 |
|
| 42 |
-
The full development metadata of
|
| 43 |
|
| 44 |
-
Right now the archive has **20.3M rows** across 8 tables in **
|
| 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-
|
| 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 |
-
| **
|
| 65 |
-
| **
|
| 66 |
-
| **
|
| 67 |
-
| **
|
|
|
|
|
|
|
| 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** |
|
| 78 |
-
| **golang/go** | 74.
|
| 79 |
| **kubernetes/kubernetes** | 137.9K | 89.2K | 1.9M | 303.9K | 71.1K | 4.0M | 2026-05-04 04:19 UTC |
|
| 80 |
-
| **mdn/content** |
|
| 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** |
|
| 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.
|
| 87 |
| **swiftlang/swift** | 85.0K | 67.2K | 416.1K | 109.6K | 16.0K | 1.4M | 2026-05-08 04:07 UTC |
|
| 88 |
-
| **vuejs/
|
| 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` |
|
| 383 |
-
| `comments` | 6.
|
| 384 |
| `review_comments` | 1.7M | Inline code review comments on PR diffs |
|
| 385 |
| `reviews` | 1.5M | PR review decisions |
|
| 386 |
-
| `timeline_events` |
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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-
|
| 3 |
-
2026-05-
|
| 4 |
-
2026-05-
|
| 5 |
-
2026-05-
|
| 6 |
-
2026-05-
|
| 7 |
-
2026-05-
|
| 8 |
-
2026-05-
|
| 9 |
-
2026-05-
|
| 10 |
-
2026-05-
|
| 11 |
-
2026-05-
|
| 12 |
-
2026-05-
|
| 13 |
-
2026-05-
|
| 14 |
-
2026-05-
|
| 15 |
-
2026-05-
|
| 16 |
-
2026-05-
|
| 17 |
-
2026-05-
|
| 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
|
|
|