tamnd commited on
Commit
84ee722
·
verified ·
1 Parent(s): 8de08a8

sync vuejs/core +6 comments +6 timeline — 2026-04-10 01:03 UTC

Browse files

comments 32.2K +6
timeline_events 10.7K +6

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 **21.7M rows** across 8 tables in **627.2 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-10 00:28 UTC**.
56
 
57
 
58
  ## Latest Sync
@@ -61,36 +61,39 @@ New items since the previous publish:
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
- | **ClickHouse/ClickHouse** | — | — | +10 | +5 | +28 |
65
- | **duckdb/duckdb** | — | — | | — | +18 |
66
- | **kubernetes/kubernetes** | — | — | +3 | +2 | +1 |
67
- | **mdn/content** | — | — | +1 | | +5 |
68
- | **pingcap/tidb** | +1 | — | +9 | | +83 |
69
- | **python/cpython** | — | — | +1 | — | +1 |
70
- | **pytorch/pytorch** | | — | +9 | — | +24 |
71
- | **rust-lang/rust** | | — | +6 | | +22 |
 
 
 
72
 
73
 
74
  ## Repositories
75
 
76
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
77
  |---|---:|---:|---:|---:|---:|---:|---|
78
- | **ClickHouse/ClickHouse** | 101.2K | 73.1K | 306.5K | 101.9K | 36.4K | 1.3M | 2026-04-10 00:10 UTC |
79
  | **duckdb/duckdb** | 18.2K | 11.4K | 61.2K | 13.2K | 11.7K | 313.8K | 2026-04-09 23:58 UTC |
80
- | **etcd-io/etcd** | 21.0K | 13.8K | 124.4K | 28.6K | 12.5K | 320.8K | 2026-04-09 20:23 UTC |
81
  | **facebook/react** | 33.7K | 19.2K | 170.8K | 20.1K | 255.8K | 865.8K | 2026-04-09 23:19 UTC |
82
  | **golang/go** | 75.9K | 4.9K | 537.0K | 323 | 281.3K | 971.3K | 2026-04-09 23:43 UTC |
83
- | **kubernetes/kubernetes** | 137.5K | 88.8K | 1.9M | 302.6K | 29.6K | 4.0M | 2026-04-10 00:07 UTC |
84
- | **mdn/content** | 41.6K | 31.5K | 157.7K | 19.2K | 14.4K | 414.6K | 2026-04-10 00:09 UTC |
85
  | **microsoft/TypeScript** | 62.2K | 19.1K | 336.7K | 41.9K | 14.4K | 1.1M | 2026-04-09 22:58 UTC |
86
  | **moby/moby** | 51.4K | 28.1K | 387.4K | 50.5K | 12.9K | 877.5K | 2026-04-09 22:14 UTC |
87
- | **pingcap/tidb** | 67.3K | 44.5K | 488.9K | 162.8K | 22.2K | 1.2M | 2026-04-10 00:11 UTC |
88
- | **python/cpython** | 145.9K | 69.8K | 865.5K | 150.1K | 39.7K | 1.9M | 2026-04-09 23:57 UTC |
89
- | **pytorch/pytorch** | 179.3K | 121.5K | 1.2M | 382.7K | 42.7K | 3.0M | 2026-04-10 00:11 UTC |
90
  | **redis/redis** | 14.6K | 7.6K | 81.7K | 27.2K | 11.4K | 208.1K | 2026-04-09 18:26 UTC |
91
- | **rust-lang/rust** | 154.2K | 92.2K | 1.5M | 186.1K | 62.4K | 3.7M | 2026-04-10 00:07 UTC |
92
- | **swiftlang/swift** | 84.5K | 66.8K | 447.6K | 108.6K | 17.2K | 1.4M | 2026-04-09 23:36 UTC |
93
- | **vuejs/core** | 12.1K | 6.1K | 35.8K | 4.8K | 10.6K | 90.7K | 2026-04-09 23:03 UTC |
94
  | **vuejs/docs** | 3.3K | 2.2K | 7.0K | 2.7K | 10.1K | 40.4K | 2026-04-09 07:39 UTC |
95
 
96
  ## How to download and use this dataset
@@ -388,7 +391,7 @@ CI/CD status checks and GitHub Actions results for each commit.
388
  | `comments` | 6.8M | Conversation comments on issues and PRs |
389
  | `review_comments` | 1.8M | Inline code review comments on PR diffs |
390
  | `reviews` | 1.6M | PR review decisions |
391
- | `timeline_events` | 885.4K | Activity timeline (labels, closes, merges, assignments) |
392
  | `pr_files` | 8.5M | Files changed in each pull request |
393
  | `commit_statuses` | 164.0K | CI/CD status checks per commit |
394
  | **Total** | **21.7M** | |
 
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 **21.7M rows** across 8 tables in **1.1 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-04-10 01:03 UTC**.
56
 
57
 
58
  ## Latest Sync
 
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
+ | **ClickHouse/ClickHouse** | — | — | +16 | +7 | +75 |
65
+ | **etcd-io/etcd** | — | — | +3 | — | +106 |
66
+ | **golang/go** | — | — | +2 | | |
67
+ | **kubernetes/kubernetes** | — | — | +11 | +3 | +50 |
68
+ | **mdn/content** | | — | +8 | +6 | +12 |
69
+ | **pingcap/tidb** | — | — | +3 | — | +66 |
70
+ | **python/cpython** | +1 | — | +13 | — | +635 |
71
+ | **pytorch/pytorch** | +2 | — | +23 | +2 | +172 |
72
+ | **rust-lang/rust** | — | — | +6 | +1 | +240 |
73
+ | **swiftlang/swift** | +1 | — | +3 | +1 | +14 |
74
+ | **vuejs/core** | — | — | +6 | — | +6 |
75
 
76
 
77
  ## Repositories
78
 
79
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
80
  |---|---:|---:|---:|---:|---:|---:|---|
81
+ | **ClickHouse/ClickHouse** | 101.2K | 73.1K | 306.6K | 101.9K | 36.5K | 1.3M | 2026-04-10 00:41 UTC |
82
  | **duckdb/duckdb** | 18.2K | 11.4K | 61.2K | 13.2K | 11.7K | 313.8K | 2026-04-09 23:58 UTC |
83
+ | **etcd-io/etcd** | 21.0K | 13.8K | 124.4K | 28.6K | 12.7K | 320.9K | 2026-04-10 00:21 UTC |
84
  | **facebook/react** | 33.7K | 19.2K | 170.8K | 20.1K | 255.8K | 865.8K | 2026-04-09 23:19 UTC |
85
  | **golang/go** | 75.9K | 4.9K | 537.0K | 323 | 281.3K | 971.3K | 2026-04-09 23:43 UTC |
86
+ | **kubernetes/kubernetes** | 137.5K | 88.8K | 1.9M | 302.6K | 29.7K | 4.0M | 2026-04-10 00:40 UTC |
87
+ | **mdn/content** | 41.6K | 31.5K | 157.8K | 19.2K | 14.4K | 414.6K | 2026-04-10 00:39 UTC |
88
  | **microsoft/TypeScript** | 62.2K | 19.1K | 336.7K | 41.9K | 14.4K | 1.1M | 2026-04-09 22:58 UTC |
89
  | **moby/moby** | 51.4K | 28.1K | 387.4K | 50.5K | 12.9K | 877.5K | 2026-04-09 22:14 UTC |
90
+ | **pingcap/tidb** | 67.3K | 44.5K | 488.9K | 162.8K | 22.2K | 1.2M | 2026-04-10 00:40 UTC |
91
+ | **python/cpython** | 145.9K | 69.8K | 865.5K | 150.1K | 40.3K | 1.9M | 2026-04-10 00:34 UTC |
92
+ | **pytorch/pytorch** | 179.3K | 121.5K | 1.2M | 382.7K | 42.9K | 3.0M | 2026-04-10 00:41 UTC |
93
  | **redis/redis** | 14.6K | 7.6K | 81.7K | 27.2K | 11.4K | 208.1K | 2026-04-09 18:26 UTC |
94
+ | **rust-lang/rust** | 154.2K | 92.2K | 1.5M | 186.1K | 62.6K | 3.7M | 2026-04-10 00:34 UTC |
95
+ | **swiftlang/swift** | 84.5K | 66.8K | 447.6K | 108.6K | 17.2K | 1.4M | 2026-04-10 00:35 UTC |
96
+ | **vuejs/core** | 12.1K | 6.1K | 35.8K | 4.8K | 10.7K | 90.7K | 2026-04-10 00:40 UTC |
97
  | **vuejs/docs** | 3.3K | 2.2K | 7.0K | 2.7K | 10.1K | 40.4K | 2026-04-09 07:39 UTC |
98
 
99
  ## How to download and use this dataset
 
391
  | `comments` | 6.8M | Conversation comments on issues and PRs |
392
  | `review_comments` | 1.8M | Inline code review comments on PR diffs |
393
  | `reviews` | 1.6M | PR review decisions |
394
+ | `timeline_events` | 886.7K | Activity timeline (labels, closes, merges, assignments) |
395
  | `pr_files` | 8.5M | Files changed in each pull request |
396
  | `commit_statuses` | 164.0K | CI/CD status checks per commit |
397
  | **Total** | **21.7M** | |
data/comments/vuejs/core/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:927bd4de8434e88d57f6e31c38e7c1dea0ba1b17f6ff72e8fe6a8284a234719e
3
- size 6357806
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0891d2c7319bafa81757e2d78ed6a89b699b313d0655e35a997790fb408fbde
3
+ size 6358383
data/timeline_events/vuejs/core/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:33b119ab5e1544f7131faeec7509d6faad0b2eb205885ccca22d844e0793f4e0
3
- size 493912
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4029d5f66a53eab60b19ff0e40d41c1f597864af548373fd56e42db4e4389e3
3
+ size 494336
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-04-10T00:28:59Z,ClickHouse/ClickHouse,101175,73100,205739,100797,101920,36444,696556,0,1315731
3
- 2026-04-10T00:28:59Z,duckdb/duckdb,18222,11388,44723,16439,13215,11663,198161,0,313811
4
- 2026-04-10T00:28:59Z,etcd-io/etcd,21000,13844,87368,36989,28604,12549,120405,0,320759
5
- 2026-04-10T00:28:59Z,facebook/react,33697,19202,137851,32928,20137,255770,202231,163984,865800
6
- 2026-04-10T00:28:59Z,golang/go,75918,4942,536786,167,323,281347,71818,0,971301
7
- 2026-04-10T00:28:59Z,kubernetes/kubernetes,137491,88755,1485570,440014,302599,29650,1475901,0,3959980
8
- 2026-04-10T00:28:59Z,mdn/content,41595,31454,74216,83527,19151,14413,150219,0,414575
9
- 2026-04-10T00:28:59Z,microsoft/TypeScript,62153,19094,286162,50558,41943,14369,589013,0,1063292
10
- 2026-04-10T00:28:59Z,moby/moby,51393,28126,316890,70555,50469,12881,347209,0,877523
11
- 2026-04-10T00:28:59Z,pingcap/tidb,67311,44494,371255,117603,162835,22170,427934,0,1213602
12
- 2026-04-10T00:28:59Z,python/cpython,145927,69824,720976,144485,150090,39701,662201,0,1933204
13
- 2026-04-10T00:28:59Z,pytorch/pytorch,179291,121468,894208,324782,382664,42679,1050150,0,2995242
14
- 2026-04-10T00:28:59Z,redis/redis,14574,7646,53116,28551,27250,11434,65521,0,208092
15
- 2026-04-10T00:28:59Z,rust-lang/rust,154157,92154,1222247,243155,186126,62389,1718031,0,3678259
16
- 2026-04-10T00:28:59Z,swiftlang/swift,84486,66803,344413,103216,108634,17201,685831,0,1410584
17
- 2026-04-10T00:28:59Z,vuejs/core,12068,6063,32207,3565,4773,10649,21354,0,90679
18
- 2026-04-10T00:28:59Z,vuejs/docs,3263,2248,4874,2134,2674,10058,15194,0,40445
19
- 2026-04-10T00:28:59Z,_total,1203721,700605,6818601,1799465,1603407,885367,8497729,163984,21672879
 
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
+ 2026-04-10T01:03:01Z,ClickHouse/ClickHouse,101175,73100,205749,100803,101927,36519,696569,0,1315842
3
+ 2026-04-10T01:03:01Z,duckdb/duckdb,18222,11388,44723,16439,13215,11663,198161,0,313811
4
+ 2026-04-10T01:03:01Z,etcd-io/etcd,21000,13844,87371,36989,28604,12655,120405,0,320868
5
+ 2026-04-10T01:03:01Z,facebook/react,33697,19202,137851,32928,20137,255770,202231,163984,865800
6
+ 2026-04-10T01:03:01Z,golang/go,75918,4942,536788,167,323,281347,71818,0,971303
7
+ 2026-04-10T01:03:01Z,kubernetes/kubernetes,137491,88755,1485578,440017,302602,29700,1475901,0,3960044
8
+ 2026-04-10T01:03:01Z,mdn/content,41595,31454,74218,83533,19157,14425,150219,0,414601
9
+ 2026-04-10T01:03:01Z,microsoft/TypeScript,62153,19094,286162,50558,41943,14369,589013,0,1063292
10
+ 2026-04-10T01:03:01Z,moby/moby,51393,28126,316890,70555,50469,12881,347209,0,877523
11
+ 2026-04-10T01:03:01Z,pingcap/tidb,67311,44494,371258,117603,162835,22236,427934,0,1213671
12
+ 2026-04-10T01:03:01Z,python/cpython,145928,69824,720989,144485,150090,40336,662201,0,1933853
13
+ 2026-04-10T01:03:01Z,pytorch/pytorch,179293,121468,894230,324783,382666,42851,1050163,0,2995454
14
+ 2026-04-10T01:03:01Z,redis/redis,14574,7646,53116,28551,27250,11434,65521,0,208092
15
+ 2026-04-10T01:03:01Z,rust-lang/rust,154157,92154,1222252,243156,186127,62629,1718031,0,3678506
16
+ 2026-04-10T01:03:01Z,swiftlang/swift,84487,66803,344416,103216,108635,17215,685834,0,1410606
17
+ 2026-04-10T01:03:01Z,vuejs/core,12068,6063,32213,3565,4773,10655,21354,0,90691
18
+ 2026-04-10T01:03:01Z,vuejs/docs,3263,2248,4874,2134,2674,10058,15194,0,40445
19
+ 2026-04-10T01:03:01Z,_total,1203725,700605,6818678,1799482,1603427,886743,8497758,163984,21674402