Datasets:
sync vuejs/core +1 comments — 2026-04-05 18:09 UTC
Browse files- README.md +26 -17
- data/comments/vuejs/core/delta.parquet +2 -2
- stats.csv +13 -13
README.md
CHANGED
|
@@ -41,7 +41,7 @@ configs:
|
|
| 41 |
|
| 42 |
The full development metadata of 12 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 **11.
|
| 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-05
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
@@ -61,23 +61,32 @@ New items since the previous publish:
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
-
| **ClickHouse/ClickHouse** | — | — | — | +
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 65 |
|
| 66 |
|
| 67 |
## Repositories
|
| 68 |
|
| 69 |
| Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
|
| 70 |
|---|---:|---:|---:|---:|---:|---:|---|
|
| 71 |
-
| **ClickHouse/ClickHouse** | 100.7K | 72.7K | 0 | 14.
|
| 72 |
-
| **etcd-io/etcd** | 21.0K | 13.8K | 124.1K | 28.5K | 10.
|
| 73 |
-
| **facebook/react** | 33.7K | 19.2K | 170.7K | 20.1K | 250.
|
| 74 |
-
| **golang/go** | 75.8K | 4.9K | 536.0K | 323 |
|
| 75 |
| **mdn/content** | 41.5K | 31.5K | 157.3K | 18.8K | 12.9K | 412.0K | 2026-04-05 07:15 UTC |
|
| 76 |
-
| **microsoft/TypeScript** | 62.1K | 19.1K | 336.6K | 41.9K | 12.4K | 1.1M | 2026-04-05
|
| 77 |
-
| **python/cpython** | 145.7K | 69.8K | 864.2K | 149.8K |
|
| 78 |
-
| **redis/redis** | 14.6K | 7.6K | 81.5K | 27.1K | 10.
|
| 79 |
-
| **rust-lang/rust** | 153.9K | 92.2K | 1.5M | 185.
|
| 80 |
-
| **swiftlang/swift** | 84.4K | 66.8K | 447.2K | 108.4K | 13.
|
| 81 |
| **vuejs/core** | 12.0K | 6.1K | 35.7K | 4.8K | 10.3K | 90.2K | 2026-04-04 09:36 UTC |
|
| 82 |
| **vuejs/docs** | 3.3K | 2.2K | 7.0K | 2.7K | 10.0K | 40.4K | 2026-04-03 19:23 UTC |
|
| 83 |
|
|
@@ -371,15 +380,15 @@ CI/CD status checks and GitHub Actions results for each commit.
|
|
| 371 |
|
| 372 |
| Table | Rows | Description |
|
| 373 |
|-------|-----:|-------------|
|
| 374 |
-
| `issues` | 748.
|
| 375 |
| `pull_requests` | 406.0K | PR-specific fields (merge status, diffs, refs) |
|
| 376 |
| `comments` | 3.5M | Conversation comments on issues and PRs |
|
| 377 |
-
| `review_comments` |
|
| 378 |
-
| `reviews` |
|
| 379 |
-
| `timeline_events` |
|
| 380 |
| `pr_files` | 4.4M | Files changed in each pull request |
|
| 381 |
| `commit_statuses` | 164.0K | CI/CD status checks per commit |
|
| 382 |
-
| **Total** | **11.
|
| 383 |
|
| 384 |
## How it's built
|
| 385 |
|
|
|
|
| 41 |
|
| 42 |
The full development metadata of 12 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 **11.3M rows** across 8 tables in **310.2 KB** 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-05 18:09 UTC**.
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
+
| **ClickHouse/ClickHouse** | — | — | — | +573 | — |
|
| 65 |
+
| **etcd-io/etcd** | +2 | — | +14 | +1 | +415 |
|
| 66 |
+
| **facebook/react** | +3 | — | +2 | — | +271 |
|
| 67 |
+
| **golang/go** | +2 | — | +22 | — | +158 |
|
| 68 |
+
| **microsoft/TypeScript** | — | — | +1 | — | +1 |
|
| 69 |
+
| **python/cpython** | +7 | — | +49 | +25 | +680 |
|
| 70 |
+
| **redis/redis** | +4 | — | +14 | +8 | +94 |
|
| 71 |
+
| **rust-lang/rust** | +12 | — | +139 | +38 | +1.4K |
|
| 72 |
+
| **swiftlang/swift** | +3 | — | +6 | — | +56 |
|
| 73 |
+
| **vuejs/core** | — | — | +1 | — | — |
|
| 74 |
|
| 75 |
|
| 76 |
## Repositories
|
| 77 |
|
| 78 |
| Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
|
| 79 |
|---|---:|---:|---:|---:|---:|---:|---|
|
| 80 |
+
| **ClickHouse/ClickHouse** | 100.7K | 72.7K | 0 | 14.8K | 10.0K | 341.8K | 2026-04-05 10:45 UTC |
|
| 81 |
+
| **etcd-io/etcd** | 21.0K | 13.8K | 124.1K | 28.5K | 10.4K | 318.2K | 2026-04-05 17:22 UTC |
|
| 82 |
+
| **facebook/react** | 33.7K | 19.2K | 170.7K | 20.1K | 250.7K | 860.5K | 2026-04-05 17:11 UTC |
|
| 83 |
+
| **golang/go** | 75.8K | 4.9K | 536.0K | 323 | 267.0K | 955.9K | 2026-04-05 17:10 UTC |
|
| 84 |
| **mdn/content** | 41.5K | 31.5K | 157.3K | 18.8K | 12.9K | 412.0K | 2026-04-05 07:15 UTC |
|
| 85 |
+
| **microsoft/TypeScript** | 62.1K | 19.1K | 336.6K | 41.9K | 12.4K | 1.1M | 2026-04-05 11:24 UTC |
|
| 86 |
+
| **python/cpython** | 145.7K | 69.8K | 864.2K | 149.8K | 22.0K | 1.9M | 2026-04-05 17:29 UTC |
|
| 87 |
+
| **redis/redis** | 14.6K | 7.6K | 81.5K | 27.1K | 10.1K | 206.4K | 2026-04-05 16:30 UTC |
|
| 88 |
+
| **rust-lang/rust** | 153.9K | 92.2K | 1.5M | 185.8K | 41.6K | 3.7M | 2026-04-05 17:31 UTC |
|
| 89 |
+
| **swiftlang/swift** | 84.4K | 66.8K | 447.2K | 108.4K | 13.2K | 1.4M | 2026-04-05 17:02 UTC |
|
| 90 |
| **vuejs/core** | 12.0K | 6.1K | 35.7K | 4.8K | 10.3K | 90.2K | 2026-04-04 09:36 UTC |
|
| 91 |
| **vuejs/docs** | 3.3K | 2.2K | 7.0K | 2.7K | 10.0K | 40.4K | 2026-04-03 19:23 UTC |
|
| 92 |
|
|
|
|
| 380 |
|
| 381 |
| Table | Rows | Description |
|
| 382 |
|-------|-----:|-------------|
|
| 383 |
+
| `issues` | 748.8K | Issues and pull requests (shared metadata) |
|
| 384 |
| `pull_requests` | 406.0K | PR-specific fields (merge status, diffs, refs) |
|
| 385 |
| `comments` | 3.5M | Conversation comments on issues and PRs |
|
| 386 |
+
| `review_comments` | 728.0K | Inline code review comments on PR diffs |
|
| 387 |
+
| `reviews` | 603.1K | PR review decisions |
|
| 388 |
+
| `timeline_events` | 670.6K | Activity timeline (labels, closes, merges, assignments) |
|
| 389 |
| `pr_files` | 4.4M | Files changed in each pull request |
|
| 390 |
| `commit_statuses` | 164.0K | CI/CD status checks per commit |
|
| 391 |
+
| **Total** | **11.3M** | |
|
| 392 |
|
| 393 |
## How it's built
|
| 394 |
|
data/comments/vuejs/core/delta.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:dc8d6cb8d086615667f6f5322b4d2fb5f05bc61984e01238ef318b9967b7dd8d
|
| 3 |
+
size 4080
|
stats.csv
CHANGED
|
@@ -1,14 +1,14 @@
|
|
| 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-
|
|
|
|
| 1 |
updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
|
| 2 |
+
2026-04-05T18:09:06Z,ClickHouse/ClickHouse,100680,72732,0,0,14830,10000,143524,0,341766
|
| 3 |
+
2026-04-05T18:09:06Z,etcd-io/etcd,20973,13844,87214,36907,28515,10415,120307,0,318175
|
| 4 |
+
2026-04-05T18:09:06Z,facebook/react,33671,19202,137746,32911,20114,250734,202159,163984,860521
|
| 5 |
+
2026-04-05T18:09:06Z,golang/go,75839,4942,535882,167,323,266977,71787,0,955917
|
| 6 |
+
2026-04-05T18:09:06Z,mdn/content,41537,31454,74108,83242,18824,12937,149932,0,412034
|
| 7 |
+
2026-04-05T18:09:06Z,microsoft/TypeScript,62128,19094,286088,50554,41935,12394,588993,0,1061186
|
| 8 |
+
2026-04-05T18:09:06Z,python/cpython,145738,69824,719996,144235,149806,21965,661095,0,1912659
|
| 9 |
+
2026-04-05T18:09:06Z,redis/redis,14557,7646,53049,28431,27127,10094,65526,0,206430
|
| 10 |
+
2026-04-05T18:09:06Z,rust-lang/rust,153942,92154,1220450,242736,185759,41584,1713700,0,3650325
|
| 11 |
+
2026-04-05T18:09:06Z,swiftlang/swift,84399,66803,344073,103099,108438,13165,685255,0,1405232
|
| 12 |
+
2026-04-05T18:09:06Z,vuejs/core,12049,6063,32158,3552,4759,10321,21300,0,90202
|
| 13 |
+
2026-04-05T18:09:06Z,vuejs/docs,3263,2248,4871,2131,2673,10044,15194,0,40424
|
| 14 |
+
2026-04-05T18:09:06Z,_total,748776,406006,3495635,727965,603103,670630,4438772,163984,11254871
|