tamnd commited on
Commit
06763da
·
verified ·
1 Parent(s): ba78621

sync vuejs/core +8 issues +20 comments +6 review_comments +4 reviews — 2026-04-07 00:41 UTC

Browse files

issues 12.1K +8
comments 32.2K +20
review_comments 3.6K +6
reviews 4.8K +4
timeline_events 10.4K +67
pr_files 21.3K +17

README.md CHANGED
@@ -39,9 +39,9 @@ configs:
39
 
40
  ## What is it?
41
 
42
- The full development metadata of 12 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 **11.9M rows** across 8 tables in **29.0 KB** 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-04-06 10:41 UTC**.
56
 
57
 
58
  ## Latest Sync
@@ -61,24 +61,38 @@ New items since the previous publish:
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
- | **ClickHouse/ClickHouse** | | — | | +5.4K | |
 
 
 
 
 
 
 
 
 
 
 
 
65
 
66
 
67
  ## Repositories
68
 
69
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
70
  |---|---:|---:|---:|---:|---:|---:|---|
71
- | **ClickHouse/ClickHouse** | 100.7K | 72.8K | 0 | 97.7K | 10.1K | 957.4K | 2026-04-06 00:34 UTC |
72
- | **etcd-io/etcd** | 21.0K | 13.8K | 124.1K | 28.5K | 10.5K | 318.3K | 2026-04-05 23:57 UTC |
73
- | **facebook/react** | 33.7K | 19.2K | 170.7K | 20.1K | 250.8K | 860.6K | 2026-04-05 23:41 UTC |
74
- | **golang/go** | 75.8K | 4.9K | 536.1K | 323 | 267.0K | 956.0K | 2026-04-05 22:10 UTC |
75
- | **mdn/content** | 41.5K | 31.5K | 157.4K | 18.8K | 12.9K | 412.0K | 2026-04-06 00:18 UTC |
76
- | **microsoft/TypeScript** | 62.1K | 19.1K | 336.6K | 41.9K | 12.4K | 1.1M | 2026-04-06 00:24 UTC |
77
- | **python/cpython** | 145.8K | 69.8K | 864.3K | 149.8K | 23.1K | 1.9M | 2026-04-06 00:19 UTC |
78
- | **redis/redis** | 14.6K | 7.6K | 81.5K | 27.1K | 10.1K | 206.4K | 2026-04-05 18:26 UTC |
79
- | **rust-lang/rust** | 153.9K | 92.2K | 1.5M | 185.8K | 42.1K | 3.7M | 2026-04-06 00:11 UTC |
80
- | **swiftlang/swift** | 84.4K | 66.8K | 447.2K | 108.4K | 13.2K | 1.4M | 2026-04-06 00:13 UTC |
81
- | **vuejs/core** | 12.0K | 6.1K | 35.7K | 4.8K | 10.3K | 90.2K | 2026-04-04 09:36 UTC |
 
 
82
  | **vuejs/docs** | 3.3K | 2.2K | 7.0K | 2.7K | 10.0K | 40.4K | 2026-04-03 19:23 UTC |
83
 
84
  ## How to download and use this dataset
@@ -371,15 +385,15 @@ CI/CD status checks and GitHub Actions results for each commit.
371
 
372
  | Table | Rows | Description |
373
  |-------|-----:|-------------|
374
- | `issues` | 748.8K | Issues and pull requests (shared metadata) |
375
- | `pull_requests` | 406.1K | PR-specific fields (merge status, diffs, refs) |
376
- | `comments` | 3.5M | Conversation comments on issues and PRs |
377
- | `review_comments` | 728.0K | Inline code review comments on PR diffs |
378
- | `reviews` | 686.0K | PR review decisions |
379
- | `timeline_events` | 672.7K | Activity timeline (labels, closes, merges, assignments) |
380
- | `pr_files` | 5.0M | Files changed in each pull request |
381
  | `commit_statuses` | 164.0K | CI/CD status checks per commit |
382
- | **Total** | **11.9M** | |
383
 
384
  ## How it's built
385
 
 
39
 
40
  ## What is it?
41
 
42
+ The full development metadata of 14 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 **12.8M rows** across 8 tables in **3.9 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-04-07 00:41 UTC**.
56
 
57
 
58
  ## Latest Sync
 
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
+ | **ClickHouse/ClickHouse** | +64 | — | +235.2K | +3.2K | +4.2K |
65
+ | **duckdb/duckdb** | +10.6K | — | — | — | — |
66
+ | **etcd-io/etcd** | +4 | — | +24 | +4 | +892 |
67
+ | **facebook/react** | +4 | — | +23 | +3 | +81 |
68
+ | **golang/go** | +17 | — | +169 | — | +1.1K |
69
+ | **mdn/content** | +11 | — | +78 | +68 | +278 |
70
+ | **microsoft/TypeScript** | +8 | — | +28 | +6 | +808 |
71
+ | **pingcap/tidb** | +67.2K | +44.5K | — | +152.3K | +10.0K |
72
+ | **python/cpython** | +40 | — | +189 | +67 | +1.9K |
73
+ | **redis/redis** | +5 | — | +34 | +24 | +820 |
74
+ | **rust-lang/rust** | +53 | — | +484 | +75 | +4.1K |
75
+ | **swiftlang/swift** | +14 | — | +96 | +39 | +728 |
76
+ | **vuejs/core** | +8 | — | +26 | +4 | +67 |
77
 
78
 
79
  ## Repositories
80
 
81
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
82
  |---|---:|---:|---:|---:|---:|---:|---|
83
+ | **ClickHouse/ClickHouse** | 100.8K | 72.8K | 235.2K | 100.9K | 14.4K | 1.2M | 2026-04-07 00:16 UTC |
84
+ | **duckdb/duckdb** | 10.6K | 0 | 0 | 0 | 0 | 10.6K | 2026-04-06 11:02 UTC |
85
+ | **etcd-io/etcd** | 21.0K | 13.8K | 124.1K | 28.5K | 11.4K | 319.2K | 2026-04-06 23:32 UTC |
86
+ | **facebook/react** | 33.7K | 19.2K | 170.7K | 20.1K | 250.9K | 860.7K | 2026-04-06 22:50 UTC |
87
+ | **golang/go** | 75.9K | 4.9K | 536.2K | 323 | 268.2K | 957.3K | 2026-04-06 23:24 UTC |
88
+ | **mdn/content** | 41.5K | 31.5K | 157.4K | 18.9K | 13.2K | 412.6K | 2026-04-07 00:20 UTC |
89
+ | **microsoft/TypeScript** | 62.1K | 19.1K | 336.7K | 41.9K | 13.2K | 1.1M | 2026-04-07 00:00 UTC |
90
+ | **pingcap/tidb** | 67.2K | 44.5K | 0 | 152.3K | 10.0K | 659.6K | 2026-04-06 13:14 UTC |
91
+ | **python/cpython** | 145.8K | 69.8K | 864.5K | 149.9K | 25.0K | 1.9M | 2026-04-07 00:20 UTC |
92
+ | **redis/redis** | 14.6K | 7.6K | 81.5K | 27.2K | 10.9K | 207.3K | 2026-04-06 20:10 UTC |
93
+ | **rust-lang/rust** | 154.0K | 92.2K | 1.5M | 185.8K | 46.2K | 3.7M | 2026-04-07 00:14 UTC |
94
+ | **swiftlang/swift** | 84.4K | 66.8K | 447.3K | 108.5K | 13.9K | 1.4M | 2026-04-07 00:00 UTC |
95
+ | **vuejs/core** | 12.1K | 6.1K | 35.7K | 4.8K | 10.4K | 90.3K | 2026-04-07 00:05 UTC |
96
  | **vuejs/docs** | 3.3K | 2.2K | 7.0K | 2.7K | 10.0K | 40.4K | 2026-04-03 19:23 UTC |
97
 
98
  ## How to download and use this dataset
 
385
 
386
  | Table | Rows | Description |
387
  |-------|-----:|-------------|
388
+ | `issues` | 826.9K | Issues and pull requests (shared metadata) |
389
+ | `pull_requests` | 450.6K | PR-specific fields (merge status, diffs, refs) |
390
+ | `comments` | 3.7M | Conversation comments on issues and PRs |
391
+ | `review_comments` | 759.9K | Inline code review comments on PR diffs |
392
+ | `reviews` | 841.8K | PR review decisions |
393
+ | `timeline_events` | 697.7K | Activity timeline (labels, closes, merges, assignments) |
394
+ | `pr_files` | 5.4M | Files changed in each pull request |
395
  | `commit_statuses` | 164.0K | CI/CD status checks per commit |
396
+ | **Total** | **12.8M** | |
397
 
398
  ## How it's built
399
 
data/comments/vuejs/core/delta.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dc8d6cb8d086615667f6f5322b4d2fb5f05bc61984e01238ef318b9967b7dd8d
3
- size 4080
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5d7be5aeb86c16f2b9be3486afe9c7e5c0a0b36b5d9221c4f1f198c6a5272ad
3
+ size 15875
data/issues/vuejs/core/delta.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d3aa24d412c393a3f87794d02b048c922cf9650d2844eb5149444c40bf19a2ab
3
- size 595
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00f52a4389bb9b3e8f1df5d128475d8cdec1dc23942a896387f5509aa3faa5b9
3
+ size 19004
data/review_comments/vuejs/core/delta.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:601ab42913aa975a92ab1e8206161eeb24666db4d26bbbb41468b3dea3aa83f5
3
- size 366
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fac87fdf49d2fc940c52e17b4f595de8542d1aafd2751f863f5893d0e30f86e
3
+ size 7512
data/reviews/vuejs/core/delta.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:615c1457afd6ba068879fd33e9fb567e36dd815df2ef398a37933704e79b37db
3
- size 258
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:013dc6a81a441596220ddb53fb3ac32e495f6cdae6d0af28ba9f73a49a6d6eed
3
+ size 4697
data/timeline_events/vuejs/core/delta.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8be5b5ebce3d944650b09793bc14308a45fae763a33f5e7e47177ab3c8c37355
3
- size 539
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49d9632c9c5b46aae5d65935120a7c4899cd0e5b5e978271ed4ef6434f995c2c
3
+ size 22482
stats.csv CHANGED
@@ -1,14 +1,16 @@
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
- 2026-04-06T10:41:58Z,ClickHouse/ClickHouse,100703,72838,0,0,97680,10134,676055,0,957410
3
- 2026-04-06T10:41:58Z,etcd-io/etcd,20973,13844,87215,36907,28515,10523,120307,0,318284
4
- 2026-04-06T10:41:58Z,facebook/react,33672,19202,137750,32911,20114,250779,202163,163984,860575
5
- 2026-04-06T10:41:58Z,golang/go,75839,4942,535889,167,323,267012,71788,0,955960
6
- 2026-04-06T10:41:58Z,mdn/content,41538,31454,74109,83242,18824,12941,149932,0,412040
7
- 2026-04-06T10:41:58Z,microsoft/TypeScript,62131,19094,286091,50554,41935,12399,588993,0,1061197
8
- 2026-04-06T10:41:58Z,python/cpython,145759,69824,720032,144254,149832,23115,661778,0,1914594
9
- 2026-04-06T10:41:58Z,redis/redis,14557,7646,53050,28431,27127,10098,65526,0,206435
10
- 2026-04-06T10:41:58Z,rust-lang/rust,153949,92154,1220495,242741,185764,42102,1713807,0,3651012
11
- 2026-04-06T10:41:58Z,swiftlang/swift,84402,66803,344081,103099,108438,13214,685265,0,1405302
12
- 2026-04-06T10:41:58Z,vuejs/core,12049,6063,32158,3552,4759,10321,21300,0,90202
13
- 2026-04-06T10:41:58Z,vuejs/docs,3263,2248,4871,2131,2673,10044,15194,0,40424
14
- 2026-04-06T10:41:58Z,_total,748835,406112,3495741,727989,685984,672682,4972108,163984,11873435
 
 
 
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
+ 2026-04-07T00:41:26Z,ClickHouse/ClickHouse,100767,72838,203554,31607,100886,14377,694654,0,1218683
3
+ 2026-04-07T00:41:26Z,duckdb/duckdb,10600,0,0,0,0,0,0,0,10600
4
+ 2026-04-07T00:41:26Z,etcd-io/etcd,20977,13844,87235,36911,28519,11415,120334,0,319235
5
+ 2026-04-07T00:41:26Z,facebook/react,33676,19202,137771,32913,20117,250860,202197,163984,860720
6
+ 2026-04-07T00:41:26Z,golang/go,75856,4942,536058,167,323,268162,71801,0,957309
7
+ 2026-04-07T00:41:26Z,mdn/content,41549,31454,74126,83303,18892,13219,150013,0,412556
8
+ 2026-04-07T00:41:26Z,microsoft/TypeScript,62139,19094,286115,50558,41941,13207,589008,0,1062062
9
+ 2026-04-07T00:41:26Z,pingcap/tidb,67220,44489,0,0,152285,10000,385597,0,659591
10
+ 2026-04-07T00:41:26Z,python/cpython,145799,69824,720155,144320,149899,24974,661898,0,1916869
11
+ 2026-04-07T00:41:26Z,redis/redis,14562,7646,53062,28453,27151,10918,65540,0,207332
12
+ 2026-04-07T00:41:26Z,rust-lang/rust,154002,92154,1220889,242831,185839,46238,1715201,0,3657154
13
+ 2026-04-07T00:41:26Z,swiftlang/swift,84416,66803,344157,103119,108477,13942,685321,0,1406235
14
+ 2026-04-07T00:41:26Z,vuejs/core,12057,6063,32178,3558,4763,10388,21317,0,90324
15
+ 2026-04-07T00:41:26Z,vuejs/docs,3263,2248,4871,2131,2673,10044,15194,0,40424
16
+ 2026-04-07T00:41:26Z,_total,826883,450601,3700171,759871,841765,697744,5378075,163984,12819094