tamnd commited on
Commit
bf92f0d
·
verified ·
1 Parent(s): 99c56fc

sync vuejs/core +12.3K issues +6.2K PRs +2.6K reviews +46.1K timeline — 2026-06-02 22:09 UTC

Browse files

issues 12.3K +12.3K
pull_requests 6.2K +6.2K
reviews 2.6K +2.6K
timeline_events 46.1K +46.1K
pr_files 11.0K +11.0K

README.md CHANGED
@@ -39,9 +39,9 @@ configs:
39
 
40
  ## What is it?
41
 
42
- The full development metadata of 4 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 **2.9M rows** across 8 tables in **138.1 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 21:15 UTC**.
56
 
57
 
58
  ## Latest Sync
@@ -61,8 +61,7 @@ New items since the previous publish:
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
- | **mdn/content** | | — | +81.0K | — | +28.6K |
65
- | **vuejs/docs** | +3.3K | +2.3K | +7.1K | +2.7K | +35.4K |
66
 
67
 
68
  ## Repositories
@@ -72,6 +71,7 @@ New items since the previous publish:
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
  | **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 +364,15 @@ CI/CD status checks and GitHub Actions results for each commit.
364
 
365
  | Table | Rows | Description |
366
  |-------|-----:|-------------|
367
- | `issues` | 270.3K | Issues and pull requests (shared metadata) |
368
- | `pull_requests` | 111.2K | 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` | 103.3K | PR review decisions |
372
- | `timeline_events` | 1.7M | Activity timeline (labels, closes, merges, assignments) |
373
- | `pr_files` | 608.9K | Files changed in each pull request |
374
  | `commit_statuses` | 33.2K | CI/CD status checks per commit |
375
- | **Total** | **2.9M** | |
376
 
377
  ## How it's built
378
 
 
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.0M rows** across 8 tables in **12.4 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-02 22:09 UTC**.
56
 
57
 
58
  ## Latest Sync
 
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
+ | **vuejs/core** | +12.3K | +6.2K | — | +2.6K | +46.1K |
 
65
 
66
 
67
  ## Repositories
 
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 | 2.6K | 46.1K | 78.2K | 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
 
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` | 105.9K | PR review decisions |
372
+ | `timeline_events` | 1.8M | Activity timeline (labels, closes, merges, assignments) |
373
+ | `pr_files` | 619.9K | Files changed in each pull request |
374
  | `commit_statuses` | 33.2K | CI/CD status checks per commit |
375
+ | **Total** | **3.0M** | |
376
 
377
  ## How it's built
378
 
data/issues/vuejs/core/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d03b137d4a1880184ca1aa0ad2f87819a0bf578ac61f593122e0c37493c4b238
3
- size 5517828
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:359f24088e07c5264078508755ceb4b2b1fa99b323adbe315f9a1f8d57d039f7
3
+ size 5523048
data/pr_files/vuejs/core/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8cc55befc901cb03d62dfc0eef358757fd4ae5737261e63d9c9bfba68a9e3ba2
3
- size 111201
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7d98ea27b72b84dd4fd7d3d7828a94ba733841c8f3059ecd3105265874966f3
3
+ size 56952
data/pull_requests/vuejs/core/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:197f6f4d8091868ce1bd316ad919d7932d1a0a77c8e1f47753095b87f04ec136
3
- size 365747
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfd3107a02184d4ec38415ec13b7d12f1eb4d90a8046aa1847233c7c2f41ceb3
3
+ size 365343
data/reviews/vuejs/core/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a7832585e8752b7bbcca8a294372e5a1922070f95d2e3c7b94dadce186ec3662
3
- size 542604
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9670c72f312fd2af46c66b6e4759e3e53f45c3a3d01f9231721471253872e43
3
+ size 91769
data/timeline_events/vuejs/core/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a10ad54a975ff25477b5524647ba306c9f6df6e2f0549ff0fc42429aa5180171
3
- size 28864234
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69b5941c3e60b952360de5a5ccbbb21e1b094846d341704b9218d766e9b9fe59
3
+ size 6948163
stats.csv CHANGED
@@ -1,6 +1,7 @@
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
- 2026-06-02T21:15:39Z,golang/go,76732,5150,0,0,303,767504,83326,761,933776
3
- 2026-06-02T21:15:39Z,mdn/content,42151,31911,75120,5900,82404,648653,401176,31737,1319052
4
- 2026-06-02T21:15:39Z,python/cpython,148096,71844,0,0,17913,261577,109020,0,608450
5
- 2026-06-02T21:15:39Z,vuejs/docs,3283,2269,4909,2143,2686,35370,15379,655,66694
6
- 2026-06-02T21:15:39Z,_total,270262,111174,80029,8043,103306,1713104,608901,33153,2927972
 
 
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
+ 2026-06-02T22:09:38Z,golang/go,76732,5150,0,0,303,767504,83326,761,933776
3
+ 2026-06-02T22:09:38Z,mdn/content,42151,31911,75120,5900,82404,648653,401176,31737,1319052
4
+ 2026-06-02T22:09:38Z,python/cpython,148096,71844,0,0,17913,261577,109020,0,608450
5
+ 2026-06-02T22:09:38Z,vuejs/core,12251,6247,0,0,2598,46101,10999,0,78196
6
+ 2026-06-02T22:09:38Z,vuejs/docs,3283,2269,4909,2143,2686,35370,15379,655,66694
7
+ 2026-06-02T22:09:38Z,_total,282513,117421,80029,8043,105904,1759205,619900,33153,3006168