Datasets:
sync vuejs/core +32.7K comments +3.7K review_comments +469 reviews +54.9K timeline — 2026-05-26 21:33 UTC
Browse filescomments 32.7K +32.7K
review_comments 3.7K +3.7K
reviews 4.9K +469
timeline_events 129.8K +54.9K
pr_files 22.2K +2.3K
commit_statuses 15.4K +5.6K
- README.md +16 -18
- data/comments/vuejs/core/0.parquet +2 -2
- data/commit_statuses/vuejs/core/0.parquet +2 -2
- data/pr_files/vuejs/core/0.parquet +2 -2
- data/review_comments/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 +17 -17
README.md
CHANGED
|
@@ -41,7 +41,7 @@ configs:
|
|
| 41 |
|
| 42 |
The full development metadata of 16 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-05-26
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
@@ -61,13 +61,11 @@ New items since the previous publish:
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
-
| **
|
| 65 |
-
| **
|
| 66 |
-
| **
|
| 67 |
-
| **
|
| 68 |
-
| **
|
| 69 |
-
| **pytorch/pytorch** | +2.9K | +2.4K | — | — | +10.0K |
|
| 70 |
-
| **vuejs/core** | +12.2K | +6.2K | — | +4.5K | +74.9K |
|
| 71 |
|
| 72 |
|
| 73 |
## Repositories
|
|
@@ -80,15 +78,15 @@ New items since the previous publish:
|
|
| 80 |
| **golang/go** | 74.8K | 5.1K | 544.0K | 183 | 74.4K | 758.1K | 2026-05-26 19:10 UTC |
|
| 81 |
| **kubernetes/kubernetes** | 138.5K | 89.6K | 1.9M | 305.9K | 141.3K | 4.1M | 2026-05-26 17:18 UTC |
|
| 82 |
| **mdn/content** | 41.1K | 31.9K | 160.8K | 77.9K | 17.7K | 723.8K | 2026-05-26 17:21 UTC |
|
| 83 |
-
| **microsoft/TypeScript** | 62.3K | 19.1K | 337.3K | 42.0K |
|
| 84 |
| **moby/moby** | 51.7K | 28.4K | 0 | 0 | 202.6K | 334.3K | 2026-05-26 15:24 UTC |
|
| 85 |
| **pingcap/tidb** | 68.3K | 45.2K | 500.4K | 165.9K | 66.9K | 1.3M | 2026-05-26 14:27 UTC |
|
| 86 |
| **python/cpython** | 107.1K | 71.7K | 877.4K | 63.1K | 83.5K | 1.5M | 2026-05-26 19:15 UTC |
|
| 87 |
| **pytorch/pytorch** | 184.6K | 125.8K | 1.2M | 383.9K | 141.8K | 3.1M | 2026-05-26 18:52 UTC |
|
| 88 |
-
| **redis/redis** | 14.8K | 7.
|
| 89 |
-
| **rust-lang/rust** | 155.9K | 93.9K | 1.5M | 189.
|
| 90 |
-
| **swiftlang/swift** | 85.5K | 67.
|
| 91 |
-
| **vuejs/core** | 12.2K | 6.2K |
|
| 92 |
| **vuejs/docs** | 3.3K | 2.3K | 7.1K | 2.7K | 10.2K | 40.9K | 2026-05-25 03:22 UTC |
|
| 93 |
|
| 94 |
## How to download and use this dataset
|
|
@@ -382,14 +380,14 @@ CI/CD status checks and GitHub Actions results for each commit.
|
|
| 382 |
| Table | Rows | Description |
|
| 383 |
|-------|-----:|-------------|
|
| 384 |
| `issues` | 1.2M | Issues and pull requests (shared metadata) |
|
| 385 |
-
| `pull_requests` |
|
| 386 |
| `comments` | 6.5M | Conversation comments on issues and PRs |
|
| 387 |
| `review_comments` | 1.7M | Inline code review comments on PR diffs |
|
| 388 |
| `reviews` | 1.5M | PR review decisions |
|
| 389 |
-
| `timeline_events` | 1.
|
| 390 |
| `pr_files` | 8.0M | Files changed in each pull request |
|
| 391 |
-
| `commit_statuses` |
|
| 392 |
-
| **Total** | **21.
|
| 393 |
|
| 394 |
## How it's built
|
| 395 |
|
|
|
|
| 41 |
|
| 42 |
The full development metadata of 16 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 **559.6 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-26 21:33 UTC**.
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
+
| **microsoft/TypeScript** | +1 | — | +11 | +2 | +397 |
|
| 65 |
+
| **redis/redis** | +5 | +4 | +23 | +11 | +45 |
|
| 66 |
+
| **rust-lang/rust** | +33 | +26 | +433 | +91 | +1.9K |
|
| 67 |
+
| **swiftlang/swift** | +36 | +33 | +118 | +60 | +809 |
|
| 68 |
+
| **vuejs/core** | — | — | +36.4K | +469 | +54.9K |
|
|
|
|
|
|
|
| 69 |
|
| 70 |
|
| 71 |
## Repositories
|
|
|
|
| 78 |
| **golang/go** | 74.8K | 5.1K | 544.0K | 183 | 74.4K | 758.1K | 2026-05-26 19:10 UTC |
|
| 79 |
| **kubernetes/kubernetes** | 138.5K | 89.6K | 1.9M | 305.9K | 141.3K | 4.1M | 2026-05-26 17:18 UTC |
|
| 80 |
| **mdn/content** | 41.1K | 31.9K | 160.8K | 77.9K | 17.7K | 723.8K | 2026-05-26 17:21 UTC |
|
| 81 |
+
| **microsoft/TypeScript** | 62.3K | 19.1K | 337.3K | 42.0K | 22.3K | 1.1M | 2026-05-26 20:47 UTC |
|
| 82 |
| **moby/moby** | 51.7K | 28.4K | 0 | 0 | 202.6K | 334.3K | 2026-05-26 15:24 UTC |
|
| 83 |
| **pingcap/tidb** | 68.3K | 45.2K | 500.4K | 165.9K | 66.9K | 1.3M | 2026-05-26 14:27 UTC |
|
| 84 |
| **python/cpython** | 107.1K | 71.7K | 877.4K | 63.1K | 83.5K | 1.5M | 2026-05-26 19:15 UTC |
|
| 85 |
| **pytorch/pytorch** | 184.6K | 125.8K | 1.2M | 383.9K | 141.8K | 3.1M | 2026-05-26 18:52 UTC |
|
| 86 |
+
| **redis/redis** | 14.8K | 7.8K | 83.7K | 28.4K | 17.5K | 221.1K | 2026-05-26 19:05 UTC |
|
| 87 |
+
| **rust-lang/rust** | 155.9K | 93.9K | 1.5M | 189.6K | 115.1K | 3.9M | 2026-05-26 21:02 UTC |
|
| 88 |
+
| **swiftlang/swift** | 85.5K | 67.7K | 452.2K | 110.5K | 29.3K | 1.4M | 2026-05-26 21:02 UTC |
|
| 89 |
+
| **vuejs/core** | 12.2K | 6.2K | 36.4K | 4.9K | 129.8K | 227.2K | 2026-05-26 16:03 UTC |
|
| 90 |
| **vuejs/docs** | 3.3K | 2.3K | 7.1K | 2.7K | 10.2K | 40.9K | 2026-05-25 03:22 UTC |
|
| 91 |
|
| 92 |
## How to download and use this dataset
|
|
|
|
| 380 |
| Table | Rows | Description |
|
| 381 |
|-------|-----:|-------------|
|
| 382 |
| `issues` | 1.2M | Issues and pull requests (shared metadata) |
|
| 383 |
+
| `pull_requests` | 704.0K | PR-specific fields (merge status, diffs, refs) |
|
| 384 |
| `comments` | 6.5M | Conversation comments on issues and PRs |
|
| 385 |
| `review_comments` | 1.7M | Inline code review comments on PR diffs |
|
| 386 |
| `reviews` | 1.5M | PR review decisions |
|
| 387 |
+
| `timeline_events` | 1.2M | Activity timeline (labels, closes, merges, assignments) |
|
| 388 |
| `pr_files` | 8.0M | Files changed in each pull request |
|
| 389 |
+
| `commit_statuses` | 365.6K | CI/CD status checks per commit |
|
| 390 |
+
| **Total** | **21.3M** | |
|
| 391 |
|
| 392 |
## How it's built
|
| 393 |
|
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:d74d577b2e8670dea05ac0bb378bff76954dd18abd45882d24f50753f677fbfd
|
| 3 |
+
size 6781994
|
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:2bb7dc79545562745b8ab78ebafb3856b66453095ae7b7e72da484d290f84e09
|
| 3 |
+
size 265596
|
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:b059c53e9343eb52e7ed3bd47faa92599020c0f1b0dfd5ab4cfea4550104750f
|
| 3 |
+
size 110951
|
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:1ba6c311cc90e18599415d877f5b5fdb43bc903fd3ecba1410d3796a8ac0c4b1
|
| 3 |
+
size 844729
|
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:f17f024249d2fadf136cd16f6b95235c0b30f397fca5299ab5f2c57b0f61db65
|
| 3 |
+
size 538891
|
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:bdf38fcf257b050eb2349b9ae7fef0d9ec30762134894e5801d17b26243df19b
|
| 3 |
+
size 28831628
|
stats.csv
CHANGED
|
@@ -1,18 +1,18 @@
|
|
| 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-
|
| 10 |
-
2026-05-
|
| 11 |
-
2026-05-
|
| 12 |
-
2026-05-
|
| 13 |
-
2026-05-
|
| 14 |
-
2026-05-
|
| 15 |
-
2026-05-
|
| 16 |
-
2026-05-
|
| 17 |
-
2026-05-
|
| 18 |
-
2026-05-
|
|
|
|
| 1 |
updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
|
| 2 |
+
2026-05-26T21:33:05Z,ClickHouse/ClickHouse,104701,76018,215927,111039,112586,115536,706771,234345,1676923
|
| 3 |
+
2026-05-26T21:33:05Z,etcd-io/etcd,21210,14001,88717,37642,29314,20089,122138,2995,336106
|
| 4 |
+
2026-05-26T21:33:05Z,facebook/react,33982,19500,138587,33010,31920,17997,205838,6482,487316
|
| 5 |
+
2026-05-26T21:33:05Z,golang/go,74752,5146,543852,168,183,74431,59474,94,758100
|
| 6 |
+
2026-05-26T21:33:05Z,kubernetes/kubernetes,138470,89587,1496543,443963,305877,141340,1498511,12523,4126814
|
| 7 |
+
2026-05-26T21:33:05Z,mdn/content,41136,31853,75003,85749,77866,17715,392681,1768,723771
|
| 8 |
+
2026-05-26T21:33:05Z,microsoft/TypeScript,62272,19118,286739,50577,41989,22313,589245,1205,1073458
|
| 9 |
+
2026-05-26T21:33:05Z,moby/moby,51745,28380,0,0,0,202569,51643,0,334337
|
| 10 |
+
2026-05-26T21:33:05Z,pingcap/tidb,68284,45155,379791,120627,165944,66914,439284,17552,1303551
|
| 11 |
+
2026-05-26T21:33:05Z,python/cpython,107141,71666,730079,147298,63058,83453,279777,58542,1541014
|
| 12 |
+
2026-05-26T21:33:05Z,pytorch/pytorch,184628,125764,900634,325731,383899,141843,1058905,0,3121404
|
| 13 |
+
2026-05-26T21:33:05Z,redis/redis,14811,7753,53917,29752,28408,17476,66734,2203,221054
|
| 14 |
+
2026-05-26T21:33:05Z,rust-lang/rust,155938,93891,1239972,247407,189568,115054,1802713,10204,3854747
|
| 15 |
+
2026-05-26T21:33:05Z,swiftlang/swift,85515,67675,347818,104423,110456,29295,696955,2277,1444414
|
| 16 |
+
2026-05-26T21:33:05Z,vuejs/core,12229,6231,32707,3697,4934,129829,22169,15382,227178
|
| 17 |
+
2026-05-26T21:33:05Z,vuejs/docs,3284,2259,4911,2143,2681,10233,15378,48,40937
|
| 18 |
+
2026-05-26T21:33:05Z,_total,1160098,703997,6535197,1743226,1548683,1206087,8008216,365620,21271124
|