Datasets:
sync vuejs/docs +2 comments +3 review_comments +1 reviews +11 timeline — 2026-04-09 06:26 UTC
Browse filescomments 4.9K +2
review_comments 2.1K +3
reviews 2.7K +1
timeline_events 10.1K +11
- README.md +29 -18
- data/comments/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 +18 -18
README.md
CHANGED
|
@@ -41,7 +41,7 @@ configs:
|
|
| 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 **21.
|
| 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-09
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
@@ -61,30 +61,41 @@ 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** |
|
| 72 |
| **duckdb/duckdb** | 18.1K | 11.4K | 61.0K | 13.2K | 10.0K | 310.0K | 2026-04-07 08:48 UTC |
|
| 73 |
-
| **etcd-io/etcd** | 21.0K | 13.8K | 124.
|
| 74 |
-
| **facebook/react** | 33.7K | 19.2K | 170.
|
| 75 |
-
| **golang/go** | 75.9K | 4.9K | 536.
|
| 76 |
| **kubernetes/kubernetes** | 137.4K | 88.8K | 1.9M | 302.4K | 10.0K | 3.9M | 2026-04-07 14:23 UTC |
|
| 77 |
-
| **mdn/content** | 41.6K | 31.5K | 157.
|
| 78 |
-
| **microsoft/TypeScript** | 62.1K | 19.1K | 336.7K | 41.9K |
|
| 79 |
| **moby/moby** | 51.4K | 28.1K | 101.7K | 50.4K | 10.0K | 588.8K | 2026-04-07 10:20 UTC |
|
| 80 |
| **pingcap/tidb** | 67.2K | 44.5K | 487.5K | 162.6K | 11.4K | 1.2M | 2026-04-07 09:01 UTC |
|
| 81 |
-
| **python/cpython** | 145.
|
| 82 |
| **pytorch/pytorch** | 179.1K | 121.5K | 1.2M | 382.5K | 10.0K | 3.0M | 2026-04-08 08:59 UTC |
|
| 83 |
-
| **redis/redis** | 14.6K | 7.6K | 81.
|
| 84 |
-
| **rust-lang/rust** | 154.
|
| 85 |
-
| **swiftlang/swift** | 84.
|
| 86 |
-
| **vuejs/core** | 12.1K | 6.1K | 35.
|
| 87 |
-
| **vuejs/docs** | 3.3K | 2.2K | 7.0K | 2.7K | 10.
|
| 88 |
|
| 89 |
## How to download and use this dataset
|
| 90 |
|
|
@@ -377,14 +388,14 @@ CI/CD status checks and GitHub Actions results for each commit.
|
|
| 377 |
| Table | Rows | Description |
|
| 378 |
|-------|-----:|-------------|
|
| 379 |
| `issues` | 1.2M | Issues and pull requests (shared metadata) |
|
| 380 |
-
| `pull_requests` | 700.
|
| 381 |
| `comments` | 6.6M | Conversation comments on issues and PRs |
|
| 382 |
| `review_comments` | 1.7M | Inline code review comments on PR diffs |
|
| 383 |
| `reviews` | 1.6M | PR review decisions |
|
| 384 |
-
| `timeline_events` |
|
| 385 |
| `pr_files` | 8.5M | Files changed in each pull request |
|
| 386 |
| `commit_statuses` | 164.0K | CI/CD status checks per commit |
|
| 387 |
-
| **Total** | **21.
|
| 388 |
|
| 389 |
## How it's built
|
| 390 |
|
|
|
|
| 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 **21.3M rows** across 8 tables in **965.4 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-04-09 06:26 UTC**.
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
+
| **ClickHouse/ClickHouse** | +266 | +262 | — | — | +2.8K |
|
| 65 |
+
| **etcd-io/etcd** | +18 | — | +133 | +38 | +766 |
|
| 66 |
+
| **facebook/react** | +14 | — | +59 | +18 | +4.5K |
|
| 67 |
+
| **golang/go** | +42 | — | +489 | — | +10.6K |
|
| 68 |
+
| **mdn/content** | +33 | — | +198 | +129 | +765 |
|
| 69 |
+
| **microsoft/TypeScript** | +6 | — | +32 | +2 | +906 |
|
| 70 |
+
| **python/cpython** | +78 | — | +584 | +120 | +9.2K |
|
| 71 |
+
| **redis/redis** | +8 | — | +87 | +52 | +334 |
|
| 72 |
+
| **rust-lang/rust** | +92 | — | +1.0K | +156 | +9.6K |
|
| 73 |
+
| **swiftlang/swift** | +40 | — | +253 | +118 | +2.5K |
|
| 74 |
+
| **vuejs/core** | +6 | — | +18 | +3 | +200 |
|
| 75 |
+
| **vuejs/docs** | — | — | +5 | +1 | +11 |
|
| 76 |
|
| 77 |
|
| 78 |
## Repositories
|
| 79 |
|
| 80 |
| Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
|
| 81 |
|---|---:|---:|---:|---:|---:|---:|---|
|
| 82 |
+
| **ClickHouse/ClickHouse** | 101.0K | 73.1K | 303.9K | 101.0K | 28.5K | 1.3M | 2026-04-09 06:09 UTC |
|
| 83 |
| **duckdb/duckdb** | 18.1K | 11.4K | 61.0K | 13.2K | 10.0K | 310.0K | 2026-04-07 08:48 UTC |
|
| 84 |
+
| **etcd-io/etcd** | 21.0K | 13.8K | 124.3K | 28.6K | 12.4K | 320.5K | 2026-04-09 05:57 UTC |
|
| 85 |
+
| **facebook/react** | 33.7K | 19.2K | 170.8K | 20.1K | 255.7K | 865.6K | 2026-04-09 05:41 UTC |
|
| 86 |
+
| **golang/go** | 75.9K | 4.9K | 536.7K | 323 | 278.9K | 968.6K | 2026-04-09 06:03 UTC |
|
| 87 |
| **kubernetes/kubernetes** | 137.4K | 88.8K | 1.9M | 302.4K | 10.0K | 3.9M | 2026-04-07 14:23 UTC |
|
| 88 |
+
| **mdn/content** | 41.6K | 31.5K | 157.7K | 19.0K | 14.1K | 414.0K | 2026-04-09 04:40 UTC |
|
| 89 |
+
| **microsoft/TypeScript** | 62.1K | 19.1K | 336.7K | 41.9K | 14.1K | 1.1M | 2026-04-08 23:47 UTC |
|
| 90 |
| **moby/moby** | 51.4K | 28.1K | 101.7K | 50.4K | 10.0K | 588.8K | 2026-04-07 10:20 UTC |
|
| 91 |
| **pingcap/tidb** | 67.2K | 44.5K | 487.5K | 162.6K | 11.4K | 1.2M | 2026-04-07 09:01 UTC |
|
| 92 |
+
| **python/cpython** | 145.9K | 69.8K | 865.2K | 150.0K | 36.0K | 1.9M | 2026-04-09 06:02 UTC |
|
| 93 |
| **pytorch/pytorch** | 179.1K | 121.5K | 1.2M | 382.5K | 10.0K | 3.0M | 2026-04-08 08:59 UTC |
|
| 94 |
+
| **redis/redis** | 14.6K | 7.6K | 81.6K | 27.2K | 11.3K | 207.9K | 2026-04-09 04:59 UTC |
|
| 95 |
+
| **rust-lang/rust** | 154.1K | 92.2K | 1.5M | 186.0K | 57.0K | 3.7M | 2026-04-09 06:05 UTC |
|
| 96 |
+
| **swiftlang/swift** | 84.5K | 66.8K | 447.5K | 108.6K | 16.5K | 1.4M | 2026-04-09 05:59 UTC |
|
| 97 |
+
| **vuejs/core** | 12.1K | 6.1K | 35.8K | 4.8K | 10.6K | 90.6K | 2026-04-09 05:52 UTC |
|
| 98 |
+
| **vuejs/docs** | 3.3K | 2.2K | 7.0K | 2.7K | 10.1K | 40.4K | 2026-04-09 05:24 UTC |
|
| 99 |
|
| 100 |
## How to download and use this dataset
|
| 101 |
|
|
|
|
| 388 |
| Table | Rows | Description |
|
| 389 |
|-------|-----:|-------------|
|
| 390 |
| `issues` | 1.2M | Issues and pull requests (shared metadata) |
|
| 391 |
+
| `pull_requests` | 700.6K | PR-specific fields (merge status, diffs, refs) |
|
| 392 |
| `comments` | 6.6M | Conversation comments on issues and PRs |
|
| 393 |
| `review_comments` | 1.7M | Inline code review comments on PR diffs |
|
| 394 |
| `reviews` | 1.6M | PR review decisions |
|
| 395 |
+
| `timeline_events` | 796.5K | Activity timeline (labels, closes, merges, assignments) |
|
| 396 |
| `pr_files` | 8.5M | Files changed in each pull request |
|
| 397 |
| `commit_statuses` | 164.0K | CI/CD status checks per commit |
|
| 398 |
+
| **Total** | **21.3M** | |
|
| 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:f721f17540aa2fcbe1d0b50e1fed85086bb44610e564c8edb5da9e22746a27a2
|
| 3 |
+
size 628885
|
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:b6e241dd9917d289109755a56a7599da0962ba3f923f67e7cbac6418052fd763
|
| 3 |
+
size 544102
|
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:63dfe5a42b687c28b0a5ed821048d21861800d43ca0752b54259f5d7c4fa9028
|
| 3 |
+
size 116691
|
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:8fe359457f96d9b46d82d937f64a38fd8ce6dc344fced3af761746bcab8c6b6f
|
| 3 |
+
size 198155
|
stats.csv
CHANGED
|
@@ -1,19 +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-
|
| 5 |
-
2026-04-
|
| 6 |
-
2026-04-
|
| 7 |
-
2026-04-
|
| 8 |
-
2026-04-
|
| 9 |
-
2026-04-
|
| 10 |
-
2026-04-
|
| 11 |
-
2026-04-
|
| 12 |
-
2026-04-
|
| 13 |
-
2026-04-
|
| 14 |
-
2026-04-
|
| 15 |
-
2026-04-
|
| 16 |
-
2026-04-
|
| 17 |
-
2026-04-
|
| 18 |
-
2026-04-
|
| 19 |
-
2026-04-
|
|
|
|
| 1 |
updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
|
| 2 |
+
2026-04-09T06:26:42Z,ClickHouse/ClickHouse,101048,73100,203956,99994,101007,28464,694659,0,1302228
|
| 3 |
+
2026-04-09T06:26:42Z,duckdb/duckdb,18138,11388,44591,16400,13176,10015,196329,0,310037
|
| 4 |
+
2026-04-09T06:26:42Z,etcd-io/etcd,20996,13844,87347,36964,28579,12388,120394,0,320512
|
| 5 |
+
2026-04-09T06:26:42Z,facebook/react,33690,19202,137825,32927,20135,255654,202222,163984,865639
|
| 6 |
+
2026-04-09T06:26:42Z,golang/go,75899,4942,536567,167,323,278880,71807,0,968585
|
| 7 |
+
2026-04-09T06:26:42Z,kubernetes/kubernetes,137434,88755,1484732,439824,302419,10000,1475046,0,3938210
|
| 8 |
+
2026-04-09T06:26:42Z,mdn/content,41586,31454,74194,83456,19048,14073,150163,0,413974
|
| 9 |
+
2026-04-09T06:26:42Z,microsoft/TypeScript,62146,19094,286151,50558,41943,14120,589013,0,1063025
|
| 10 |
+
2026-04-09T06:26:42Z,moby/moby,51381,28126,99991,1700,50446,9998,347130,0,588772
|
| 11 |
+
2026-04-09T06:26:42Z,pingcap/tidb,67238,44494,370051,117427,162584,11444,427636,0,1200874
|
| 12 |
+
2026-04-09T06:26:42Z,python/cpython,145892,69824,720728,144442,150035,36018,662117,0,1929056
|
| 13 |
+
2026-04-09T06:26:42Z,pytorch/pytorch,179120,121468,893565,324640,382453,10000,1049219,0,2960465
|
| 14 |
+
2026-04-09T06:26:42Z,redis/redis,14572,7646,53103,28528,27225,11299,65518,0,207891
|
| 15 |
+
2026-04-09T06:26:42Z,rust-lang/rust,154113,92154,1221864,243019,186013,56994,1716742,0,3670899
|
| 16 |
+
2026-04-09T06:26:42Z,swiftlang/swift,84459,66803,344339,103207,108600,16506,685567,0,1409481
|
| 17 |
+
2026-04-09T06:26:42Z,vuejs/core,12065,6063,32201,3559,4767,10614,21353,0,90622
|
| 18 |
+
2026-04-09T06:26:42Z,vuejs/docs,3263,2248,4873,2134,2674,10055,15194,0,40441
|
| 19 |
+
2026-04-09T06:26:42Z,_total,1203040,700605,6596078,1728946,1601427,796522,8490109,163984,21280711
|