Datasets:
sync vuejs/docs +2 issues +10 comments +1 review_comments +1 reviews — 2026-05-08 06:52 UTC
Browse filesissues 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 +39 -25
- data/comments/vuejs/docs/0.parquet +2 -2
- data/issues/vuejs/docs/0.parquet +2 -2
- data/pr_files/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 +17 -16
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 **
|
| 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,28 +61,42 @@ New items since the previous publish:
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
-
| **
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 65 |
|
| 66 |
|
| 67 |
## Repositories
|
| 68 |
|
| 69 |
| Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
|
| 70 |
|---|---:|---:|---:|---:|---:|---:|---|
|
| 71 |
-
| **ClickHouse/ClickHouse** | 102.
|
| 72 |
-
| **duckdb/duckdb** | 18.
|
| 73 |
-
| **etcd-io/etcd** | 21.1K | 13.9K | 125.
|
| 74 |
-
| **facebook/react** | 33.9K | 19.4K | 171.3K | 31.9K |
|
| 75 |
-
| **golang/go** | 74.
|
| 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.
|
| 78 |
-
| **microsoft/TypeScript** | 62.2K | 19.1K | 337.
|
| 79 |
-
| **
|
|
|
|
| 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 |
-
| **rust-lang/rust** | 155.
|
| 83 |
-
| **swiftlang/swift** |
|
| 84 |
-
| **vuejs/core** | 12.
|
| 85 |
-
| **vuejs/docs** | 3.3K | 2.2K | 7.0K | 2.7K | 10.
|
| 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.
|
| 378 |
-
| `pull_requests` |
|
| 379 |
-
| `comments` | 6.
|
| 380 |
-
| `review_comments` | 1.
|
| 381 |
-
| `reviews` | 1.
|
| 382 |
-
| `timeline_events` |
|
| 383 |
-
| `pr_files` |
|
| 384 |
-
| **Total** | **
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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-
|
| 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-
|
|
|
|
|
|
| 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
|