Datasets:
sync vuejs/core +1 timeline +5 pr_files — 2026-04-29 20:12 UTC
Browse filestimeline_events 11.6K +1
pr_files 21.6K +5
- README.md +18 -13
- 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 **17.
|
| 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-29
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
@@ -61,7 +61,12 @@ New items since the previous publish:
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
-
| **
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 65 |
|
| 66 |
|
| 67 |
## Repositories
|
|
@@ -71,19 +76,19 @@ New items since the previous publish:
|
|
| 71 |
| **ClickHouse/ClickHouse** | 102.4K | 73.9K | 311.3K | 104.4K | 29.7K | 1.3M | 2026-04-26 07:24 UTC |
|
| 72 |
| **duckdb/duckdb** | 18.5K | 11.4K | 61.4K | 13.3K | 15.7K | 322.5K | 2026-04-26 07:24 UTC |
|
| 73 |
| **etcd-io/etcd** | 21.1K | 13.9K | 124.9K | 28.8K | 12.0K | 321.2K | 2026-04-26 07:10 UTC |
|
| 74 |
-
| **facebook/react** | 33.8K | 19.4K | 171.2K | 31.9K |
|
| 75 |
-
| **golang/go** | 74.2K | 5.1K |
|
| 76 |
| **kubernetes/kubernetes** | 137.7K | 88.8K | 1.9M | 303.0K | 61.1K | 4.0M | 2026-04-20 12:29 UTC |
|
| 77 |
-
| **mdn/content** | 40.8K | 31.7K |
|
| 78 |
| **microsoft/TypeScript** | 62.2K | 19.1K | 337.0K | 42.0K | 17.1K | 1.1M | 2026-04-25 17:14 UTC |
|
| 79 |
| **moby/moby** | 51.5K | 28.1K | 387.6K | 50.6K | 14.6K | 880.6K | 2026-04-20 12:08 UTC |
|
| 80 |
| **pingcap/tidb** | 67.7K | 44.5K | 495.7K | 164.1K | 55.0K | 1.3M | 2026-04-26 07:19 UTC |
|
| 81 |
-
| **python/cpython** | 105.8K | 70.7K | 870.7K | 61.5K |
|
| 82 |
| **pytorch/pytorch** | 180.3K | 122.2K | 1.2M | 383.9K | 121.8K | 3.1M | 2026-04-20 12:41 UTC |
|
| 83 |
| **redis/redis** | 14.7K | 7.6K | 82.5K | 27.7K | 13.5K | 211.6K | 2026-04-26 07:19 UTC |
|
| 84 |
-
| **rust-lang/rust** | 154.9K | 93.2K | 0 | 0 | 10.
|
| 85 |
| **swiftlang/swift** | 84.8K | 66.8K | 449.0K | 109.2K | 25.8K | 1.4M | 2026-04-26 04:34 UTC |
|
| 86 |
-
| **vuejs/core** | 12.1K | 6.1K | 36.0K | 4.8K | 11.6K | 92.2K | 2026-04-29
|
| 87 |
| **vuejs/docs** | 3.3K | 2.2K | 7.0K | 2.7K | 10.1K | 40.7K | 2026-04-28 08:27 UTC |
|
| 88 |
|
| 89 |
## How to download and use this dataset
|
|
@@ -378,12 +383,12 @@ CI/CD status checks and GitHub Actions results for each commit.
|
|
| 378 |
|-------|-----:|-------------|
|
| 379 |
| `issues` | 1.2M | Issues and pull requests (shared metadata) |
|
| 380 |
| `pull_requests` | 704.6K | PR-specific fields (merge status, diffs, refs) |
|
| 381 |
-
| `comments` | 5.
|
| 382 |
| `review_comments` | 1.5M | Inline code review comments on PR diffs |
|
| 383 |
| `reviews` | 1.4M | PR review decisions |
|
| 384 |
-
| `timeline_events` |
|
| 385 |
-
| `pr_files` | 6.
|
| 386 |
-
| **Total** | **17.
|
| 387 |
|
| 388 |
## How it's built
|
| 389 |
|
|
|
|
| 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 **17.7M rows** across 8 tables in **396.9 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-29 20:12 UTC**.
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
+
| **facebook/react** | — | — | +4 | — | +157 |
|
| 65 |
+
| **golang/go** | +2 | — | +84 | — | +1.8K |
|
| 66 |
+
| **mdn/content** | +1 | — | +96.5K | +440 | +9 |
|
| 67 |
+
| **python/cpython** | +3 | — | +42 | +4 | +466 |
|
| 68 |
+
| **rust-lang/rust** | +10 | +5 | — | — | +497 |
|
| 69 |
+
| **vuejs/core** | — | — | — | — | +1 |
|
| 70 |
|
| 71 |
|
| 72 |
## Repositories
|
|
|
|
| 76 |
| **ClickHouse/ClickHouse** | 102.4K | 73.9K | 311.3K | 104.4K | 29.7K | 1.3M | 2026-04-26 07:24 UTC |
|
| 77 |
| **duckdb/duckdb** | 18.5K | 11.4K | 61.4K | 13.3K | 15.7K | 322.5K | 2026-04-26 07:24 UTC |
|
| 78 |
| **etcd-io/etcd** | 21.1K | 13.9K | 124.9K | 28.8K | 12.0K | 321.2K | 2026-04-26 07:10 UTC |
|
| 79 |
+
| **facebook/react** | 33.8K | 19.4K | 171.2K | 31.9K | 11.1K | 472.8K | 2026-04-29 17:31 UTC |
|
| 80 |
+
| **golang/go** | 74.2K | 5.1K | 540.0K | 183 | 15.4K | 682.1K | 2026-04-29 18:34 UTC |
|
| 81 |
| **kubernetes/kubernetes** | 137.7K | 88.8K | 1.9M | 303.0K | 61.1K | 4.0M | 2026-04-20 12:29 UTC |
|
| 82 |
+
| **mdn/content** | 40.8K | 31.7K | 96.5K | 76.9K | 10.0K | 647.6K | 2026-04-29 17:46 UTC |
|
| 83 |
| **microsoft/TypeScript** | 62.2K | 19.1K | 337.0K | 42.0K | 17.1K | 1.1M | 2026-04-25 17:14 UTC |
|
| 84 |
| **moby/moby** | 51.5K | 28.1K | 387.6K | 50.6K | 14.6K | 880.6K | 2026-04-20 12:08 UTC |
|
| 85 |
| **pingcap/tidb** | 67.7K | 44.5K | 495.7K | 164.1K | 55.0K | 1.3M | 2026-04-26 07:19 UTC |
|
| 86 |
+
| **python/cpython** | 105.8K | 70.7K | 870.7K | 61.5K | 13.3K | 1.4M | 2026-04-29 18:43 UTC |
|
| 87 |
| **pytorch/pytorch** | 180.3K | 122.2K | 1.2M | 383.9K | 121.8K | 3.1M | 2026-04-20 12:41 UTC |
|
| 88 |
| **redis/redis** | 14.7K | 7.6K | 82.5K | 27.7K | 13.5K | 211.6K | 2026-04-26 07:19 UTC |
|
| 89 |
+
| **rust-lang/rust** | 154.9K | 93.2K | 0 | 0 | 10.5K | 489.6K | 2026-04-29 18:57 UTC |
|
| 90 |
| **swiftlang/swift** | 84.8K | 66.8K | 449.0K | 109.2K | 25.8K | 1.4M | 2026-04-26 04:34 UTC |
|
| 91 |
+
| **vuejs/core** | 12.1K | 6.1K | 36.0K | 4.8K | 11.6K | 92.2K | 2026-04-29 10:00 UTC |
|
| 92 |
| **vuejs/docs** | 3.3K | 2.2K | 7.0K | 2.7K | 10.1K | 40.7K | 2026-04-28 08:27 UTC |
|
| 93 |
|
| 94 |
## How to download and use this dataset
|
|
|
|
| 383 |
|-------|-----:|-------------|
|
| 384 |
| `issues` | 1.2M | Issues and pull requests (shared metadata) |
|
| 385 |
| `pull_requests` | 704.6K | PR-specific fields (merge status, diffs, refs) |
|
| 386 |
+
| `comments` | 5.6M | Conversation comments on issues and PRs |
|
| 387 |
| `review_comments` | 1.5M | Inline code review comments on PR diffs |
|
| 388 |
| `reviews` | 1.4M | PR review decisions |
|
| 389 |
+
| `timeline_events` | 448.1K | Activity timeline (labels, closes, merges, assignments) |
|
| 390 |
+
| `pr_files` | 6.9M | Files changed in each pull request |
|
| 391 |
+
| **Total** | **17.7M** | |
|
| 392 |
|
| 393 |
## How it's built
|
| 394 |
|
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:0920c45cba2fc7e34c2ae6978a5086e7659c11e6fde976561f59811ba14fdc39
|
| 3 |
+
size 109527
|
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:3d5c4a299775883757a7844cfd8597980b86037e3c31c6df741e88e355784f4d
|
| 3 |
+
size 861675
|
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-
|
| 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-
|
| 15 |
-
2026-04-
|
| 16 |
-
2026-04-
|
| 17 |
-
2026-04-
|
| 18 |
-
2026-04-
|
| 19 |
-
2026-04-
|
|
|
|
| 1 |
updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
|
| 2 |
+
2026-04-29T20:12:56Z,ClickHouse/ClickHouse,102412,73891,208242,103088,104387,29698,688892,0,1310610
|
| 3 |
+
2026-04-29T20:12:56Z,duckdb/duckdb,18497,11388,44927,16516,13288,15677,202200,0,322493
|
| 4 |
+
2026-04-29T20:12:56Z,etcd-io/etcd,21065,13900,87740,37160,28790,11965,120558,0,321178
|
| 5 |
+
2026-04-29T20:12:56Z,facebook/react,33821,19412,138236,32990,31882,11050,205381,0,472772
|
| 6 |
+
2026-04-29T20:12:56Z,golang/go,74175,5062,539815,168,183,15351,47303,0,682057
|
| 7 |
+
2026-04-29T20:12:56Z,kubernetes/kubernetes,137657,88755,1487673,440528,303016,61124,1476297,0,3995050
|
| 8 |
+
2026-04-29T20:12:56Z,mdn/content,40835,31692,74542,21973,76875,10019,391626,0,647562
|
| 9 |
+
2026-04-29T20:12:56Z,microsoft/TypeScript,62202,19094,286414,50561,41953,17065,589088,0,1066377
|
| 10 |
+
2026-04-29T20:12:56Z,moby/moby,51466,28126,316994,70640,50606,14581,348237,0,880650
|
| 11 |
+
2026-04-29T20:12:56Z,pingcap/tidb,67690,44494,376857,118888,164059,54976,436847,0,1263811
|
| 12 |
+
2026-04-29T20:12:56Z,python/cpython,105819,70679,724935,145802,61466,13288,270135,0,1392124
|
| 13 |
+
2026-04-29T20:12:56Z,pytorch/pytorch,180266,122163,900634,325731,383899,121844,1058905,0,3093442
|
| 14 |
+
2026-04-29T20:12:56Z,redis/redis,14656,7646,53435,29038,27688,13458,65696,0,211617
|
| 15 |
+
2026-04-29T20:12:56Z,rust-lang/rust,154939,93155,0,0,0,10497,231035,0,489626
|
| 16 |
+
2026-04-29T20:12:56Z,swiftlang/swift,84757,66803,345405,103564,109174,25834,687394,0,1422931
|
| 17 |
+
2026-04-29T20:12:56Z,vuejs/core,12129,6063,32423,3618,4834,11558,21594,0,92219
|
| 18 |
+
2026-04-29T20:12:56Z,vuejs/docs,3272,2248,4891,2134,2677,10128,15356,0,40706
|
| 19 |
+
2026-04-29T20:12:56Z,_total,1165658,704571,5623163,1502399,1404777,448113,6856544,0,17705225
|