Datasets:
sync vuejs/docs +3.3K issues +2.2K PRs +4.9K comments +2.1K review_comments — 2026-04-29 18:19 UTC
Browse filesissues 3.3K +3.3K
pull_requests 2.2K +2.2K
comments 4.9K +4.9K
review_comments 2.1K +2.1K
reviews 2.7K +2.7K
timeline_events 10.1K +10.1K
pr_files 15.4K +15.4K
- README.md +44 -15
- 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/reviews/vuejs/docs/0.parquet +2 -2
- data/timeline_events/vuejs/docs/0.parquet +2 -2
- stats.csv +18 -3
README.md
CHANGED
|
@@ -7,7 +7,7 @@ language:
|
|
| 7 |
- mul
|
| 8 |
pretty_name: OpenGitHub Issues
|
| 9 |
size_categories:
|
| 10 |
-
-
|
| 11 |
tags:
|
| 12 |
- github
|
| 13 |
- metadata
|
|
@@ -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-04-29
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
@@ -61,16 +61,45 @@ New items since the previous publish:
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
-
| **
|
| 65 |
-
| **
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 66 |
|
| 67 |
|
| 68 |
## Repositories
|
| 69 |
|
| 70 |
| Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
|
| 71 |
|---|---:|---:|---:|---:|---:|---:|---|
|
| 72 |
-
| **
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 73 |
| **microsoft/TypeScript** | 62.2K | 19.1K | 337.0K | 42.0K | 17.1K | 1.1M | 2026-04-25 17:14 UTC |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 74 |
|
| 75 |
## How to download and use this dataset
|
| 76 |
|
|
@@ -362,14 +391,14 @@ CI/CD status checks and GitHub Actions results for each commit.
|
|
| 362 |
|
| 363 |
| Table | Rows | Description |
|
| 364 |
|-------|-----:|-------------|
|
| 365 |
-
| `issues` |
|
| 366 |
-
| `pull_requests` |
|
| 367 |
-
| `comments` |
|
| 368 |
-
| `review_comments` |
|
| 369 |
-
| `reviews` |
|
| 370 |
-
| `timeline_events` |
|
| 371 |
-
| `pr_files` |
|
| 372 |
-
| **Total** | **
|
| 373 |
|
| 374 |
## How it's built
|
| 375 |
|
|
|
|
| 7 |
- mul
|
| 8 |
pretty_name: OpenGitHub Issues
|
| 9 |
size_categories:
|
| 10 |
+
- 10M<n<100M
|
| 11 |
tags:
|
| 12 |
- github
|
| 13 |
- metadata
|
|
|
|
| 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 **17.4M rows** across 8 tables in **1.3 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-04-29 18:19 UTC**.
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
+
| **ClickHouse/ClickHouse** | +102.4K | +73.9K | +311.3K | +104.4K | +29.7K |
|
| 65 |
+
| **duckdb/duckdb** | +18.5K | +11.4K | +61.4K | +13.3K | +15.7K |
|
| 66 |
+
| **etcd-io/etcd** | +21.1K | +13.9K | +124.9K | +28.8K | +12.0K |
|
| 67 |
+
| **facebook/react** | +33.8K | +19.4K | +171.2K | +31.9K | +10.9K |
|
| 68 |
+
| **golang/go** | +74.2K | +5.1K | +539.9K | +183 | +13.5K |
|
| 69 |
+
| **kubernetes/kubernetes** | +137.7K | +88.8K | +1.9M | +303.0K | +61.1K |
|
| 70 |
+
| **mdn/content** | — | — | — | +19.2K | — |
|
| 71 |
+
| **moby/moby** | +51.5K | +28.1K | +387.6K | +50.6K | +14.6K |
|
| 72 |
+
| **pingcap/tidb** | +67.7K | +44.5K | +495.7K | +164.1K | +55.0K |
|
| 73 |
+
| **python/cpython** | +105.8K | +70.7K | +870.7K | +61.5K | +12.8K |
|
| 74 |
+
| **pytorch/pytorch** | +180.3K | +122.2K | +1.2M | +383.9K | +121.8K |
|
| 75 |
+
| **redis/redis** | +14.7K | +7.6K | +82.5K | +27.7K | +13.5K |
|
| 76 |
+
| **rust-lang/rust** | +154.9K | +93.2K | — | — | +10.0K |
|
| 77 |
+
| **swiftlang/swift** | +84.8K | +66.8K | +449.0K | +109.2K | +25.8K |
|
| 78 |
+
| **vuejs/core** | +12.1K | +6.1K | +36.0K | +4.8K | +11.6K |
|
| 79 |
+
| **vuejs/docs** | +3.3K | +2.2K | +7.0K | +2.7K | +10.1K |
|
| 80 |
|
| 81 |
|
| 82 |
## Repositories
|
| 83 |
|
| 84 |
| Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
|
| 85 |
|---|---:|---:|---:|---:|---:|---:|---|
|
| 86 |
+
| **ClickHouse/ClickHouse** | 102.4K | 73.9K | 311.3K | 104.4K | 29.7K | 1.3M | 2026-04-26 07:24 UTC |
|
| 87 |
+
| **duckdb/duckdb** | 18.5K | 11.4K | 61.4K | 13.3K | 15.7K | 322.5K | 2026-04-26 07:24 UTC |
|
| 88 |
+
| **etcd-io/etcd** | 21.1K | 13.9K | 124.9K | 28.8K | 12.0K | 321.2K | 2026-04-26 07:10 UTC |
|
| 89 |
+
| **facebook/react** | 33.8K | 19.4K | 171.2K | 31.9K | 10.9K | 472.6K | 2026-04-29 15:31 UTC |
|
| 90 |
+
| **golang/go** | 74.2K | 5.1K | 539.9K | 183 | 13.5K | 680.2K | 2026-04-29 16:27 UTC |
|
| 91 |
+
| **kubernetes/kubernetes** | 137.7K | 88.8K | 1.9M | 303.0K | 61.1K | 4.0M | 2026-04-20 12:29 UTC |
|
| 92 |
+
| **mdn/content** | 40.8K | 31.7K | 0 | 32.5K | 10.0K | 360.0K | 2026-04-29 15:42 UTC |
|
| 93 |
| **microsoft/TypeScript** | 62.2K | 19.1K | 337.0K | 42.0K | 17.1K | 1.1M | 2026-04-25 17:14 UTC |
|
| 94 |
+
| **moby/moby** | 51.5K | 28.1K | 387.6K | 50.6K | 14.6K | 880.6K | 2026-04-20 12:08 UTC |
|
| 95 |
+
| **pingcap/tidb** | 67.7K | 44.5K | 495.7K | 164.1K | 55.0K | 1.3M | 2026-04-26 07:19 UTC |
|
| 96 |
+
| **python/cpython** | 105.8K | 70.7K | 870.7K | 61.5K | 12.8K | 1.4M | 2026-04-29 16:26 UTC |
|
| 97 |
+
| **pytorch/pytorch** | 180.3K | 122.2K | 1.2M | 383.9K | 121.8K | 3.1M | 2026-04-20 12:41 UTC |
|
| 98 |
+
| **redis/redis** | 14.7K | 7.6K | 82.5K | 27.7K | 13.5K | 211.6K | 2026-04-26 07:19 UTC |
|
| 99 |
+
| **rust-lang/rust** | 154.9K | 93.2K | 0 | 0 | 10.0K | 470.1K | 2026-04-29 09:36 UTC |
|
| 100 |
+
| **swiftlang/swift** | 84.8K | 66.8K | 449.0K | 109.2K | 25.8K | 1.4M | 2026-04-26 04:34 UTC |
|
| 101 |
+
| **vuejs/core** | 12.1K | 6.1K | 36.0K | 4.8K | 11.6K | 92.2K | 2026-04-29 07:55 UTC |
|
| 102 |
+
| **vuejs/docs** | 3.3K | 2.2K | 7.0K | 2.7K | 10.1K | 40.7K | 2026-04-28 08:27 UTC |
|
| 103 |
|
| 104 |
## How to download and use this dataset
|
| 105 |
|
|
|
|
| 391 |
|
| 392 |
| Table | Rows | Description |
|
| 393 |
|-------|-----:|-------------|
|
| 394 |
+
| `issues` | 1.2M | Issues and pull requests (shared metadata) |
|
| 395 |
+
| `pull_requests` | 704.6K | PR-specific fields (merge status, diffs, refs) |
|
| 396 |
+
| `comments` | 5.5M | Conversation comments on issues and PRs |
|
| 397 |
+
| `review_comments` | 1.5M | Inline code review comments on PR diffs |
|
| 398 |
+
| `reviews` | 1.4M | PR review decisions |
|
| 399 |
+
| `timeline_events` | 445.2K | Activity timeline (labels, closes, merges, assignments) |
|
| 400 |
+
| `pr_files` | 6.7M | Files changed in each pull request |
|
| 401 |
+
| **Total** | **17.4M** | |
|
| 402 |
|
| 403 |
## How it's built
|
| 404 |
|
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:bcba037903acd2574667588af2d784bd3f6cebcbc6f8f4106c35e323fa1157a3
|
| 3 |
+
size 631660
|
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:8f00efd3978f1b0f9214c4c80cf8db7f84eb3485c098d29e31e112dbdf08e09b
|
| 3 |
+
size 711288
|
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:bf6d0f1d20401f3a9d1a935a3e296a201388644f5e58bda0533b352a59f63d56
|
| 3 |
+
size 76382
|
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:769de28b1faa9346a4f10102cd9625be7f405cfb4fd675c0e4650a73631e4b6e
|
| 3 |
+
size 117146
|
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:7210488f070ac242f06a49871fe41a24a679301c11206b1eb2b364a496edc02b
|
| 3 |
+
size 216239
|
stats.csv
CHANGED
|
@@ -1,4 +1,19 @@
|
|
| 1 |
updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
|
| 2 |
-
2026-04-
|
| 3 |
-
2026-04-
|
| 4 |
-
2026-04-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
|
| 2 |
+
2026-04-29T18:19:36Z,ClickHouse/ClickHouse,102412,73891,208242,103088,104387,29698,688892,0,1310610
|
| 3 |
+
2026-04-29T18:19:36Z,duckdb/duckdb,18497,11388,44927,16516,13288,15677,202200,0,322493
|
| 4 |
+
2026-04-29T18:19:36Z,etcd-io/etcd,21065,13900,87740,37160,28790,11965,120558,0,321178
|
| 5 |
+
2026-04-29T18:19:36Z,facebook/react,33821,19412,138232,32990,31882,10893,205381,0,472611
|
| 6 |
+
2026-04-29T18:19:36Z,golang/go,74173,5062,539731,168,183,13533,47303,0,680153
|
| 7 |
+
2026-04-29T18:19:36Z,kubernetes/kubernetes,137657,88755,1487673,440528,303016,61124,1476297,0,3995050
|
| 8 |
+
2026-04-29T18:19:36Z,mdn/content,40834,31692,0,0,32466,10010,245014,0,360016
|
| 9 |
+
2026-04-29T18:19:36Z,microsoft/TypeScript,62202,19094,286414,50561,41953,17065,589088,0,1066377
|
| 10 |
+
2026-04-29T18:19:36Z,moby/moby,51466,28126,316994,70640,50606,14581,348237,0,880650
|
| 11 |
+
2026-04-29T18:19:36Z,pingcap/tidb,67690,44494,376857,118888,164059,54976,436847,0,1263811
|
| 12 |
+
2026-04-29T18:19:36Z,python/cpython,105816,70679,724897,145798,61462,12822,270134,0,1391608
|
| 13 |
+
2026-04-29T18:19:36Z,pytorch/pytorch,180266,122163,900634,325731,383899,121844,1058905,0,3093442
|
| 14 |
+
2026-04-29T18:19:36Z,redis/redis,14656,7646,53435,29038,27688,13458,65696,0,211617
|
| 15 |
+
2026-04-29T18:19:36Z,rust-lang/rust,154929,93150,0,0,0,10000,212004,0,470083
|
| 16 |
+
2026-04-29T18:19:36Z,swiftlang/swift,84757,66803,345405,103564,109174,25834,687394,0,1422931
|
| 17 |
+
2026-04-29T18:19:36Z,vuejs/core,12129,6063,32423,3618,4834,11557,21589,0,92213
|
| 18 |
+
2026-04-29T18:19:36Z,vuejs/docs,3272,2248,4891,2134,2677,10128,15356,0,40706
|
| 19 |
+
2026-04-29T18:19:36Z,_total,1165642,704566,5548495,1480422,1360364,445165,6690895,0,17395549
|