tamnd commited on
Commit
e6d45c8
·
verified ·
1 Parent(s): a1df4c9

sync vuejs/docs +2 comments +3 review_comments +1 reviews +11 timeline — 2026-04-09 06:26 UTC

Browse files

comments 4.9K +2
review_comments 2.1K +3
reviews 2.7K +1
timeline_events 10.1K +11

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.2M rows** across 8 tables in **62.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-04-09 05:50 UTC**.
56
 
57
 
58
  ## Latest Sync
@@ -61,30 +61,41 @@ New items since the previous publish:
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
- | **pytorch/pytorch** | | | +19.1K | — | |
 
 
 
 
 
 
 
 
 
 
 
65
 
66
 
67
  ## Repositories
68
 
69
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
70
  |---|---:|---:|---:|---:|---:|---:|---|
71
- | **ClickHouse/ClickHouse** | 100.8K | 72.8K | 303.9K | 101.0K | 25.6K | 1.3M | 2026-04-07 08:59 UTC |
72
  | **duckdb/duckdb** | 18.1K | 11.4K | 61.0K | 13.2K | 10.0K | 310.0K | 2026-04-07 08:48 UTC |
73
- | **etcd-io/etcd** | 21.0K | 13.8K | 124.2K | 28.5K | 11.6K | 319.5K | 2026-04-07 08:59 UTC |
74
- | **facebook/react** | 33.7K | 19.2K | 170.7K | 20.1K | 251.2K | 861.0K | 2026-04-07 07:32 UTC |
75
- | **golang/go** | 75.9K | 4.9K | 536.2K | 323 | 268.3K | 957.5K | 2026-04-07 08:20 UTC |
76
  | **kubernetes/kubernetes** | 137.4K | 88.8K | 1.9M | 302.4K | 10.0K | 3.9M | 2026-04-07 14:23 UTC |
77
- | **mdn/content** | 41.6K | 31.5K | 157.5K | 18.9K | 13.3K | 412.7K | 2026-04-07 08:57 UTC |
78
- | **microsoft/TypeScript** | 62.1K | 19.1K | 336.7K | 41.9K | 13.2K | 1.1M | 2026-04-07 07:22 UTC |
79
  | **moby/moby** | 51.4K | 28.1K | 101.7K | 50.4K | 10.0K | 588.8K | 2026-04-07 10:20 UTC |
80
  | **pingcap/tidb** | 67.2K | 44.5K | 487.5K | 162.6K | 11.4K | 1.2M | 2026-04-07 09:01 UTC |
81
- | **python/cpython** | 145.8K | 69.8K | 864.6K | 149.9K | 26.8K | 1.9M | 2026-04-07 08:40 UTC |
82
  | **pytorch/pytorch** | 179.1K | 121.5K | 1.2M | 382.5K | 10.0K | 3.0M | 2026-04-08 08:59 UTC |
83
- | **redis/redis** | 14.6K | 7.6K | 81.5K | 27.2K | 11.0K | 207.4K | 2026-04-07 08:53 UTC |
84
- | **rust-lang/rust** | 154.0K | 92.2K | 1.5M | 185.9K | 47.4K | 3.7M | 2026-04-07 08:57 UTC |
85
- | **swiftlang/swift** | 84.4K | 66.8K | 447.3K | 108.5K | 14.0K | 1.4M | 2026-04-07 08:51 UTC |
86
- | **vuejs/core** | 12.1K | 6.1K | 35.7K | 4.8K | 10.4K | 90.4K | 2026-04-07 08:56 UTC |
87
- | **vuejs/docs** | 3.3K | 2.2K | 7.0K | 2.7K | 10.0K | 40.4K | 2026-04-03 19:23 UTC |
88
 
89
  ## How to download and use this dataset
90
 
@@ -377,14 +388,14 @@ CI/CD status checks and GitHub Actions results for each commit.
377
  | Table | Rows | Description |
378
  |-------|-----:|-------------|
379
  | `issues` | 1.2M | Issues and pull requests (shared metadata) |
380
- | `pull_requests` | 700.3K | PR-specific fields (merge status, diffs, refs) |
381
  | `comments` | 6.6M | Conversation comments on issues and PRs |
382
  | `review_comments` | 1.7M | Inline code review comments on PR diffs |
383
  | `reviews` | 1.6M | PR review decisions |
384
- | `timeline_events` | 754.4K | Activity timeline (labels, closes, merges, assignments) |
385
  | `pr_files` | 8.5M | Files changed in each pull request |
386
  | `commit_statuses` | 164.0K | CI/CD status checks per commit |
387
- | **Total** | **21.2M** | |
388
 
389
  ## How it's built
390
 
 
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.3M rows** across 8 tables in **965.4 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-09 06:26 UTC**.
56
 
57
 
58
  ## Latest Sync
 
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
+ | **ClickHouse/ClickHouse** | +266 | +262 | | — | +2.8K |
65
+ | **etcd-io/etcd** | +18 | — | +133 | +38 | +766 |
66
+ | **facebook/react** | +14 | — | +59 | +18 | +4.5K |
67
+ | **golang/go** | +42 | — | +489 | — | +10.6K |
68
+ | **mdn/content** | +33 | — | +198 | +129 | +765 |
69
+ | **microsoft/TypeScript** | +6 | — | +32 | +2 | +906 |
70
+ | **python/cpython** | +78 | — | +584 | +120 | +9.2K |
71
+ | **redis/redis** | +8 | — | +87 | +52 | +334 |
72
+ | **rust-lang/rust** | +92 | — | +1.0K | +156 | +9.6K |
73
+ | **swiftlang/swift** | +40 | — | +253 | +118 | +2.5K |
74
+ | **vuejs/core** | +6 | — | +18 | +3 | +200 |
75
+ | **vuejs/docs** | — | — | +5 | +1 | +11 |
76
 
77
 
78
  ## Repositories
79
 
80
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
81
  |---|---:|---:|---:|---:|---:|---:|---|
82
+ | **ClickHouse/ClickHouse** | 101.0K | 73.1K | 303.9K | 101.0K | 28.5K | 1.3M | 2026-04-09 06:09 UTC |
83
  | **duckdb/duckdb** | 18.1K | 11.4K | 61.0K | 13.2K | 10.0K | 310.0K | 2026-04-07 08:48 UTC |
84
+ | **etcd-io/etcd** | 21.0K | 13.8K | 124.3K | 28.6K | 12.4K | 320.5K | 2026-04-09 05:57 UTC |
85
+ | **facebook/react** | 33.7K | 19.2K | 170.8K | 20.1K | 255.7K | 865.6K | 2026-04-09 05:41 UTC |
86
+ | **golang/go** | 75.9K | 4.9K | 536.7K | 323 | 278.9K | 968.6K | 2026-04-09 06:03 UTC |
87
  | **kubernetes/kubernetes** | 137.4K | 88.8K | 1.9M | 302.4K | 10.0K | 3.9M | 2026-04-07 14:23 UTC |
88
+ | **mdn/content** | 41.6K | 31.5K | 157.7K | 19.0K | 14.1K | 414.0K | 2026-04-09 04:40 UTC |
89
+ | **microsoft/TypeScript** | 62.1K | 19.1K | 336.7K | 41.9K | 14.1K | 1.1M | 2026-04-08 23:47 UTC |
90
  | **moby/moby** | 51.4K | 28.1K | 101.7K | 50.4K | 10.0K | 588.8K | 2026-04-07 10:20 UTC |
91
  | **pingcap/tidb** | 67.2K | 44.5K | 487.5K | 162.6K | 11.4K | 1.2M | 2026-04-07 09:01 UTC |
92
+ | **python/cpython** | 145.9K | 69.8K | 865.2K | 150.0K | 36.0K | 1.9M | 2026-04-09 06:02 UTC |
93
  | **pytorch/pytorch** | 179.1K | 121.5K | 1.2M | 382.5K | 10.0K | 3.0M | 2026-04-08 08:59 UTC |
94
+ | **redis/redis** | 14.6K | 7.6K | 81.6K | 27.2K | 11.3K | 207.9K | 2026-04-09 04:59 UTC |
95
+ | **rust-lang/rust** | 154.1K | 92.2K | 1.5M | 186.0K | 57.0K | 3.7M | 2026-04-09 06:05 UTC |
96
+ | **swiftlang/swift** | 84.5K | 66.8K | 447.5K | 108.6K | 16.5K | 1.4M | 2026-04-09 05:59 UTC |
97
+ | **vuejs/core** | 12.1K | 6.1K | 35.8K | 4.8K | 10.6K | 90.6K | 2026-04-09 05:52 UTC |
98
+ | **vuejs/docs** | 3.3K | 2.2K | 7.0K | 2.7K | 10.1K | 40.4K | 2026-04-09 05:24 UTC |
99
 
100
  ## How to download and use this dataset
101
 
 
388
  | Table | Rows | Description |
389
  |-------|-----:|-------------|
390
  | `issues` | 1.2M | Issues and pull requests (shared metadata) |
391
+ | `pull_requests` | 700.6K | PR-specific fields (merge status, diffs, refs) |
392
  | `comments` | 6.6M | Conversation comments on issues and PRs |
393
  | `review_comments` | 1.7M | Inline code review comments on PR diffs |
394
  | `reviews` | 1.6M | PR review decisions |
395
+ | `timeline_events` | 796.5K | Activity timeline (labels, closes, merges, assignments) |
396
  | `pr_files` | 8.5M | Files changed in each pull request |
397
  | `commit_statuses` | 164.0K | CI/CD status checks per commit |
398
+ | **Total** | **21.3M** | |
399
 
400
  ## How it's built
401
 
data/comments/vuejs/docs/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d1907829f6bda6c5af1516840e471113f3fc065781124bbbca64f1e8894400bf
3
- size 628788
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f721f17540aa2fcbe1d0b50e1fed85086bb44610e564c8edb5da9e22746a27a2
3
+ size 628885
data/review_comments/vuejs/docs/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cce9110df226cf28f10c182f775535ff7784f5168dfac100b58151402a921155
3
- size 543580
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6e241dd9917d289109755a56a7599da0962ba3f923f67e7cbac6418052fd763
3
+ size 544102
data/reviews/vuejs/docs/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:83b54d8f6fddc5d0825a90cfcb2ff15b30e98bdc726681ef2c50c00224657209
3
- size 116656
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63dfe5a42b687c28b0a5ed821048d21861800d43ca0752b54259f5d7c4fa9028
3
+ size 116691
data/timeline_events/vuejs/docs/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cca15af96dbfba8f51b51b43a1d8516c6cc2b0ba90c3493024d20dd4ef397c68
3
- size 195184
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fe359457f96d9b46d82d937f64a38fd8ce6dc344fced3af761746bcab8c6b6f
3
+ size 198155
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-09T05:50:41Z,ClickHouse/ClickHouse,100782,72838,203956,99994,101007,25630,694659,0,1298866
3
- 2026-04-09T05:50:41Z,duckdb/duckdb,18138,11388,44591,16400,13176,10015,196329,0,310037
4
- 2026-04-09T05:50:41Z,etcd-io/etcd,20978,13844,87245,36933,28541,11622,120336,0,319499
5
- 2026-04-09T05:50:41Z,facebook/react,33676,19202,137780,32913,20117,251165,202197,163984,861034
6
- 2026-04-09T05:50:41Z,golang/go,75857,4942,536078,167,323,268322,71801,0,957490
7
- 2026-04-09T05:50:41Z,kubernetes/kubernetes,137434,88755,1484732,439824,302419,10000,1475046,0,3938210
8
- 2026-04-09T05:50:41Z,mdn/content,41553,31454,74130,83322,18919,13308,150047,0,412733
9
- 2026-04-09T05:50:41Z,microsoft/TypeScript,62140,19094,286119,50558,41941,13214,589008,0,1062074
10
- 2026-04-09T05:50:41Z,moby/moby,51381,28126,99991,1700,50446,9998,347130,0,588772
11
- 2026-04-09T05:50:41Z,pingcap/tidb,67238,44494,370051,117427,162584,11444,427636,0,1200874
12
- 2026-04-09T05:50:41Z,python/cpython,145814,69824,720249,144337,149915,26848,661938,0,1918925
13
- 2026-04-09T05:50:41Z,pytorch/pytorch,179120,121468,893565,324640,382453,10000,1049219,0,2960465
14
- 2026-04-09T05:50:41Z,redis/redis,14564,7646,53069,28475,27173,10965,65541,0,207433
15
- 2026-04-09T05:50:41Z,rust-lang/rust,154021,92154,1220997,242849,185857,47399,1715275,0,3658552
16
- 2026-04-09T05:50:41Z,swiftlang/swift,84419,66803,344171,103122,108482,14039,685329,0,1406365
17
- 2026-04-09T05:50:41Z,vuejs/core,12059,6063,32184,3558,4764,10414,21326,0,90368
18
- 2026-04-09T05:50:41Z,vuejs/docs,3263,2248,4871,2131,2673,10044,15194,0,40424
19
- 2026-04-09T05:50:41Z,_total,1202437,700343,6593779,1728350,1600790,754427,8488011,163984,21232121
 
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
+ 2026-04-09T06:26:42Z,ClickHouse/ClickHouse,101048,73100,203956,99994,101007,28464,694659,0,1302228
3
+ 2026-04-09T06:26:42Z,duckdb/duckdb,18138,11388,44591,16400,13176,10015,196329,0,310037
4
+ 2026-04-09T06:26:42Z,etcd-io/etcd,20996,13844,87347,36964,28579,12388,120394,0,320512
5
+ 2026-04-09T06:26:42Z,facebook/react,33690,19202,137825,32927,20135,255654,202222,163984,865639
6
+ 2026-04-09T06:26:42Z,golang/go,75899,4942,536567,167,323,278880,71807,0,968585
7
+ 2026-04-09T06:26:42Z,kubernetes/kubernetes,137434,88755,1484732,439824,302419,10000,1475046,0,3938210
8
+ 2026-04-09T06:26:42Z,mdn/content,41586,31454,74194,83456,19048,14073,150163,0,413974
9
+ 2026-04-09T06:26:42Z,microsoft/TypeScript,62146,19094,286151,50558,41943,14120,589013,0,1063025
10
+ 2026-04-09T06:26:42Z,moby/moby,51381,28126,99991,1700,50446,9998,347130,0,588772
11
+ 2026-04-09T06:26:42Z,pingcap/tidb,67238,44494,370051,117427,162584,11444,427636,0,1200874
12
+ 2026-04-09T06:26:42Z,python/cpython,145892,69824,720728,144442,150035,36018,662117,0,1929056
13
+ 2026-04-09T06:26:42Z,pytorch/pytorch,179120,121468,893565,324640,382453,10000,1049219,0,2960465
14
+ 2026-04-09T06:26:42Z,redis/redis,14572,7646,53103,28528,27225,11299,65518,0,207891
15
+ 2026-04-09T06:26:42Z,rust-lang/rust,154113,92154,1221864,243019,186013,56994,1716742,0,3670899
16
+ 2026-04-09T06:26:42Z,swiftlang/swift,84459,66803,344339,103207,108600,16506,685567,0,1409481
17
+ 2026-04-09T06:26:42Z,vuejs/core,12065,6063,32201,3559,4767,10614,21353,0,90622
18
+ 2026-04-09T06:26:42Z,vuejs/docs,3263,2248,4873,2134,2674,10055,15194,0,40441
19
+ 2026-04-09T06:26:42Z,_total,1203040,700605,6596078,1728946,1601427,796522,8490109,163984,21280711