Datasets:
sync vuejs/core +32.8K comments +3.7K review_comments +507 reviews +55.5K timeline — 2026-06-03 00:11 UTC
Browse filescomments 32.8K +32.8K
review_comments 3.7K +3.7K
reviews 5.0K +507
timeline_events 130.1K +55.5K
pr_files 22.3K +2.5K
commit_statuses 15.5K +6.1K
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 **3.
|
| 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-06-
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
@@ -61,7 +61,8 @@ New items since the previous publish:
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
-
| **
|
|
|
|
| 65 |
|
| 66 |
|
| 67 |
## Repositories
|
|
@@ -71,7 +72,8 @@ New items since the previous publish:
|
|
| 71 |
| **golang/go** | 76.7K | 5.2K | 0 | 303 | 767.5K | 933.8K | 2026-06-01 22:17 UTC |
|
| 72 |
| **mdn/content** | 42.2K | 31.9K | 81.0K | 82.4K | 648.7K | 1.3M | 2026-06-02 09:13 UTC |
|
| 73 |
| **python/cpython** | 148.1K | 71.8K | 0 | 17.9K | 261.6K | 608.5K | 2026-06-02 04:39 UTC |
|
| 74 |
-
| **
|
|
|
|
| 75 |
| **vuejs/docs** | 3.3K | 2.3K | 7.1K | 2.7K | 35.4K | 66.7K | 2026-06-02 09:26 UTC |
|
| 76 |
|
| 77 |
## How to download and use this dataset
|
|
@@ -364,15 +366,15 @@ CI/CD status checks and GitHub Actions results for each commit.
|
|
| 364 |
|
| 365 |
| Table | Rows | Description |
|
| 366 |
|-------|-----:|-------------|
|
| 367 |
-
| `issues` |
|
| 368 |
| `pull_requests` | 117.4K | PR-specific fields (merge status, diffs, refs) |
|
| 369 |
-
| `comments` |
|
| 370 |
-
| `review_comments` |
|
| 371 |
-
| `reviews` |
|
| 372 |
| `timeline_events` | 1.8M | Activity timeline (labels, closes, merges, assignments) |
|
| 373 |
-
| `pr_files` |
|
| 374 |
-
| `commit_statuses` |
|
| 375 |
-
| **Total** | **3.
|
| 376 |
|
| 377 |
## How it's built
|
| 378 |
|
|
|
|
| 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.2M rows** across 8 tables in **50.2 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-06-03 00:11 UTC**.
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
+
| **rust-lang/rust** | +31.8K | — | — | — | — |
|
| 65 |
+
| **vuejs/core** | — | — | +36.5K | +507 | +55.5K |
|
| 66 |
|
| 67 |
|
| 68 |
## Repositories
|
|
|
|
| 72 |
| **golang/go** | 76.7K | 5.2K | 0 | 303 | 767.5K | 933.8K | 2026-06-01 22:17 UTC |
|
| 73 |
| **mdn/content** | 42.2K | 31.9K | 81.0K | 82.4K | 648.7K | 1.3M | 2026-06-02 09:13 UTC |
|
| 74 |
| **python/cpython** | 148.1K | 71.8K | 0 | 17.9K | 261.6K | 608.5K | 2026-06-02 04:39 UTC |
|
| 75 |
+
| **rust-lang/rust** | 31.8K | 0 | 0 | 0 | 0 | 31.8K | 2026-06-02 23:53 UTC |
|
| 76 |
+
| **vuejs/core** | 12.3K | 6.2K | 36.5K | 5.0K | 130.1K | 227.9K | 2026-06-02 19:28 UTC |
|
| 77 |
| **vuejs/docs** | 3.3K | 2.3K | 7.1K | 2.7K | 35.4K | 66.7K | 2026-06-02 09:26 UTC |
|
| 78 |
|
| 79 |
## How to download and use this dataset
|
|
|
|
| 366 |
|
| 367 |
| Table | Rows | Description |
|
| 368 |
|-------|-----:|-------------|
|
| 369 |
+
| `issues` | 314.3K | Issues and pull requests (shared metadata) |
|
| 370 |
| `pull_requests` | 117.4K | PR-specific fields (merge status, diffs, refs) |
|
| 371 |
+
| `comments` | 112.8K | Conversation comments on issues and PRs |
|
| 372 |
+
| `review_comments` | 11.8K | Inline code review comments on PR diffs |
|
| 373 |
+
| `reviews` | 108.3K | PR review decisions |
|
| 374 |
| `timeline_events` | 1.8M | Activity timeline (labels, closes, merges, assignments) |
|
| 375 |
+
| `pr_files` | 631.2K | Files changed in each pull request |
|
| 376 |
+
| `commit_statuses` | 48.7K | CI/CD status checks per commit |
|
| 377 |
+
| **Total** | **3.2M** | |
|
| 378 |
|
| 379 |
## How it's built
|
| 380 |
|
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:5c1df1a01c44038811798c0dfeb22d443d80bee4f7060d64cda31e903daec6f6
|
| 3 |
+
size 6912104
|
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:7d08d1624abb7817be296a7f06bd4822100181a078c28afb8a0a5ebb961c91f2
|
| 3 |
+
size 267458
|
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:a021d53a2f9ae5aa14e23c38a5bed7f267d771f2d980c08d3d1e455268ad77dd
|
| 3 |
+
size 110916
|
data/review_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:d24905b64b3cad3216a5d64060bf74061b074125e83c5f5289e083183dff2fdf
|
| 3 |
+
size 852612
|
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:28db6c365ec3d35354a8a0fee7fa6280662609eef640f462150f2eb1b9fe8bf5
|
| 3 |
+
size 548554
|
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:1aa71c9f4aadd41391ba3257fdd8a9720d6f0f611db4433b284170509c634d4b
|
| 3 |
+
size 29057378
|
stats.csv
CHANGED
|
@@ -1,7 +1,8 @@
|
|
| 1 |
updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
|
| 2 |
-
2026-06-
|
| 3 |
-
2026-06-
|
| 4 |
-
2026-06-
|
| 5 |
-
2026-06-
|
| 6 |
-
2026-06-
|
| 7 |
-
2026-06-
|
|
|
|
|
|
| 1 |
updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
|
| 2 |
+
2026-06-03T00:11:06Z,golang/go,76732,5150,0,0,303,767504,83326,761,933776
|
| 3 |
+
2026-06-03T00:11:06Z,mdn/content,42151,31911,75120,5900,82404,648653,401176,31737,1319052
|
| 4 |
+
2026-06-03T00:11:06Z,python/cpython,148096,71844,0,0,17913,261577,109020,0,608450
|
| 5 |
+
2026-06-03T00:11:06Z,rust-lang/rust,31800,0,0,0,0,0,0,0,31800
|
| 6 |
+
2026-06-03T00:11:06Z,vuejs/core,12251,6247,32769,3711,4950,130127,22302,15511,227868
|
| 7 |
+
2026-06-03T00:11:06Z,vuejs/docs,3283,2269,4909,2143,2686,35370,15379,655,66694
|
| 8 |
+
2026-06-03T00:11:06Z,_total,314313,117421,112798,11754,108256,1843231,631203,48664,3187640
|