tamnd commited on
Commit
f7bdbac
·
verified ·
1 Parent(s): 0c7b330

sync vuejs/core +12.3K issues +6.2K PRs +32.8K comments +3.7K review_comments — 2026-06-06 23:37 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 (2) hide show
  1. README.md +23 -13
  2. stats.csv +8 -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 **294.6K rows** across 8 tables in **41.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-05 08:38 UTC**.
56
 
57
 
58
  ## Latest Sync
@@ -61,6 +61,11 @@ New items since the previous publish:
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
 
 
 
 
 
64
  | **vuejs/core** | +12.3K | +6.2K | +36.5K | +5.0K | +130.1K |
65
 
66
 
@@ -68,6 +73,11 @@ New items since the previous publish:
68
 
69
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
70
  |---|---:|---:|---:|---:|---:|---:|---|
 
 
 
 
 
71
  | **vuejs/core** | 12.3K | 6.2K | 36.5K | 5.0K | 130.1K | 227.9K | 2026-06-02 19:28 UTC |
72
  | **vuejs/docs** | 3.3K | 2.3K | 7.1K | 2.7K | 35.4K | 66.7K | 2026-06-02 09:26 UTC |
73
 
@@ -361,15 +371,15 @@ CI/CD status checks and GitHub Actions results for each commit.
361
 
362
  | Table | Rows | Description |
363
  |-------|-----:|-------------|
364
- | `issues` | 15.5K | Issues and pull requests (shared metadata) |
365
- | `pull_requests` | 8.5K | PR-specific fields (merge status, diffs, refs) |
366
- | `comments` | 37.7K | Conversation comments on issues and PRs |
367
- | `review_comments` | 5.9K | Inline code review comments on PR diffs |
368
- | `reviews` | 7.6K | PR review decisions |
369
- | `timeline_events` | 165.5K | Activity timeline (labels, closes, merges, assignments) |
370
- | `pr_files` | 37.7K | Files changed in each pull request |
371
- | `commit_statuses` | 16.2K | CI/CD status checks per commit |
372
- | **Total** | **294.6K** | |
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 7 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 **6.0M rows** across 8 tables in **699.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-06 23:37 UTC**.
56
 
57
 
58
  ## Latest Sync
 
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
+ | **golang/go** | +76.8K | +5.2K | — | +305 | +768.4K |
65
+ | **mdn/content** | +42.2K | +31.9K | +81.0K | +82.4K | +648.7K |
66
+ | **python/cpython** | +148.1K | +71.8K | — | +17.9K | +261.6K |
67
+ | **rust-lang/rust** | +156.4K | +93.9K | — | — | +16.6K |
68
+ | **swiftlang/swift** | +85.7K | +67.9K | — | +110.8K | +1.6M |
69
  | **vuejs/core** | +12.3K | +6.2K | +36.5K | +5.0K | +130.1K |
70
 
71
 
 
73
 
74
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
75
  |---|---:|---:|---:|---:|---:|---:|---|
76
+ | **golang/go** | 76.8K | 5.2K | 0 | 305 | 768.4K | 927.8K | 2026-06-04 06:54 UTC |
77
+ | **mdn/content** | 42.2K | 31.9K | 81.0K | 82.4K | 648.7K | 1.3M | 2026-06-02 09:13 UTC |
78
+ | **python/cpython** | 148.1K | 71.8K | 0 | 17.9K | 261.6K | 608.5K | 2026-06-02 04:39 UTC |
79
+ | **rust-lang/rust** | 156.4K | 93.9K | 0 | 0 | 16.6K | 275.3K | 2026-06-02 23:53 UTC |
80
+ | **swiftlang/swift** | 85.7K | 67.9K | 0 | 110.8K | 1.6M | 2.6M | 2026-06-03 01:26 UTC |
81
  | **vuejs/core** | 12.3K | 6.2K | 36.5K | 5.0K | 130.1K | 227.9K | 2026-06-02 19:28 UTC |
82
  | **vuejs/docs** | 3.3K | 2.3K | 7.1K | 2.7K | 35.4K | 66.7K | 2026-06-02 09:26 UTC |
83
 
 
371
 
372
  | Table | Rows | Description |
373
  |-------|-----:|-------------|
374
+ | `issues` | 524.7K | Issues and pull requests (shared metadata) |
375
+ | `pull_requests` | 279.2K | PR-specific fields (merge status, diffs, refs) |
376
+ | `comments` | 112.8K | Conversation comments on issues and PRs |
377
+ | `review_comments` | 11.8K | Inline code review comments on PR diffs |
378
+ | `reviews` | 219.1K | PR review decisions |
379
+ | `timeline_events` | 3.5M | Activity timeline (labels, closes, merges, assignments) |
380
+ | `pr_files` | 1.3M | Files changed in each pull request |
381
+ | `commit_statuses` | 76.2K | CI/CD status checks per commit |
382
+ | **Total** | **6.0M** | |
383
 
384
  ## How it's built
385
 
stats.csv CHANGED
@@ -1,4 +1,9 @@
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
- 2026-06-05T08:38:48Z,vuejs/core,12251,6247,32769,3711,4950,130127,22302,15511,227868
3
- 2026-06-05T08:38:48Z,vuejs/docs,3283,2269,4909,2143,2686,35370,15379,655,66694
4
- 2026-06-05T08:38:48Z,_total,15534,8516,37678,5854,7636,165497,37681,16166,294562
 
 
 
 
 
 
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
+ 2026-06-06T23:37:40Z,golang/go,76770,5155,0,0,305,768384,76369,781,927764
3
+ 2026-06-06T23:37:40Z,mdn/content,42151,31911,75120,5900,82404,648653,401176,31737,1319052
4
+ 2026-06-06T23:37:40Z,python/cpython,148096,71844,0,0,17913,261577,109020,0,608450
5
+ 2026-06-06T23:37:40Z,rust-lang/rust,156398,93900,0,0,0,16638,8350,0,275286
6
+ 2026-06-06T23:37:40Z,swiftlang/swift,85721,67915,0,0,110838,1590862,701300,27520,2584156
7
+ 2026-06-06T23:37:40Z,vuejs/core,12251,6247,32769,3711,4950,130127,22302,15511,227868
8
+ 2026-06-06T23:37:40Z,vuejs/docs,3283,2269,4909,2143,2686,35370,15379,655,66694
9
+ 2026-06-06T23:37:40Z,_total,524670,279241,112798,11754,219096,3451611,1333896,76204,6009270