tamnd commited on
Commit
704b22c
·
verified ·
1 Parent(s): 242123d

sync vuejs/core +1 issues +1 comments +1 review_comments +1 reviews — 2026-04-30 03:32 UTC

Browse files

issues 12.1K +1
comments 32.4K +1
review_comments 3.6K +1
reviews 4.8K +1
timeline_events 11.6K +4
pr_files 21.6K +1

README.md CHANGED
@@ -39,9 +39,9 @@ configs:
39
 
40
  ## What is it?
41
 
42
- The full development metadata of 17 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 **19.2M rows** across 8 tables in **14.7 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-04-30 01:08 UTC**.
56
 
57
 
58
  ## Latest Sync
@@ -61,7 +61,11 @@ New items since the previous publish:
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
- | **rust-lang/rust** | | — | | +32.4K | |
 
 
 
 
65
 
66
 
67
  ## Repositories
@@ -71,19 +75,18 @@ New items since the previous publish:
71
  | **ClickHouse/ClickHouse** | 102.4K | 73.9K | 311.3K | 104.4K | 29.7K | 1.3M | 2026-04-26 07:24 UTC |
72
  | **duckdb/duckdb** | 18.5K | 11.4K | 61.4K | 13.3K | 15.7K | 322.5K | 2026-04-26 07:24 UTC |
73
  | **etcd-io/etcd** | 21.1K | 13.9K | 124.9K | 28.8K | 12.0K | 321.2K | 2026-04-26 07:10 UTC |
74
- | **facebook/react** | 33.8K | 19.4K | 171.2K | 31.9K | 11.1K | 472.8K | 2026-04-29 17:31 UTC |
75
- | **golang/go** | 74.2K | 5.1K | 540.0K | 183 | 15.4K | 682.1K | 2026-04-29 18:34 UTC |
76
  | **kubernetes/kubernetes** | 137.7K | 88.8K | 1.9M | 303.0K | 61.1K | 4.0M | 2026-04-20 12:29 UTC |
77
- | **mdn/content** | 40.8K | 31.7K | 96.5K | 76.9K | 10.0K | 647.6K | 2026-04-29 17:46 UTC |
78
  | **microsoft/TypeScript** | 62.2K | 19.1K | 337.0K | 42.0K | 17.1K | 1.1M | 2026-04-25 17:14 UTC |
79
  | **moby/moby** | 51.5K | 28.1K | 387.6K | 50.6K | 14.6K | 880.6K | 2026-04-20 12:08 UTC |
80
  | **pingcap/tidb** | 67.7K | 44.5K | 495.7K | 164.1K | 55.0K | 1.3M | 2026-04-26 07:19 UTC |
81
- | **python/cpython** | 105.8K | 70.7K | 870.7K | 61.5K | 13.3K | 1.4M | 2026-04-29 18:43 UTC |
82
  | **pytorch/pytorch** | 180.3K | 122.2K | 1.2M | 383.9K | 121.8K | 3.1M | 2026-04-20 12:41 UTC |
83
  | **redis/redis** | 14.7K | 7.6K | 82.5K | 27.7K | 13.5K | 211.6K | 2026-04-26 07:19 UTC |
84
- | **rust-lang/rust** | 154.9K | 93.2K | 0 | 160.2K | 10.5K | 2.0M | 2026-04-29 18:57 UTC |
85
  | **swiftlang/swift** | 84.8K | 66.8K | 449.0K | 109.2K | 25.8K | 1.4M | 2026-04-26 04:34 UTC |
86
- | **vuejs/core** | 12.1K | 6.1K | 36.0K | 4.8K | 11.6K | 92.2K | 2026-04-29 10:00 UTC |
87
  | **vuejs/docs** | 3.3K | 2.2K | 7.0K | 2.7K | 10.1K | 40.7K | 2026-04-28 08:27 UTC |
88
 
89
  ## How to download and use this dataset
@@ -376,14 +379,14 @@ CI/CD status checks and GitHub Actions results for each commit.
376
 
377
  | Table | Rows | Description |
378
  |-------|-----:|-------------|
379
- | `issues` | 1.2M | Issues and pull requests (shared metadata) |
380
- | `pull_requests` | 704.6K | PR-specific fields (merge status, diffs, refs) |
381
  | `comments` | 5.6M | Conversation comments on issues and PRs |
382
- | `review_comments` | 1.5M | Inline code review comments on PR diffs |
383
- | `reviews` | 1.6M | PR review decisions |
384
- | `timeline_events` | 448.1K | Activity timeline (labels, closes, merges, assignments) |
385
- | `pr_files` | 8.2M | Files changed in each pull request |
386
- | **Total** | **19.2M** | |
387
 
388
  ## How it's built
389
 
 
39
 
40
  ## What is it?
41
 
42
+ The full development metadata of 16 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 **17.3M rows** across 8 tables in **383.0 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-30 03:32 UTC**.
56
 
57
 
58
  ## Latest Sync
 
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
+ | **facebook/react** | +2 | — | +5 | +2 | +20 |
65
+ | **golang/go** | +9 | — | +92 | — | +4.5K |
66
+ | **mdn/content** | +2 | — | +62.5K | +9 | +48 |
67
+ | **python/cpython** | +7 | — | +55 | +8 | +644 |
68
+ | **vuejs/core** | +1 | — | +2 | +1 | +4 |
69
 
70
 
71
  ## Repositories
 
75
  | **ClickHouse/ClickHouse** | 102.4K | 73.9K | 311.3K | 104.4K | 29.7K | 1.3M | 2026-04-26 07:24 UTC |
76
  | **duckdb/duckdb** | 18.5K | 11.4K | 61.4K | 13.3K | 15.7K | 322.5K | 2026-04-26 07:24 UTC |
77
  | **etcd-io/etcd** | 21.1K | 13.9K | 124.9K | 28.8K | 12.0K | 321.2K | 2026-04-26 07:10 UTC |
78
+ | **facebook/react** | 33.8K | 19.4K | 171.2K | 31.9K | 11.1K | 472.8K | 2026-04-30 02:00 UTC |
79
+ | **golang/go** | 74.2K | 5.1K | 540.1K | 183 | 19.8K | 686.7K | 2026-04-30 01:39 UTC |
80
  | **kubernetes/kubernetes** | 137.7K | 88.8K | 1.9M | 303.0K | 61.1K | 4.0M | 2026-04-20 12:29 UTC |
81
+ | **mdn/content** | 40.8K | 31.7K | 159.0K | 76.9K | 10.1K | 710.1K | 2026-04-29 23:30 UTC |
82
  | **microsoft/TypeScript** | 62.2K | 19.1K | 337.0K | 42.0K | 17.1K | 1.1M | 2026-04-25 17:14 UTC |
83
  | **moby/moby** | 51.5K | 28.1K | 387.6K | 50.6K | 14.6K | 880.6K | 2026-04-20 12:08 UTC |
84
  | **pingcap/tidb** | 67.7K | 44.5K | 495.7K | 164.1K | 55.0K | 1.3M | 2026-04-26 07:19 UTC |
85
+ | **python/cpython** | 105.8K | 70.7K | 870.8K | 61.5K | 13.9K | 1.4M | 2026-04-30 02:11 UTC |
86
  | **pytorch/pytorch** | 180.3K | 122.2K | 1.2M | 383.9K | 121.8K | 3.1M | 2026-04-20 12:41 UTC |
87
  | **redis/redis** | 14.7K | 7.6K | 82.5K | 27.7K | 13.5K | 211.6K | 2026-04-26 07:19 UTC |
 
88
  | **swiftlang/swift** | 84.8K | 66.8K | 449.0K | 109.2K | 25.8K | 1.4M | 2026-04-26 04:34 UTC |
89
+ | **vuejs/core** | 12.1K | 6.1K | 36.0K | 4.8K | 11.6K | 92.2K | 2026-04-30 02:22 UTC |
90
  | **vuejs/docs** | 3.3K | 2.2K | 7.0K | 2.7K | 10.1K | 40.7K | 2026-04-28 08:27 UTC |
91
 
92
  ## How to download and use this dataset
 
379
 
380
  | Table | Rows | Description |
381
  |-------|-----:|-------------|
382
+ | `issues` | 1.0M | Issues and pull requests (shared metadata) |
383
+ | `pull_requests` | 611.4K | PR-specific fields (merge status, diffs, refs) |
384
  | `comments` | 5.6M | Conversation comments on issues and PRs |
385
+ | `review_comments` | 1.6M | Inline code review comments on PR diffs |
386
+ | `reviews` | 1.4M | PR review decisions |
387
+ | `timeline_events` | 442.8K | Activity timeline (labels, closes, merges, assignments) |
388
+ | `pr_files` | 6.6M | Files changed in each pull request |
389
+ | **Total** | **17.3M** | |
390
 
391
  ## How it's built
392
 
data/comments/vuejs/core/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1190519821f9170c3936c8793c8e5c8562962b6c01a45fd91c0ec9e315988e10
3
- size 6494921
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9cb4a160d5b238834fb860dd3f25a523db8a01ba93cac7fd1edf0e37df7d3b6
3
+ size 6497246
data/issues/vuejs/core/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2edb6cffae89ed043481d2624f23c227e4ed0aa1fa80c7d053cc2ac63fddd2a7
3
- size 5450330
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f123da18ee3ae07abde8a44806f09f6a93881f859e5b792288cc1480391dc5f
3
+ size 5450433
data/pr_files/vuejs/core/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0920c45cba2fc7e34c2ae6978a5086e7659c11e6fde976561f59811ba14fdc39
3
- size 109527
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba0ef553f337901a7058ecef61fbfe42bb988a7f05f9074d1dca3d071cc03df3
3
+ size 109533
data/review_comments/vuejs/core/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c863fc516a3171dbea8c3ae6a23d9fe863f8feb41553948e808d2d6ab85381d5
3
- size 801133
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86ee16b74941de6333a494338dbfcb582f08391ef5ca1f4b935bdf6f5ef395b2
3
+ size 801586
data/reviews/vuejs/core/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cbf11cac177772c134dd1830b6a42ca660a6e2fc82c07e9baf6d1abff3d438d8
3
- size 497775
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3124f05085b2186a60f0c493f5d90308d60a0e9e000f38f5d452d12fb9c76c55
3
+ size 498042
data/timeline_events/vuejs/core/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3d5c4a299775883757a7844cfd8597980b86037e3c31c6df741e88e355784f4d
3
- size 861675
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4045a28cf711d3d4c5cb685de4b3ca842cf99435093333e0741ea06e3186b9f
3
+ size 864896
stats.csv CHANGED
@@ -1,19 +1,18 @@
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
- 2026-04-30T01:08:03Z,ClickHouse/ClickHouse,102412,73891,208242,103088,104387,29698,688892,0,1310610
3
- 2026-04-30T01:08:03Z,duckdb/duckdb,18497,11388,44927,16516,13288,15677,202200,0,322493
4
- 2026-04-30T01:08:03Z,etcd-io/etcd,21065,13900,87740,37160,28790,11965,120558,0,321178
5
- 2026-04-30T01:08:03Z,facebook/react,33821,19412,138236,32990,31882,11050,205381,0,472772
6
- 2026-04-30T01:08:03Z,golang/go,74175,5062,539815,168,183,15351,47303,0,682057
7
- 2026-04-30T01:08:03Z,kubernetes/kubernetes,137657,88755,1487673,440528,303016,61124,1476297,0,3995050
8
- 2026-04-30T01:08:03Z,mdn/content,40835,31692,74542,21973,76875,10019,391626,0,647562
9
- 2026-04-30T01:08:03Z,microsoft/TypeScript,62202,19094,286414,50561,41953,17065,589088,0,1066377
10
- 2026-04-30T01:08:03Z,moby/moby,51466,28126,316994,70640,50606,14581,348237,0,880650
11
- 2026-04-30T01:08:03Z,pingcap/tidb,67690,44494,376857,118888,164059,54976,436847,0,1263811
12
- 2026-04-30T01:08:03Z,python/cpython,105819,70679,724935,145802,61466,13288,270135,0,1392124
13
- 2026-04-30T01:08:03Z,pytorch/pytorch,180266,122163,900634,325731,383899,121844,1058905,0,3093442
14
- 2026-04-30T01:08:03Z,redis/redis,14656,7646,53435,29038,27688,13458,65696,0,211617
15
- 2026-04-30T01:08:03Z,rust-lang/rust,154939,93155,0,0,160247,10497,1550572,0,1969410
16
- 2026-04-30T01:08:03Z,swiftlang/swift,84757,66803,345405,103564,109174,25834,687394,0,1422931
17
- 2026-04-30T01:08:03Z,vuejs/core,12129,6063,32423,3618,4834,11558,21594,0,92219
18
- 2026-04-30T01:08:03Z,vuejs/docs,3272,2248,4891,2134,2677,10128,15356,0,40706
19
- 2026-04-30T01:08:03Z,_total,1165658,704571,5623163,1502399,1565024,448113,8176081,0,19185009
 
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
+ 2026-04-30T03:32:55Z,ClickHouse/ClickHouse,102412,73891,208242,103088,104387,29698,688892,0,1310610
3
+ 2026-04-30T03:32:55Z,duckdb/duckdb,18497,11388,44927,16516,13288,15677,202200,0,322493
4
+ 2026-04-30T03:32:55Z,etcd-io/etcd,21065,13900,87740,37160,28790,11965,120558,0,321178
5
+ 2026-04-30T03:32:55Z,facebook/react,33823,19412,138239,32992,31884,11070,205382,0,472802
6
+ 2026-04-30T03:32:55Z,golang/go,74184,5062,539907,168,183,19843,47307,0,686654
7
+ 2026-04-30T03:32:55Z,kubernetes/kubernetes,137657,88755,1487673,440528,303016,61124,1476297,0,3995050
8
+ 2026-04-30T03:32:55Z,mdn/content,40837,31692,74545,84439,76884,10067,391641,0,710105
9
+ 2026-04-30T03:32:55Z,microsoft/TypeScript,62202,19094,286414,50561,41953,17065,589088,0,1066377
10
+ 2026-04-30T03:32:55Z,moby/moby,51466,28126,316994,70640,50606,14581,348237,0,880650
11
+ 2026-04-30T03:32:55Z,pingcap/tidb,67690,44494,376857,118888,164059,54976,436847,0,1263811
12
+ 2026-04-30T03:32:55Z,python/cpython,105826,70679,724977,145815,61474,13932,270141,0,1392844
13
+ 2026-04-30T03:32:55Z,pytorch/pytorch,180266,122163,900634,325731,383899,121844,1058905,0,3093442
14
+ 2026-04-30T03:32:55Z,redis/redis,14656,7646,53435,29038,27688,13458,65696,0,211617
15
+ 2026-04-30T03:32:55Z,swiftlang/swift,84757,66803,345405,103564,109174,25834,687394,0,1422931
16
+ 2026-04-30T03:32:55Z,vuejs/core,12130,6063,32424,3619,4835,11562,21595,0,92228
17
+ 2026-04-30T03:32:55Z,vuejs/docs,3272,2248,4891,2134,2677,10128,15356,0,40706
18
+ 2026-04-30T03:32:55Z,_total,1010740,611416,5623304,1564881,1404797,442824,6625536,0,17283498