Datasets:
sync vuejs/core +2 issues +2 PRs +5 comments +1 reviews — 2026-05-30 10:17 UTC
Browse filesissues 12.2K +2
pull_requests 6.2K +2
comments 32.7K +5
reviews 4.9K +1
timeline_events 129.9K +16
pr_files 22.2K +24
commit_statuses 15.5K +22
- README.md +32 -21
- data/comments/vuejs/core/0.parquet +2 -2
- data/commit_statuses/vuejs/core/0.parquet +2 -2
- data/issues/vuejs/core/0.parquet +2 -2
- data/pr_files/vuejs/core/0.parquet +2 -2
- data/pull_requests/vuejs/core/0.parquet +2 -2
- data/reviews/vuejs/core/0.parquet +2 -2
- data/timeline_events/vuejs/core/0.parquet +2 -2
- stats.csv +7 -10
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,22 +52,33 @@ 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 |
## Repositories
|
| 59 |
|
| 60 |
| Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
|
| 61 |
|---|---:|---:|---:|---:|---:|---:|---|
|
| 62 |
-
| **
|
| 63 |
-
| **
|
| 64 |
-
| **
|
| 65 |
-
| **
|
| 66 |
-
| **
|
| 67 |
-
| **
|
| 68 |
-
| **swiftlang/swift** | 85.6K | 67.7K | 452.6K | 110.6K | 32.1K | 1.4M | 2026-05-28 19:17 UTC |
|
| 69 |
-
| **vuejs/core** | 12.2K | 6.2K | 36.4K | 4.9K | 129.9K | 227.4K | 2026-05-28 17:33 UTC |
|
| 70 |
-
| **vuejs/docs** | 3.3K | 2.3K | 7.1K | 2.7K | 10.2K | 41.0K | 2026-05-27 21:11 UTC |
|
| 71 |
|
| 72 |
## How to download and use this dataset
|
| 73 |
|
|
@@ -359,15 +370,15 @@ CI/CD status checks and GitHub Actions results for each commit.
|
|
| 359 |
|
| 360 |
| Table | Rows | Description |
|
| 361 |
|-------|-----:|-------------|
|
| 362 |
-
| `issues` |
|
| 363 |
-
| `pull_requests` |
|
| 364 |
-
| `comments` |
|
| 365 |
-
| `review_comments` |
|
| 366 |
-
| `reviews` |
|
| 367 |
-
| `timeline_events` |
|
| 368 |
-
| `pr_files` |
|
| 369 |
-
| `commit_statuses` |
|
| 370 |
-
| **Total** | **
|
| 371 |
|
| 372 |
## How it's built
|
| 373 |
|
|
|
|
| 39 |
|
| 40 |
## What is it?
|
| 41 |
|
| 42 |
+
The full development metadata of 6 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 **3.8M rows** across 8 tables in **306.5 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-05-30 10:17 UTC**.
|
| 56 |
+
|
| 57 |
+
|
| 58 |
+
## Latest Sync
|
| 59 |
+
|
| 60 |
+
New items since the previous publish:
|
| 61 |
+
|
| 62 |
+
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
+
|---|---:|---:|---:|---:|---:|
|
| 64 |
+
| **duckdb/duckdb** | +19.1K | +12.2K | +63.9K | +13.9K | +301.0K |
|
| 65 |
+
| **etcd-io/etcd** | +22 | +17 | +199 | +44 | +843 |
|
| 66 |
+
| **mdn/content** | +18 | +12 | +66 | +42 | +309 |
|
| 67 |
+
| **redis/redis** | +4 | +4 | +24 | +12 | +46 |
|
| 68 |
+
| **swiftlang/swift** | +57 | +53 | +302 | +70 | +1.7K |
|
| 69 |
+
| **vuejs/core** | +2 | +2 | +5 | +1 | +16 |
|
| 70 |
|
| 71 |
|
| 72 |
## Repositories
|
| 73 |
|
| 74 |
| Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
|
| 75 |
|---|---:|---:|---:|---:|---:|---:|---|
|
| 76 |
+
| **duckdb/duckdb** | 19.1K | 12.2K | 63.9K | 13.9K | 301.0K | 806.7K | 2026-05-30 06:29 UTC |
|
| 77 |
+
| **etcd-io/etcd** | 21.3K | 14.0K | 126.9K | 29.5K | 22.4K | 343.1K | 2026-05-30 08:56 UTC |
|
| 78 |
+
| **mdn/content** | 41.2K | 31.9K | 160.9K | 78.0K | 18.3K | 725.3K | 2026-05-30 02:40 UTC |
|
| 79 |
+
| **redis/redis** | 14.8K | 7.8K | 83.8K | 28.5K | 17.8K | 222.0K | 2026-05-30 09:01 UTC |
|
| 80 |
+
| **swiftlang/swift** | 85.6K | 67.8K | 452.9K | 110.6K | 33.8K | 1.5M | 2026-05-30 08:08 UTC |
|
| 81 |
+
| **vuejs/core** | 12.2K | 6.2K | 36.4K | 4.9K | 129.9K | 227.5K | 2026-05-29 22:08 UTC |
|
|
|
|
|
|
|
|
|
|
| 82 |
|
| 83 |
## How to download and use this dataset
|
| 84 |
|
|
|
|
| 370 |
|
| 371 |
| Table | Rows | Description |
|
| 372 |
|-------|-----:|-------------|
|
| 373 |
+
| `issues` | 194.2K | Issues and pull requests (shared metadata) |
|
| 374 |
+
| `pull_requests` | 139.9K | PR-specific fields (merge status, diffs, refs) |
|
| 375 |
+
| `comments` | 645.8K | Conversation comments on issues and PRs |
|
| 376 |
+
| `review_comments` | 279.0K | Inline code review comments on PR diffs |
|
| 377 |
+
| `reviews` | 265.4K | PR review decisions |
|
| 378 |
+
| `timeline_events` | 523.3K | Activity timeline (labels, closes, merges, assignments) |
|
| 379 |
+
| `pr_files` | 1.5M | Files changed in each pull request |
|
| 380 |
+
| `commit_statuses` | 211.1K | CI/CD status checks per commit |
|
| 381 |
+
| **Total** | **3.8M** | |
|
| 382 |
|
| 383 |
## How it's built
|
| 384 |
|
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:b9ce587a143a0bec3a9cf7262fad619220a9ff06aaca57bde5d267e0522e7db0
|
| 3 |
+
size 6790760
|
data/commit_statuses/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:c1e8f4b32ae9030b6768156e392fab7040016dd59b9ad3473e7da6284ace0f69
|
| 3 |
+
size 267011
|
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:bb74532dad96695267fcd76754e16322cc56b2ba18f988b90a31700f5f324942
|
| 3 |
+
size 5517710
|
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:f1abc2dc73a7a16e7980da22d8c154939c9d4ccb0709c95807543f5fb34b8410
|
| 3 |
+
size 111185
|
data/pull_requests/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:9dd08370320547f51ef258b3b37ad740c3a5ff576986bd0b7c8f862e8b4ab7fc
|
| 3 |
+
size 365668
|
data/reviews/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:8a9c3baf0e4cfb594fab13173fba557c80de212fac7a913bc3dd762a49dea689
|
| 3 |
+
size 542166
|
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:0d921dd6704d1d128ff6d163a6a97c7a2bef3803bc08dd7fe90ca3357d23864a
|
| 3 |
+
size 28862067
|
stats.csv
CHANGED
|
@@ -1,11 +1,8 @@
|
|
| 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-28T21:40:10Z,vuejs/core,12232,6234,32725,3699,4936,129917,22197,15458,227398
|
| 10 |
-
2026-05-28T21:40:10Z,vuejs/docs,3286,2260,4912,2143,2681,10239,15379,53,40953
|
| 11 |
-
2026-05-28T21:40:10Z,_total,360713,222642,1271042,434987,462048,530799,2399222,49916,5731369
|
|
|
|
| 1 |
updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
|
| 2 |
+
2026-05-30T10:17:50Z,duckdb/duckdb,19106,12177,46573,17324,13949,301027,214245,182284,806685
|
| 3 |
+
2026-05-30T10:17:50Z,etcd-io/etcd,21255,14038,89099,37752,29451,22410,123838,5266,343109
|
| 4 |
+
2026-05-30T10:17:50Z,mdn/content,41175,31880,75065,85863,77950,18335,392737,2273,725278
|
| 5 |
+
2026-05-30T10:17:50Z,redis/redis,14823,7765,53958,29805,28465,17768,66793,2656,222033
|
| 6 |
+
2026-05-30T10:17:50Z,swiftlang/swift,85645,67787,348414,104524,110646,33824,698092,3167,1452099
|
| 7 |
+
2026-05-30T10:17:50Z,vuejs/core,12234,6236,32730,3699,4937,129933,22221,15480,227470
|
| 8 |
+
2026-05-30T10:17:50Z,_total,194238,139883,645839,278967,265398,523297,1517926,211126,3776674
|
|
|
|
|
|
|
|
|