tamnd commited on
Commit
63549bc
·
verified ·
1 Parent(s): 7e4cb01

sync vuejs/core +32.8K comments +3.7K review_comments +507 reviews +55.5K timeline — 2026-06-03 00:11 UTC

Browse files

comments 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 5 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.1M rows** across 8 tables in **15.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,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-02 23:08 UTC**.
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
- | **vuejs/core** | | — | — | +1.8K | +28.6K |
 
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
- | **vuejs/core** | 12.3K | 6.2K | 0 | 4.4K | 74.7K | 126.8K | 2026-06-02 19:28 UTC |
 
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` | 282.5K | Issues and pull requests (shared metadata) |
368
  | `pull_requests` | 117.4K | PR-specific fields (merge status, diffs, refs) |
369
- | `comments` | 80.0K | Conversation comments on issues and PRs |
370
- | `review_comments` | 8.0K | Inline code review comments on PR diffs |
371
- | `reviews` | 107.7K | PR review decisions |
372
  | `timeline_events` | 1.8M | Activity timeline (labels, closes, merges, assignments) |
373
- | `pr_files` | 628.7K | Files changed in each pull request |
374
- | `commit_statuses` | 42.6K | CI/CD status checks per commit |
375
- | **Total** | **3.1M** | |
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:11b3727bc855458e71f73078898577d9f02b5900237d4e0212d4b5e9bbcebf05
3
- size 6791291
 
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:c97db3a7ac7b3091349a170164cd29b494711c1f35386f4fb86fda5102b9a628
3
- size 161741
 
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:28524b8c37d656169ab950a05633f236dae42349513a4af15270872063bd3ff5
3
- size 95098
 
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:8e1478088409da610df2d30f0f47aec16f9a39cccc1e17c5eae74dce113daaff
3
- size 847206
 
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:501268a77dbecbc52d0ee4174d0067c13c76eaa76493baaf2f333ef40f4d11a3
3
- size 359987
 
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:50f6f022724777b0f2f349d033639d7d81438c7ba3ff3f6f7f2249c3939109c8
3
- size 15763868
 
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-02T23:08:08Z,golang/go,76732,5150,0,0,303,767504,83326,761,933776
3
- 2026-06-02T23:08:08Z,mdn/content,42151,31911,75120,5900,82404,648653,401176,31737,1319052
4
- 2026-06-02T23:08:08Z,python/cpython,148096,71844,0,0,17913,261577,109020,0,608450
5
- 2026-06-02T23:08:08Z,vuejs/core,12251,6247,0,0,4443,74677,19758,9445,126821
6
- 2026-06-02T23:08:08Z,vuejs/docs,3283,2269,4909,2143,2686,35370,15379,655,66694
7
- 2026-06-02T23:08:08Z,_total,282513,117421,80029,8043,107749,1787781,628659,42598,3054793
 
 
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