tamnd commited on
Commit
4895d20
·
verified ·
1 Parent(s): 5e62ac0

sync vuejs/docs +1 issues — 2026-05-27 06:44 UTC

Browse files
Files changed (3) hide show
  1. README.md +38 -23
  2. data/issues/vuejs/docs/0.parquet +2 -2
  3. stats.csv +18 -18
README.md CHANGED
@@ -41,7 +41,7 @@ configs:
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 **22.1M rows** across 8 tables in **111.8 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-05-27 02:23 UTC**.
56
 
57
 
58
  ## Latest Sync
@@ -61,31 +61,46 @@ New items since the previous publish:
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
- | **duckdb/duckdb** | | | +63.7K | +217 | +75.3K |
65
- | **moby/moby** | +2 | +16 | | — | +19 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
66
 
67
 
68
  ## Repositories
69
 
70
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
71
  |---|---:|---:|---:|---:|---:|---:|---|
72
- | **ClickHouse/ClickHouse** | 104.8K | 76.1K | 327.3K | 112.7K | 117.0K | 1.7M | 2026-05-26 21:13 UTC |
73
- | **duckdb/duckdb** | 19.0K | 12.1K | 63.7K | 13.9K | 299.5K | 799.3K | 2026-05-26 21:21 UTC |
74
- | **etcd-io/etcd** | 21.2K | 14.0K | 126.4K | 29.3K | 20.4K | 336.6K | 2026-05-26 20:41 UTC |
75
- | **facebook/react** | 34.0K | 19.5K | 171.6K | 31.9K | 18.0K | 487.3K | 2026-05-26 19:09 UTC |
76
- | **golang/go** | 74.8K | 5.1K | 544.0K | 183 | 74.4K | 758.1K | 2026-05-26 19:10 UTC |
77
- | **kubernetes/kubernetes** | 138.5K | 89.6K | 1.9M | 305.9K | 141.3K | 4.1M | 2026-05-26 17:18 UTC |
78
- | **mdn/content** | 41.1K | 31.9K | 160.8K | 77.9K | 17.7K | 723.8K | 2026-05-26 17:21 UTC |
79
- | **microsoft/TypeScript** | 62.3K | 19.1K | 337.3K | 42.0K | 22.3K | 1.1M | 2026-05-26 20:47 UTC |
80
- | **moby/moby** | 51.7K | 28.4K | 0 | 0 | 202.6K | 334.4K | 2026-05-27 00:02 UTC |
81
- | **pingcap/tidb** | 68.3K | 45.2K | 500.5K | 166.0K | 67.2K | 1.3M | 2026-05-26 21:33 UTC |
82
- | **python/cpython** | 107.1K | 71.7K | 877.4K | 63.1K | 83.5K | 1.5M | 2026-05-26 19:15 UTC |
83
- | **pytorch/pytorch** | 184.6K | 125.8K | 1.2M | 383.9K | 141.8K | 3.1M | 2026-05-26 18:52 UTC |
84
- | **redis/redis** | 14.8K | 7.8K | 83.7K | 28.4K | 17.5K | 221.1K | 2026-05-26 19:05 UTC |
85
- | **rust-lang/rust** | 155.9K | 93.9K | 1.5M | 189.6K | 115.1K | 3.9M | 2026-05-26 21:02 UTC |
86
- | **swiftlang/swift** | 85.5K | 67.7K | 452.2K | 110.5K | 29.3K | 1.4M | 2026-05-26 21:02 UTC |
87
- | **vuejs/core** | 12.2K | 6.2K | 36.4K | 4.9K | 129.8K | 227.2K | 2026-05-26 16:03 UTC |
88
- | **vuejs/docs** | 3.3K | 2.3K | 7.1K | 2.7K | 10.2K | 40.9K | 2026-05-25 03:22 UTC |
89
 
90
  ## How to download and use this dataset
91
 
@@ -378,13 +393,13 @@ CI/CD status checks and GitHub Actions results for each commit.
378
  | Table | Rows | Description |
379
  |-------|-----:|-------------|
380
  | `issues` | 1.2M | Issues and pull requests (shared metadata) |
381
- | `pull_requests` | 716.2K | PR-specific fields (merge status, diffs, refs) |
382
  | `comments` | 6.6M | Conversation comments on issues and PRs |
383
  | `review_comments` | 1.8M | Inline code review comments on PR diffs |
384
  | `reviews` | 1.6M | PR review decisions |
385
  | `timeline_events` | 1.5M | Activity timeline (labels, closes, merges, assignments) |
386
  | `pr_files` | 8.2M | Files changed in each pull request |
387
- | `commit_statuses` | 557.6K | CI/CD status checks per commit |
388
  | **Total** | **22.1M** | |
389
 
390
  ## How it's built
 
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 **22.1M rows** across 8 tables in **1.6 GB** 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-05-27 06:44 UTC**.
56
 
57
 
58
  ## Latest Sync
 
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
+ | **ClickHouse/ClickHouse** | +10 | +8 | +98 | +46 | +206 |
65
+ | **duckdb/duckdb** | +1 | +1 | +2 | — | +5 |
66
+ | **etcd-io/etcd** | — | — | +28 | +8 | +129 |
67
+ | **facebook/react** | +2 | +1 | +6 | — | +515 |
68
+ | **golang/go** | +19 | — | +187 | — | +1.1K |
69
+ | **kubernetes/kubernetes** | +11 | +10 | +160 | +50 | +884 |
70
+ | **mdn/content** | +4 | +3 | +16 | +11 | +47 |
71
+ | **microsoft/TypeScript** | — | — | +4 | +1 | +1.4K |
72
+ | **moby/moby** | — | — | — | — | +2.0K |
73
+ | **pingcap/tidb** | +11 | +7 | +130 | +11 | +873 |
74
+ | **python/cpython** | +8 | +4 | +45 | +10 | +335 |
75
+ | **pytorch/pytorch** | +55 | +47 | — | — | +3.3K |
76
+ | **redis/redis** | +1 | +1 | +10 | +1 | +26 |
77
+ | **rust-lang/rust** | +9 | +4 | +123 | +18 | +389 |
78
+ | **swiftlang/swift** | +11 | +9 | +52 | +10 | +528 |
79
+ | **vuejs/core** | +1 | +1 | +3 | +1 | +16 |
80
+ | **vuejs/docs** | +1 | — | — | — | — |
81
 
82
 
83
  ## Repositories
84
 
85
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
86
  |---|---:|---:|---:|---:|---:|---:|---|
87
+ | **ClickHouse/ClickHouse** | 104.8K | 76.1K | 327.4K | 112.8K | 117.2K | 1.7M | 2026-05-27 05:28 UTC |
88
+ | **duckdb/duckdb** | 19.0K | 12.1K | 63.7K | 13.9K | 299.5K | 799.4K | 2026-05-27 05:31 UTC |
89
+ | **etcd-io/etcd** | 21.2K | 14.0K | 126.4K | 29.3K | 20.5K | 336.8K | 2026-05-27 04:32 UTC |
90
+ | **facebook/react** | 34.0K | 19.5K | 171.6K | 31.9K | 18.5K | 488.1K | 2026-05-27 03:41 UTC |
91
+ | **golang/go** | 74.8K | 5.1K | 544.2K | 183 | 75.5K | 759.4K | 2026-05-27 04:50 UTC |
92
+ | **kubernetes/kubernetes** | 138.5K | 89.6K | 1.9M | 305.9K | 142.2K | 4.1M | 2026-05-27 03:28 UTC |
93
+ | **mdn/content** | 41.1K | 31.9K | 160.8K | 77.9K | 17.8K | 723.9K | 2026-05-27 05:24 UTC |
94
+ | **microsoft/TypeScript** | 62.3K | 19.1K | 337.3K | 42.0K | 23.8K | 1.1M | 2026-05-27 02:26 UTC |
95
+ | **moby/moby** | 51.7K | 28.4K | 0 | 0 | 204.6K | 337.3K | 2026-05-27 04:22 UTC |
96
+ | **pingcap/tidb** | 68.3K | 45.2K | 500.6K | 166.0K | 68.0K | 1.3M | 2026-05-27 05:32 UTC |
97
+ | **python/cpython** | 107.1K | 71.7K | 877.4K | 63.1K | 83.8K | 1.5M | 2026-05-27 05:06 UTC |
98
+ | **pytorch/pytorch** | 184.7K | 125.8K | 1.2M | 383.9K | 145.2K | 3.1M | 2026-05-27 04:01 UTC |
99
+ | **redis/redis** | 14.8K | 7.8K | 83.7K | 28.4K | 17.5K | 221.2K | 2026-05-27 04:58 UTC |
100
+ | **rust-lang/rust** | 155.9K | 93.9K | 1.5M | 189.6K | 115.4K | 3.9M | 2026-05-27 05:26 UTC |
101
+ | **swiftlang/swift** | 85.5K | 67.7K | 452.3K | 110.5K | 29.8K | 1.4M | 2026-05-27 04:52 UTC |
102
+ | **vuejs/core** | 12.2K | 6.2K | 36.4K | 4.9K | 129.8K | 227.2K | 2026-05-27 03:17 UTC |
103
+ | **vuejs/docs** | 3.3K | 2.3K | 7.1K | 2.7K | 10.2K | 40.9K | 2026-05-26 21:45 UTC |
104
 
105
  ## How to download and use this dataset
106
 
 
393
  | Table | Rows | Description |
394
  |-------|-----:|-------------|
395
  | `issues` | 1.2M | Issues and pull requests (shared metadata) |
396
+ | `pull_requests` | 716.3K | PR-specific fields (merge status, diffs, refs) |
397
  | `comments` | 6.6M | Conversation comments on issues and PRs |
398
  | `review_comments` | 1.8M | Inline code review comments on PR diffs |
399
  | `reviews` | 1.6M | PR review decisions |
400
  | `timeline_events` | 1.5M | Activity timeline (labels, closes, merges, assignments) |
401
  | `pr_files` | 8.2M | Files changed in each pull request |
402
+ | `commit_statuses` | 563.7K | CI/CD status checks per commit |
403
  | **Total** | **22.1M** | |
404
 
405
  ## How it's built
data/issues/vuejs/docs/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e628661c41c0c987773a30a2e2d61a2a26d00ed7fcc4b866aec6281a9926c458
3
- size 714837
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d88b8f40efa265512c15398aaff32a077ff3c5ebeee9797492ed6ac6a24a831
3
+ size 715073
stats.csv CHANGED
@@ -1,19 +1,19 @@
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
- 2026-05-27T02:23:18Z,ClickHouse/ClickHouse,104754,76065,216075,111180,112706,117037,707119,248578,1693514
3
- 2026-05-27T02:23:18Z,duckdb/duckdb,19042,12120,46425,17289,13911,299531,213563,177434,799315
4
- 2026-05-27T02:23:18Z,etcd-io/etcd,21214,14004,88751,37655,29332,20372,122137,3109,336574
5
- 2026-05-27T02:23:18Z,facebook/react,33982,19500,138587,33010,31920,17997,205838,6482,487316
6
- 2026-05-27T02:23:18Z,golang/go,74752,5146,543852,168,183,74431,59474,94,758100
7
- 2026-05-27T02:23:18Z,kubernetes/kubernetes,138470,89587,1496543,443963,305877,141340,1498511,12523,4126814
8
- 2026-05-27T02:23:18Z,mdn/content,41136,31853,75003,85749,77866,17715,392681,1768,723771
9
- 2026-05-27T02:23:18Z,microsoft/TypeScript,62272,19118,286739,50577,41989,22313,589245,1205,1073458
10
- 2026-05-27T02:23:18Z,moby/moby,51747,28396,0,0,0,202588,51643,0,334374
11
- 2026-05-27T02:23:18Z,pingcap/tidb,68290,45160,379836,120630,165954,67170,439301,17790,1304131
12
- 2026-05-27T02:23:18Z,python/cpython,107141,71666,730079,147298,63058,83453,279777,58542,1541014
13
- 2026-05-27T02:23:18Z,pytorch/pytorch,184628,125764,900634,325731,383899,141843,1058905,0,3121404
14
- 2026-05-27T02:23:18Z,redis/redis,14811,7753,53917,29752,28408,17476,66734,2203,221054
15
- 2026-05-27T02:23:18Z,rust-lang/rust,155938,93891,1239972,247407,189568,115054,1802713,10204,3854747
16
- 2026-05-27T02:23:18Z,swiftlang/swift,85515,67675,347818,104423,110456,29295,696955,2277,1444414
17
- 2026-05-27T02:23:18Z,vuejs/core,12229,6231,32707,3697,4934,129829,22169,15382,227178
18
- 2026-05-27T02:23:18Z,vuejs/docs,3284,2259,4911,2143,2681,10233,15378,48,40937
19
- 2026-05-27T02:23:18Z,_total,1179205,716188,6581849,1760672,1562742,1507677,8222143,557639,22088115
 
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
+ 2026-05-27T06:44:01Z,ClickHouse/ClickHouse,104764,76073,216115,111238,112752,117243,707232,252029,1697446
3
+ 2026-05-27T06:44:01Z,duckdb/duckdb,19043,12121,46427,17289,13911,299536,213564,177481,799372
4
+ 2026-05-27T06:44:01Z,etcd-io/etcd,21214,14004,88767,37667,29340,20501,122137,3175,336805
5
+ 2026-05-27T06:44:01Z,facebook/react,33984,19501,138593,33010,31920,18512,205840,6732,488092
6
+ 2026-05-27T06:44:01Z,golang/go,74771,5146,544039,168,183,75494,59474,94,759369
7
+ 2026-05-27T06:44:01Z,kubernetes/kubernetes,138481,89597,1496655,444011,305927,142224,1498549,12798,4128242
8
+ 2026-05-27T06:44:01Z,mdn/content,41140,31856,75004,85764,77877,17762,392684,1798,723885
9
+ 2026-05-27T06:44:01Z,microsoft/TypeScript,62272,19118,286743,50577,41990,23758,589245,1205,1074908
10
+ 2026-05-27T06:44:01Z,moby/moby,51747,28396,0,0,0,204574,52613,0,337330
11
+ 2026-05-27T06:44:01Z,pingcap/tidb,68301,45167,379957,120639,165965,68043,439338,18471,1305881
12
+ 2026-05-27T06:44:01Z,python/cpython,107149,71670,730109,147313,63068,83788,279791,59483,1542371
13
+ 2026-05-27T06:44:01Z,pytorch/pytorch,184683,125811,900634,325731,383899,145170,1058905,0,3124833
14
+ 2026-05-27T06:44:01Z,redis/redis,14812,7754,53926,29753,28409,17502,66737,2292,221185
15
+ 2026-05-27T06:44:01Z,rust-lang/rust,155947,93895,1240072,247430,189586,115443,1802822,10360,3855555
16
+ 2026-05-27T06:44:01Z,swiftlang/swift,85526,67684,347867,104426,110466,29823,697086,2364,1445242
17
+ 2026-05-27T06:44:01Z,vuejs/core,12230,6232,32709,3698,4935,129845,22187,15398,227234
18
+ 2026-05-27T06:44:01Z,vuejs/docs,3285,2259,4911,2143,2681,10233,15378,48,40938
19
+ 2026-05-27T06:44:01Z,_total,1179349,716284,6582528,1760857,1562909,1519451,8223582,563728,22108688