tamnd commited on
Commit
d1e5233
·
verified ·
1 Parent(s): da48b67

sync vuejs/core +2 comments +6 timeline — 2026-04-10 07:39 UTC

Browse files

comments 32.2K +2
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 **822.1 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 06:52 UTC**.
56
 
57
 
58
  ## Latest Sync
@@ -61,39 +61,41 @@ New items since the previous publish:
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
- | **ClickHouse/ClickHouse** | | — | +11 | | +25 |
65
- | **duckdb/duckdb** | | — | | — | +1 |
66
- | **golang/go** | +2 | — | | | +8 |
67
- | **kubernetes/kubernetes** | +1 | — | +6 | — | +28 |
68
- | **mdn/content** | — | — | +1 | — | +1 |
69
- | **microsoft/TypeScript** | — | — | +1 | | +1 |
70
- | **pingcap/tidb** | +1 | — | +20 | | +50 |
71
- | **pytorch/pytorch** | +1 | — | +10 | — | +133 |
72
- | **redis/redis** | | — | | +1 | +1 |
73
- | **rust-lang/rust** | — | — | +6 | +3 | +69 |
74
- | **vuejs/core** | — | — | +6 | — | +10 |
 
 
75
 
76
 
77
  ## Repositories
78
 
79
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
80
  |---|---:|---:|---:|---:|---:|---:|---|
81
- | **ClickHouse/ClickHouse** | 101.2K | 73.1K | 306.9K | 102.0K | 38.4K | 1.3M | 2026-04-10 06:22 UTC |
82
- | **duckdb/duckdb** | 18.2K | 11.4K | 61.2K | 13.2K | 11.7K | 313.9K | 2026-04-10 06:15 UTC |
83
- | **etcd-io/etcd** | 21.0K | 13.8K | 124.4K | 28.6K | 12.7K | 320.9K | 2026-04-10 04:32 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 | 282.0K | 972.0K | 2026-04-10 06:17 UTC |
86
- | **kubernetes/kubernetes** | 137.5K | 88.8K | 1.9M | 302.6K | 29.9K | 4.0M | 2026-04-10 06:14 UTC |
87
- | **mdn/content** | 41.6K | 31.5K | 157.8K | 19.2K | 14.5K | 414.7K | 2026-04-10 06:02 UTC |
88
  | **microsoft/TypeScript** | 62.2K | 19.1K | 336.7K | 41.9K | 14.4K | 1.1M | 2026-04-10 06:02 UTC |
89
  | **moby/moby** | 51.4K | 28.1K | 387.4K | 50.5K | 12.9K | 877.5K | 2026-04-10 05:43 UTC |
90
- | **pingcap/tidb** | 67.3K | 44.5K | 489.1K | 162.9K | 23.2K | 1.2M | 2026-04-10 06:23 UTC |
91
- | **python/cpython** | 145.9K | 69.8K | 865.5K | 150.1K | 40.5K | 1.9M | 2026-04-10 05:48 UTC |
92
- | **pytorch/pytorch** | 179.3K | 121.5K | 1.2M | 382.7K | 49.7K | 3.0M | 2026-04-10 06:23 UTC |
93
- | **redis/redis** | 14.6K | 7.6K | 81.7K | 27.3K | 11.4K | 208.1K | 2026-04-10 06:11 UTC |
94
- | **rust-lang/rust** | 154.2K | 92.2K | 1.5M | 186.1K | 63.1K | 3.7M | 2026-04-10 06:10 UTC |
95
- | **swiftlang/swift** | 84.5K | 66.8K | 447.6K | 108.6K | 17.4K | 1.4M | 2026-04-10 05:23 UTC |
96
- | **vuejs/core** | 12.1K | 6.1K | 35.8K | 4.8K | 10.7K | 90.8K | 2026-04-10 06:21 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,7 +393,7 @@ CI/CD status checks and GitHub Actions results for each commit.
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` | 898.3K | 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** | |
 
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.0 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 07:39 UTC**.
56
 
57
 
58
  ## Latest Sync
 
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
+ | **ClickHouse/ClickHouse** | +6 | — | +29 | +7 | +91 |
65
+ | **duckdb/duckdb** | +1 | — | +3 | — | +8 |
66
+ | **etcd-io/etcd** | +1 | — | +10 | +4 | +20 |
67
+ | **golang/go** | | — | +6 | — | +7 |
68
+ | **kubernetes/kubernetes** | — | — | +5 | — | +171 |
69
+ | **mdn/content** | — | — | +3 | +2 | +11 |
70
+ | **pingcap/tidb** | +6 | — | +43 | +3 | +139 |
71
+ | **python/cpython** | | — | +18 | — | +585 |
72
+ | **pytorch/pytorch** | +2 | — | +25 | | +218 |
73
+ | **redis/redis** | — | — | +1 | +1 | +3 |
74
+ | **rust-lang/rust** | — | — | +22 | — | +44 |
75
+ | **swiftlang/swift** | +1 | — | +2 | — | +31 |
76
+ | **vuejs/core** | — | — | +2 | — | +6 |
77
 
78
 
79
  ## Repositories
80
 
81
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
82
  |---|---:|---:|---:|---:|---:|---:|---|
83
+ | **ClickHouse/ClickHouse** | 101.2K | 73.1K | 307.0K | 102.0K | 38.5K | 1.3M | 2026-04-10 07:02 UTC |
84
+ | **duckdb/duckdb** | 18.2K | 11.4K | 61.2K | 13.2K | 11.7K | 313.9K | 2026-04-10 07:02 UTC |
85
+ | **etcd-io/etcd** | 21.0K | 13.8K | 124.4K | 28.6K | 12.7K | 320.9K | 2026-04-10 07:02 UTC |
86
  | **facebook/react** | 33.7K | 19.2K | 170.8K | 20.1K | 255.8K | 865.8K | 2026-04-09 23:19 UTC |
87
+ | **golang/go** | 75.9K | 4.9K | 537.0K | 323 | 282.0K | 972.0K | 2026-04-10 06:52 UTC |
88
+ | **kubernetes/kubernetes** | 137.5K | 88.8K | 1.9M | 302.6K | 30.0K | 4.0M | 2026-04-10 07:04 UTC |
89
+ | **mdn/content** | 41.6K | 31.5K | 157.8K | 19.2K | 14.5K | 414.7K | 2026-04-10 06:59 UTC |
90
  | **microsoft/TypeScript** | 62.2K | 19.1K | 336.7K | 41.9K | 14.4K | 1.1M | 2026-04-10 06:02 UTC |
91
  | **moby/moby** | 51.4K | 28.1K | 387.4K | 50.5K | 12.9K | 877.5K | 2026-04-10 05:43 UTC |
92
+ | **pingcap/tidb** | 67.3K | 44.5K | 489.1K | 162.9K | 23.4K | 1.2M | 2026-04-10 07:03 UTC |
93
+ | **python/cpython** | 145.9K | 69.8K | 865.5K | 150.1K | 41.1K | 1.9M | 2026-04-10 06:35 UTC |
94
+ | **pytorch/pytorch** | 179.3K | 121.5K | 1.2M | 382.7K | 50.0K | 3.0M | 2026-04-10 07:05 UTC |
95
+ | **redis/redis** | 14.6K | 7.6K | 81.7K | 27.3K | 11.5K | 208.1K | 2026-04-10 06:57 UTC |
96
+ | **rust-lang/rust** | 154.2K | 92.2K | 1.5M | 186.1K | 63.1K | 3.7M | 2026-04-10 07:01 UTC |
97
+ | **swiftlang/swift** | 84.5K | 66.8K | 447.6K | 108.6K | 17.4K | 1.4M | 2026-04-10 06:38 UTC |
98
+ | **vuejs/core** | 12.1K | 6.1K | 35.8K | 4.8K | 10.7K | 90.8K | 2026-04-10 06:52 UTC |
99
  | **vuejs/docs** | 3.3K | 2.2K | 7.0K | 2.7K | 10.1K | 40.4K | 2026-04-09 07:39 UTC |
100
 
101
  ## How to download and use this dataset
 
393
  | `comments` | 6.8M | Conversation comments on issues and PRs |
394
  | `review_comments` | 1.8M | Inline code review comments on PR diffs |
395
  | `reviews` | 1.6M | PR review decisions |
396
+ | `timeline_events` | 899.6K | Activity timeline (labels, closes, merges, assignments) |
397
  | `pr_files` | 8.5M | Files changed in each pull request |
398
  | `commit_statuses` | 164.0K | CI/CD status checks per commit |
399
  | **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:be312fdfc041ba856100d22a0c1e0498a3f0d415c0a8113c7dcda3db65f15547
3
- size 6360642
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c129de13a19dc005ae23f59483e7cbb49cc61515e38b765405aef309ac53cd3
3
+ size 6358942
data/timeline_events/vuejs/core/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d08ceeda30e10165d61a6b83456dac58e8c6d4aefc2dded63e0f7103f295ad25
3
- size 504565
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5483192aabbb427c1dd42eb44386230060e5bea6da7289c184cefa3a2ac954dd
3
+ size 504223
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-10T06:52:38Z,ClickHouse/ClickHouse,101211,73100,206047,100887,102041,38443,696690,0,1318419
3
- 2026-04-10T06:52:38Z,duckdb/duckdb,18224,11388,44727,16439,13215,11699,198167,0,313859
4
- 2026-04-10T06:52:38Z,etcd-io/etcd,21000,13844,87372,36991,28605,12659,120405,0,320876
5
- 2026-04-10T06:52:38Z,facebook/react,33697,19202,137851,32928,20137,255770,202231,163984,865800
6
- 2026-04-10T06:52:38Z,golang/go,75923,4942,536812,167,323,282040,71822,0,972029
7
- 2026-04-10T06:52:38Z,kubernetes/kubernetes,137493,88755,1485615,440019,302604,29873,1475907,0,3960266
8
- 2026-04-10T06:52:38Z,mdn/content,41595,31454,74220,83538,19165,14461,150220,0,414653
9
- 2026-04-10T06:52:38Z,microsoft/TypeScript,62153,19094,286166,50558,41943,14376,589013,0,1063303
10
- 2026-04-10T06:52:38Z,moby/moby,51395,28126,316892,70555,50469,12891,347211,0,877539
11
- 2026-04-10T06:52:38Z,pingcap/tidb,67324,44494,371459,117633,162854,23243,428062,0,1215069
12
- 2026-04-10T06:52:38Z,python/cpython,145933,69824,721001,144485,150090,40470,662204,0,1934007
13
- 2026-04-10T06:52:38Z,pytorch/pytorch,179313,121468,894352,324808,382687,49746,1050184,0,3002558
14
- 2026-04-10T06:52:38Z,redis/redis,14574,7646,53120,28560,27258,11450,65521,0,208129
15
- 2026-04-10T06:52:38Z,rust-lang/rust,154166,92154,1222313,243163,186134,63060,1718119,0,3679109
16
- 2026-04-10T06:52:38Z,swiftlang/swift,84489,66803,344430,103216,108639,17364,685838,0,1410779
17
- 2026-04-10T06:52:38Z,vuejs/core,12071,6063,32230,3565,4774,10708,21363,0,90774
18
- 2026-04-10T06:52:38Z,vuejs/docs,3263,2248,4874,2134,2674,10058,15194,0,40445
19
- 2026-04-10T06:52:38Z,_total,1203824,700605,6819481,1799646,1603612,898311,8498151,163984,21687614
 
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
+ 2026-04-10T07:39:30Z,ClickHouse/ClickHouse,101217,73100,206072,100891,102048,38534,696756,0,1318618
3
+ 2026-04-10T07:39:30Z,duckdb/duckdb,18225,11388,44730,16439,13215,11707,198167,0,313871
4
+ 2026-04-10T07:39:30Z,etcd-io/etcd,21001,13844,87378,36995,28609,12679,120410,0,320916
5
+ 2026-04-10T07:39:30Z,facebook/react,33697,19202,137851,32928,20137,255770,202231,163984,865800
6
+ 2026-04-10T07:39:30Z,golang/go,75923,4942,536818,167,323,282047,71822,0,972042
7
+ 2026-04-10T07:39:30Z,kubernetes/kubernetes,137493,88755,1485620,440019,302604,30044,1475907,0,3960442
8
+ 2026-04-10T07:39:30Z,mdn/content,41595,31454,74221,83540,19167,14472,150221,0,414670
9
+ 2026-04-10T07:39:30Z,microsoft/TypeScript,62153,19094,286166,50558,41943,14376,589013,0,1063303
10
+ 2026-04-10T07:39:30Z,moby/moby,51395,28126,316892,70555,50469,12891,347211,0,877539
11
+ 2026-04-10T07:39:30Z,pingcap/tidb,67330,44494,371493,117642,162857,23382,431072,0,1218270
12
+ 2026-04-10T07:39:30Z,python/cpython,145933,69824,721019,144485,150090,41055,662204,0,1934610
13
+ 2026-04-10T07:39:30Z,pytorch/pytorch,179315,121468,894377,324808,382687,49964,1050187,0,3002806
14
+ 2026-04-10T07:39:30Z,redis/redis,14574,7646,53120,28561,27259,11453,65521,0,208134
15
+ 2026-04-10T07:39:30Z,rust-lang/rust,154166,92154,1222320,243178,186134,63104,1718119,0,3679175
16
+ 2026-04-10T07:39:30Z,swiftlang/swift,84490,66803,344432,103216,108639,17395,685838,0,1410813
17
+ 2026-04-10T07:39:30Z,vuejs/core,12071,6063,32232,3565,4774,10714,21363,0,90782
18
+ 2026-04-10T07:39:30Z,vuejs/docs,3263,2248,4874,2134,2674,10058,15194,0,40445
19
+ 2026-04-10T07:39:30Z,_total,1203841,700605,6819615,1799681,1603629,899645,8501236,163984,21692236