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

sync vuejs/docs +3.3K issues +2.3K PRs +4.9K comments +2.1K review_comments — 2026-06-02 21:15 UTC

Browse files

issues 3.3K +3.3K
pull_requests 2.3K +2.3K
comments 4.9K +4.9K
review_comments 2.1K +2.1K
reviews 2.7K +2.7K
timeline_events 35.4K +35.4K
pr_files 15.4K +15.4K
commit_statuses 655 +655

README.md CHANGED
@@ -39,9 +39,9 @@ configs:
39
 
40
  ## What is it?
41
 
42
- The full development metadata of 3 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.8M rows** across 8 tables in **126.5 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 20:10 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
- | **mdn/content** | +42.2K | +31.9K | — | +82.4K | +620.0K |
 
65
 
66
 
67
  ## Repositories
@@ -69,8 +70,9 @@ New items since the previous publish:
69
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
70
  |---|---:|---:|---:|---:|---:|---:|---|
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 | 0 | 82.4K | 620.0K | 1.2M | 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
  ## How to download and use this dataset
76
 
@@ -362,13 +364,15 @@ CI/CD status checks and GitHub Actions results for each commit.
362
 
363
  | Table | Rows | Description |
364
  |-------|-----:|-------------|
365
- | `issues` | 267.0K | Issues and pull requests (shared metadata) |
366
- | `pull_requests` | 108.9K | PR-specific fields (merge status, diffs, refs) |
367
- | `reviews` | 100.6K | PR review decisions |
368
- | `timeline_events` | 1.6M | Activity timeline (labels, closes, merges, assignments) |
369
- | `pr_files` | 593.5K | Files changed in each pull request |
370
- | `commit_statuses` | 32.5K | CI/CD status checks per commit |
371
- | **Total** | **2.8M** | |
 
 
372
 
373
  ## How it's built
374
 
 
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
  - **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
 
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
 
70
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
71
  |---|---:|---:|---:|---:|---:|---:|---|
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
78
 
 
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
 
data/comments/vuejs/docs/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fa2d31efa1394e444da31720e460d7f6d35822a6d5a09bbc74c2bf0ad493fcb8
3
- size 633977
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41e0bf15e973b817411cadcd7c1313b3ef810f1e5651e81a1de325e68fb1c419
3
+ size 632117
data/commit_statuses/vuejs/docs/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:00f74ccdf0571898172718f6885704eab9b526492bfef7fa1a1c48d1b94ac7a5
3
- size 3284
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7497cb2940843253631d0ff9e01c9c8bcdc40df1debc441bd059b4c38d1e89e
3
+ size 13693
data/issues/vuejs/docs/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1f50311ae007f496784b78b4387657cf3d296e263dc15b037a057d8836f99825
3
- size 716587
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c8b8f98e4916ace9b8d7b009fecff0d641a0a03e202bd6ccf6a71b94021f719
3
+ size 714422
data/pr_files/vuejs/docs/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:888049c966b7d729e8b80e12caec7ac6796c51f0974e34cf11e320d9a8fd32aa
3
- size 76531
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:350dc251e513cf7d755d4b616b517c71d1d48e27663eee7ac8d9bf169e66c8c4
3
+ size 77138
data/pull_requests/vuejs/docs/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:37dcf01c382cc22de4719259e33a225ab32fecd0d41647ce06f45562614212b7
3
- size 131475
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:812e6dcad9855cb81c3cec7ba1ee27ff7fed8a89f60922b8bcf5ac159ec824c3
3
+ size 131629
data/review_comments/vuejs/docs/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:96182c5ae2db0b17f2c115c5a3d6c18a9b06fe4d4bb38482b21246aeade77df7
3
- size 549270
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04978a773aba06cc6ef5f4789be1e17ae05c5bf4de7a0d9072032c78a01986ef
3
+ size 558393
data/reviews/vuejs/docs/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:78707d5ce105774f577a17707243bf2125272c8c4280f340241fbca52c238770
3
- size 117376
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e386c8dd3700b05ad4fd4d36844802ff9faa179fcb00e02fe7754aaa29a4d59
3
+ size 119264
data/timeline_events/vuejs/docs/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e11df9aacb1b17564e5c05385af208aba990bcb85dbd2a520a9ccb2aec2d3fb3
3
- size 242554
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b944cb3378ae0fe8e1288543cca8e01ec1b7acab0b9a6101e3b20fc17f6c27d5
3
+ size 6118523
stats.csv CHANGED
@@ -1,5 +1,6 @@
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
- 2026-06-02T20:10:30Z,golang/go,76732,5150,0,0,303,767504,83326,761,933776
3
- 2026-06-02T20:10:30Z,mdn/content,42151,31911,0,0,82404,620027,401176,31737,1209406
4
- 2026-06-02T20:10:30Z,python/cpython,148096,71844,0,0,17913,261577,109020,0,608450
5
- 2026-06-02T20:10:30Z,_total,266979,108905,0,0,100620,1649108,593522,32498,2751632
 
 
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