Datasets:
sync vuejs/core +2 issues +4 comments +8 timeline +1 pr_files — 2026-04-10 03:28 UTC
Browse filesissues 12.1K +2
comments 32.2K +4
timeline_events 10.7K +8
pr_files 21.4K +1
- README.md +23 -20
- data/comments/vuejs/core/0.parquet +2 -2
- data/issues/vuejs/core/0.parquet +2 -2
- data/pr_files/vuejs/core/0.parquet +2 -2
- data/timeline_events/vuejs/core/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.7M 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-04-10 03:
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
@@ -61,35 +61,38 @@ New items since the previous publish:
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
-
| **ClickHouse/ClickHouse** |
|
| 65 |
-
| **
|
| 66 |
-
| **
|
| 67 |
-
| **
|
| 68 |
-
| **
|
| 69 |
-
| **pytorch/pytorch** |
|
| 70 |
-
| **
|
|
|
|
|
|
|
|
|
|
| 71 |
|
| 72 |
|
| 73 |
## Repositories
|
| 74 |
|
| 75 |
| Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
|
| 76 |
|---|---:|---:|---:|---:|---:|---:|---|
|
| 77 |
-
| **ClickHouse/ClickHouse** | 101.2K | 73.1K | 306.8K | 102.0K | 37.
|
| 78 |
| **duckdb/duckdb** | 18.2K | 11.4K | 61.2K | 13.2K | 11.7K | 313.8K | 2026-04-10 01:52 UTC |
|
| 79 |
| **etcd-io/etcd** | 21.0K | 13.8K | 124.4K | 28.6K | 12.7K | 320.9K | 2026-04-10 00:21 UTC |
|
| 80 |
| **facebook/react** | 33.7K | 19.2K | 170.8K | 20.1K | 255.8K | 865.8K | 2026-04-09 23:19 UTC |
|
| 81 |
| **golang/go** | 75.9K | 4.9K | 537.0K | 323 | 281.4K | 971.3K | 2026-04-10 02:41 UTC |
|
| 82 |
-
| **kubernetes/kubernetes** | 137.5K | 88.8K | 1.9M | 302.6K | 29.8K | 4.0M | 2026-04-10
|
| 83 |
| **mdn/content** | 41.6K | 31.5K | 157.8K | 19.2K | 14.4K | 414.6K | 2026-04-10 01:05 UTC |
|
| 84 |
| **microsoft/TypeScript** | 62.2K | 19.1K | 336.7K | 41.9K | 14.4K | 1.1M | 2026-04-10 01:39 UTC |
|
| 85 |
-
| **moby/moby** | 51.4K | 28.1K | 387.4K | 50.5K | 12.9K | 877.5K | 2026-04-10 02:
|
| 86 |
-
| **pingcap/tidb** | 67.3K | 44.5K |
|
| 87 |
-
| **python/cpython** | 145.9K | 69.8K | 865.5K | 150.1K | 40.4K | 1.9M | 2026-04-10
|
| 88 |
-
| **pytorch/pytorch** | 179.3K | 121.5K | 1.2M | 382.7K | 49.
|
| 89 |
-
| **redis/redis** | 14.6K | 7.6K | 81.7K | 27.3K | 11.4K | 208.1K | 2026-04-10 02:
|
| 90 |
-
| **rust-lang/rust** | 154.2K | 92.2K | 1.5M | 186.1K | 62.7K | 3.7M | 2026-04-10
|
| 91 |
-
| **swiftlang/swift** | 84.5K | 66.8K | 447.6K | 108.6K | 17.2K | 1.4M | 2026-04-10
|
| 92 |
-
| **vuejs/core** | 12.1K | 6.1K | 35.8K | 4.8K | 10.7K | 90.
|
| 93 |
| **vuejs/docs** | 3.3K | 2.2K | 7.0K | 2.7K | 10.1K | 40.4K | 2026-04-09 07:39 UTC |
|
| 94 |
|
| 95 |
## How to download and use this dataset
|
|
@@ -387,7 +390,7 @@ CI/CD status checks and GitHub Actions results for each commit.
|
|
| 387 |
| `comments` | 6.8M | Conversation comments on issues and PRs |
|
| 388 |
| `review_comments` | 1.8M | Inline code review comments on PR diffs |
|
| 389 |
| `reviews` | 1.6M | PR review decisions |
|
| 390 |
-
| `timeline_events` |
|
| 391 |
| `pr_files` | 8.5M | Files changed in each pull request |
|
| 392 |
| `commit_statuses` | 164.0K | CI/CD status checks per commit |
|
| 393 |
| **Total** | **21.7M** | |
|
|
|
|
| 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.7M rows** across 8 tables in **771.8 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-10 03:28 UTC**.
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
+
| **ClickHouse/ClickHouse** | — | — | +19 | +16 | +101 |
|
| 65 |
+
| **kubernetes/kubernetes** | — | — | +2 | — | +14 |
|
| 66 |
+
| **moby/moby** | — | — | +1 | — | +2 |
|
| 67 |
+
| **pingcap/tidb** | +3 | — | +26 | +4 | +107 |
|
| 68 |
+
| **python/cpython** | — | — | — | — | +2 |
|
| 69 |
+
| **pytorch/pytorch** | +2 | — | +13 | — | +123 |
|
| 70 |
+
| **redis/redis** | — | — | +3 | +1 | +1 |
|
| 71 |
+
| **rust-lang/rust** | +1 | — | +6 | — | +45 |
|
| 72 |
+
| **swiftlang/swift** | — | — | — | — | +5 |
|
| 73 |
+
| **vuejs/core** | +2 | — | +4 | — | +8 |
|
| 74 |
|
| 75 |
|
| 76 |
## Repositories
|
| 77 |
|
| 78 |
| Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
|
| 79 |
|---|---:|---:|---:|---:|---:|---:|---|
|
| 80 |
+
| **ClickHouse/ClickHouse** | 101.2K | 73.1K | 306.8K | 102.0K | 37.4K | 1.3M | 2026-04-10 03:11 UTC |
|
| 81 |
| **duckdb/duckdb** | 18.2K | 11.4K | 61.2K | 13.2K | 11.7K | 313.8K | 2026-04-10 01:52 UTC |
|
| 82 |
| **etcd-io/etcd** | 21.0K | 13.8K | 124.4K | 28.6K | 12.7K | 320.9K | 2026-04-10 00:21 UTC |
|
| 83 |
| **facebook/react** | 33.7K | 19.2K | 170.8K | 20.1K | 255.8K | 865.8K | 2026-04-09 23:19 UTC |
|
| 84 |
| **golang/go** | 75.9K | 4.9K | 537.0K | 323 | 281.4K | 971.3K | 2026-04-10 02:41 UTC |
|
| 85 |
+
| **kubernetes/kubernetes** | 137.5K | 88.8K | 1.9M | 302.6K | 29.8K | 4.0M | 2026-04-10 03:09 UTC |
|
| 86 |
| **mdn/content** | 41.6K | 31.5K | 157.8K | 19.2K | 14.4K | 414.6K | 2026-04-10 01:05 UTC |
|
| 87 |
| **microsoft/TypeScript** | 62.2K | 19.1K | 336.7K | 41.9K | 14.4K | 1.1M | 2026-04-10 01:39 UTC |
|
| 88 |
+
| **moby/moby** | 51.4K | 28.1K | 387.4K | 50.5K | 12.9K | 877.5K | 2026-04-10 02:57 UTC |
|
| 89 |
+
| **pingcap/tidb** | 67.3K | 44.5K | 489.0K | 162.8K | 22.9K | 1.2M | 2026-04-10 03:10 UTC |
|
| 90 |
+
| **python/cpython** | 145.9K | 69.8K | 865.5K | 150.1K | 40.4K | 1.9M | 2026-04-10 03:01 UTC |
|
| 91 |
+
| **pytorch/pytorch** | 179.3K | 121.5K | 1.2M | 382.7K | 49.1K | 3.0M | 2026-04-10 03:09 UTC |
|
| 92 |
+
| **redis/redis** | 14.6K | 7.6K | 81.7K | 27.3K | 11.4K | 208.1K | 2026-04-10 02:52 UTC |
|
| 93 |
+
| **rust-lang/rust** | 154.2K | 92.2K | 1.5M | 186.1K | 62.7K | 3.7M | 2026-04-10 03:10 UTC |
|
| 94 |
+
| **swiftlang/swift** | 84.5K | 66.8K | 447.6K | 108.6K | 17.2K | 1.4M | 2026-04-10 03:00 UTC |
|
| 95 |
+
| **vuejs/core** | 12.1K | 6.1K | 35.8K | 4.8K | 10.7K | 90.8K | 2026-04-10 03:09 UTC |
|
| 96 |
| **vuejs/docs** | 3.3K | 2.2K | 7.0K | 2.7K | 10.1K | 40.4K | 2026-04-09 07:39 UTC |
|
| 97 |
|
| 98 |
## How to download and use this dataset
|
|
|
|
| 390 |
| `comments` | 6.8M | Conversation comments on issues and PRs |
|
| 391 |
| `review_comments` | 1.8M | Inline code review comments on PR diffs |
|
| 392 |
| `reviews` | 1.6M | PR review decisions |
|
| 393 |
+
| `timeline_events` | 895.0K | Activity timeline (labels, closes, merges, assignments) |
|
| 394 |
| `pr_files` | 8.5M | Files changed in each pull request |
|
| 395 |
| `commit_statuses` | 164.0K | CI/CD status checks per commit |
|
| 396 |
| **Total** | **21.7M** | |
|
data/comments/vuejs/core/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:0a9c01de39ffd17222150c59cf34f7195f04cba050c62358aef7fcebf9eaf241
|
| 3 |
+
size 6360303
|
data/issues/vuejs/core/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:bb70bc6d2e4ff62a96a83fd3dea58065031932d09778e1362c0ae6fa4b3d4d82
|
| 3 |
+
size 5421992
|
data/pr_files/vuejs/core/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:4192179f4b105076e161a54f0fa78731efc9bf0647200c97cb590f3353b41cca
|
| 3 |
+
size 108566
|
data/timeline_events/vuejs/core/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:4486735060cae02eaf87e3a05038efd31fe861a12d278924103a1a706e7c403c
|
| 3 |
+
size 502201
|
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-10T03:
|
| 3 |
-
2026-04-10T03:
|
| 4 |
-
2026-04-10T03:
|
| 5 |
-
2026-04-10T03:
|
| 6 |
-
2026-04-10T03:
|
| 7 |
-
2026-04-10T03:
|
| 8 |
-
2026-04-10T03:
|
| 9 |
-
2026-04-10T03:
|
| 10 |
-
2026-04-10T03:
|
| 11 |
-
2026-04-10T03:
|
| 12 |
-
2026-04-10T03:
|
| 13 |
-
2026-04-10T03:
|
| 14 |
-
2026-04-10T03:
|
| 15 |
-
2026-04-10T03:
|
| 16 |
-
2026-04-10T03:
|
| 17 |
-
2026-04-10T03:
|
| 18 |
-
2026-04-10T03:
|
| 19 |
-
2026-04-10T03:
|
|
|
|
| 1 |
updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
|
| 2 |
+
2026-04-10T03:28:47Z,ClickHouse/ClickHouse,101190,73100,205957,100834,101979,37449,696618,0,1317127
|
| 3 |
+
2026-04-10T03:28:47Z,duckdb/duckdb,18223,11388,44727,16439,13215,11692,198164,0,313848
|
| 4 |
+
2026-04-10T03:28:47Z,etcd-io/etcd,21000,13844,87371,36989,28604,12655,120405,0,320868
|
| 5 |
+
2026-04-10T03:28:47Z,facebook/react,33697,19202,137851,32928,20137,255770,202231,163984,865800
|
| 6 |
+
2026-04-10T03:28:47Z,golang/go,75921,4942,536795,167,323,281368,71818,0,971334
|
| 7 |
+
2026-04-10T03:28:47Z,kubernetes/kubernetes,137491,88755,1485595,440018,302603,29798,1475902,0,3960162
|
| 8 |
+
2026-04-10T03:28:47Z,mdn/content,41595,31454,74218,83537,19162,14442,150219,0,414627
|
| 9 |
+
2026-04-10T03:28:47Z,microsoft/TypeScript,62153,19094,286164,50558,41943,14374,589013,0,1063299
|
| 10 |
+
2026-04-10T03:28:47Z,moby/moby,51394,28126,316892,70555,50469,12888,347209,0,877533
|
| 11 |
+
2026-04-10T03:28:47Z,pingcap/tidb,67321,44494,371340,117623,162842,22875,428020,0,1214515
|
| 12 |
+
2026-04-10T03:28:47Z,python/cpython,145929,69824,720995,144485,150090,40378,662203,0,1933904
|
| 13 |
+
2026-04-10T03:28:47Z,pytorch/pytorch,179308,121468,894305,324801,382684,49130,1050176,0,3001872
|
| 14 |
+
2026-04-10T03:28:47Z,redis/redis,14574,7646,53118,28556,27253,11440,65521,0,208108
|
| 15 |
+
2026-04-10T03:28:47Z,rust-lang/rust,154160,92154,1222263,243160,186130,62729,1718032,0,3678628
|
| 16 |
+
2026-04-10T03:28:47Z,swiftlang/swift,84487,66803,344418,103216,108637,17250,685834,0,1410645
|
| 17 |
+
2026-04-10T03:28:47Z,vuejs/core,12071,6063,32223,3565,4774,10691,21364,0,90751
|
| 18 |
+
2026-04-10T03:28:47Z,vuejs/docs,3263,2248,4874,2134,2674,10058,15194,0,40445
|
| 19 |
+
2026-04-10T03:28:47Z,_total,1203777,700605,6819106,1799565,1603519,894987,8497923,163984,21683466
|