tamnd commited on
Commit
afc079c
·
verified ·
1 Parent(s): 9e97fa7

sync vuejs/core +12.3K issues +6.2K PRs +32.8K comments +3.7K review_comments — 2026-06-04 20:54 UTC

Browse files

issues 12.3K +12.3K
pull_requests 6.2K +6.2K
comments 32.8K +32.8K
review_comments 3.7K +3.7K
reviews 5.0K +5.0K
timeline_events 130.1K +130.1K
pr_files 22.3K +22.3K
commit_statuses 15.5K +15.5K

Files changed (3) hide show
  1. README.md +17 -13
  2. data/issues/vuejs/core/0.parquet +2 -2
  3. stats.csv +5 -3
README.md CHANGED
@@ -7,7 +7,7 @@ language:
7
  - mul
8
  pretty_name: OpenGitHub Issues
9
  size_categories:
10
- - 100K<n<1M
11
  tags:
12
  - github
13
  - metadata
@@ -39,9 +39,9 @@ configs:
39
 
40
  ## What is it?
41
 
42
- The full development metadata of 2 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 **342.0K rows** across 8 tables in **61.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-04 12:13 UTC**.
56
 
57
 
58
  ## Latest Sync
@@ -61,14 +61,18 @@ New items since the previous publish:
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
 
64
  | **rust-lang/rust** | +156.4K | +93.9K | — | — | +16.6K |
 
65
 
66
 
67
  ## Repositories
68
 
69
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
70
  |---|---:|---:|---:|---:|---:|---:|---|
 
71
  | **rust-lang/rust** | 156.4K | 93.9K | 0 | 0 | 16.6K | 275.3K | 2026-06-02 23:53 UTC |
 
72
  | **vuejs/docs** | 3.3K | 2.3K | 7.1K | 2.7K | 35.4K | 66.7K | 2026-06-02 09:26 UTC |
73
 
74
  ## How to download and use this dataset
@@ -361,15 +365,15 @@ CI/CD status checks and GitHub Actions results for each commit.
361
 
362
  | Table | Rows | Description |
363
  |-------|-----:|-------------|
364
- | `issues` | 159.7K | Issues and pull requests (shared metadata) |
365
- | `pull_requests` | 96.2K | PR-specific fields (merge status, diffs, refs) |
366
- | `comments` | 4.9K | Conversation comments on issues and PRs |
367
- | `review_comments` | 2.1K | Inline code review comments on PR diffs |
368
- | `reviews` | 2.7K | PR review decisions |
369
- | `timeline_events` | 52.0K | Activity timeline (labels, closes, merges, assignments) |
370
- | `pr_files` | 23.7K | Files changed in each pull request |
371
- | `commit_statuses` | 655 | CI/CD status checks per commit |
372
- | **Total** | **342.0K** | |
373
 
374
  ## How it's built
375
 
 
7
  - mul
8
  pretty_name: OpenGitHub Issues
9
  size_categories:
10
+ - 1M<n<10M
11
  tags:
12
  - github
13
  - metadata
 
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 **1.2M rows** across 8 tables in **169.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-06-04 20:54 UTC**.
56
 
57
 
58
  ## Latest Sync
 
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
+ | **python/cpython** | +148.1K | +71.8K | — | +17.9K | +261.6K |
65
  | **rust-lang/rust** | +156.4K | +93.9K | — | — | +16.6K |
66
+ | **vuejs/core** | +12.3K | +6.2K | +36.5K | +5.0K | +130.1K |
67
 
68
 
69
  ## Repositories
70
 
71
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
72
  |---|---:|---:|---:|---:|---:|---:|---|
73
+ | **python/cpython** | 148.1K | 71.8K | 0 | 17.9K | 261.6K | 608.5K | 2026-06-02 04:39 UTC |
74
  | **rust-lang/rust** | 156.4K | 93.9K | 0 | 0 | 16.6K | 275.3K | 2026-06-02 23:53 UTC |
75
+ | **vuejs/core** | 12.3K | 6.2K | 36.5K | 5.0K | 130.1K | 227.9K | 2026-06-02 19:28 UTC |
76
  | **vuejs/docs** | 3.3K | 2.3K | 7.1K | 2.7K | 35.4K | 66.7K | 2026-06-02 09:26 UTC |
77
 
78
  ## How to download and use this dataset
 
365
 
366
  | Table | Rows | Description |
367
  |-------|-----:|-------------|
368
+ | `issues` | 320.0K | Issues and pull requests (shared metadata) |
369
+ | `pull_requests` | 174.3K | PR-specific fields (merge status, diffs, refs) |
370
+ | `comments` | 37.7K | Conversation comments on issues and PRs |
371
+ | `review_comments` | 5.9K | Inline code review comments on PR diffs |
372
+ | `reviews` | 25.5K | PR review decisions |
373
+ | `timeline_events` | 443.7K | Activity timeline (labels, closes, merges, assignments) |
374
+ | `pr_files` | 155.1K | Files changed in each pull request |
375
+ | `commit_statuses` | 16.2K | CI/CD status checks per commit |
376
+ | **Total** | **1.2M** | |
377
 
378
  ## How it's built
379
 
data/issues/vuejs/core/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:359f24088e07c5264078508755ceb4b2b1fa99b323adbe315f9a1f8d57d039f7
3
- size 5523048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bd4623b7630a7d2f61a9920f460bf40082f7672d5a39a27d884194b1c42adce
3
+ size 5523185
stats.csv CHANGED
@@ -1,4 +1,6 @@
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
- 2026-06-04T12:13:46Z,rust-lang/rust,156398,93900,0,0,0,16638,8350,0,275286
3
- 2026-06-04T12:13:46Z,vuejs/docs,3283,2269,4909,2143,2686,35370,15379,655,66694
4
- 2026-06-04T12:13:46Z,_total,159681,96169,4909,2143,2686,52008,23729,655,341980
 
 
 
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
+ 2026-06-04T20:54:54Z,python/cpython,148096,71844,0,0,17913,261577,109020,0,608450
3
+ 2026-06-04T20:54:54Z,rust-lang/rust,156398,93900,0,0,0,16638,8350,0,275286
4
+ 2026-06-04T20:54:54Z,vuejs/core,12251,6247,32769,3711,4950,130127,22302,15511,227868
5
+ 2026-06-04T20:54:54Z,vuejs/docs,3283,2269,4909,2143,2686,35370,15379,655,66694
6
+ 2026-06-04T20:54:54Z,_total,320028,174260,37678,5854,25549,443712,155051,16166,1178298