tamnd commited on
Commit
0c3cc74
·
verified ·
1 Parent(s): 1979f7a

sync vuejs/docs +1 issues +1 PRs +1 comments +2 timeline — 2026-05-30 22:45 UTC

Browse files

issues 3.3K +1
pull_requests 2.3K +1
comments 4.9K +1
timeline_events 10.2K +2
pr_files 15.4K +1
commit_statuses 57 +4

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 **20.2M rows** across 8 tables in **59.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,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-30 20:24 UTC**.
56
 
57
 
58
  ## Latest Sync
@@ -61,30 +61,44 @@ New items since the previous publish:
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
- | **pytorch/pytorch** | | | | +10.3K | +73.1K |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
65
 
66
 
67
  ## Repositories
68
 
69
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
70
  |---|---:|---:|---:|---:|---:|---:|---|
71
- | **ClickHouse/ClickHouse** | 105.0K | 76.3K | 329.4K | 113.9K | 124.3K | 1.8M | 2026-05-30 12:56 UTC |
72
- | **duckdb/duckdb** | 19.1K | 12.2K | 63.9K | 13.9K | 301.1K | 806.8K | 2026-05-30 12:40 UTC |
73
- | **etcd-io/etcd** | 21.3K | 14.0K | 126.9K | 29.5K | 22.4K | 343.2K | 2026-05-30 12:53 UTC |
74
- | **facebook/react** | 34.0K | 19.5K | 171.7K | 32.0K | 19.3K | 497.1K | 2026-05-30 12:18 UTC |
75
- | **golang/go** | 74.8K | 5.2K | 544.9K | 183 | 80.1K | 764.8K | 2026-05-30 12:13 UTC |
76
  | **kubernetes/kubernetes** | 138.6K | 89.6K | 1.9M | 306.2K | 149.5K | 4.1M | 2026-05-30 13:07 UTC |
77
- | **mdn/content** | 41.2K | 31.9K | 160.9K | 78.0K | 18.3K | 725.3K | 2026-05-30 12:49 UTC |
78
- | **microsoft/TypeScript** | 62.3K | 19.1K | 337.3K | 42.0K | 24.0K | 1.1M | 2026-05-29 21:26 UTC |
79
- | **moby/moby** | 51.8K | 28.4K | 0 | 0 | 206.5K | 339.4K | 2026-05-30 12:18 UTC |
80
- | **pingcap/tidb** | 68.4K | 45.3K | 502.3K | 166.2K | 78.3K | 1.3M | 2026-05-30 13:03 UTC |
81
- | **python/cpython** | 107.3K | 71.8K | 878.0K | 63.2K | 90.7K | 1.6M | 2026-05-30 12:44 UTC |
82
- | **pytorch/pytorch** | 185.0K | 126.1K | 0 | 54.8K | 420.5K | 977.1K | 2026-05-30 14:50 UTC |
83
  | **redis/redis** | 14.8K | 7.8K | 83.8K | 28.5K | 17.8K | 222.1K | 2026-05-30 09:08 UTC |
84
- | **rust-lang/rust** | 156.1K | 94.0K | 1.5M | 190.0K | 127.5K | 3.9M | 2026-05-30 12:53 UTC |
85
- | **swiftlang/swift** | 85.6K | 67.8K | 452.9K | 110.6K | 33.8K | 1.5M | 2026-05-30 12:54 UTC |
86
- | **vuejs/core** | 12.2K | 6.2K | 36.4K | 4.9K | 129.9K | 227.5K | 2026-05-29 22:08 UTC |
87
- | **vuejs/docs** | 3.3K | 2.3K | 7.1K | 2.7K | 10.2K | 41.0K | 2026-05-27 21:11 UTC |
88
 
89
  ## How to download and use this dataset
90
 
@@ -380,11 +394,11 @@ CI/CD status checks and GitHub Actions results for each commit.
380
  | `pull_requests` | 717.5K | PR-specific fields (merge status, diffs, refs) |
381
  | `comments` | 5.7M | Conversation comments on issues and PRs |
382
  | `review_comments` | 1.4M | Inline code review comments on PR diffs |
383
- | `reviews` | 1.2M | PR review decisions |
384
- | `timeline_events` | 1.9M | Activity timeline (labels, closes, merges, assignments) |
385
  | `pr_files` | 7.4M | Files changed in each pull request |
386
- | `commit_statuses` | 702.6K | CI/CD status checks per commit |
387
- | **Total** | **20.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 **20.3M rows** across 8 tables in **1.3 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-30 22:45 UTC**.
56
 
57
 
58
  ## Latest Sync
 
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
+ | **ClickHouse/ClickHouse** | +10 | +9 | +138 | +82 | +353 |
65
+ | **duckdb/duckdb** | — | — | +8 | +2 | +23 |
66
+ | **etcd-io/etcd** | +7 | +6 | +41 | +13 | +153 |
67
+ | **facebook/react** | +3 | +3 | +11 | +5 | +54 |
68
+ | **golang/go** | +4 | — | +59 | — | +618 |
69
+ | **mdn/content** | +1 | +1 | +7 | +7 | +28 |
70
+ | **microsoft/TypeScript** | — | — | +1 | — | +6 |
71
+ | **moby/moby** | +1 | +1 | — | — | +19 |
72
+ | **pingcap/tidb** | +4 | +4 | +34 | +5 | +527 |
73
+ | **python/cpython** | +27 | +22 | +139 | +43 | +995 |
74
+ | **pytorch/pytorch** | — | — | — | +17.1K | +113.5K |
75
+ | **rust-lang/rust** | +19 | +16 | +264 | +38 | +2.2K |
76
+ | **swiftlang/swift** | +3 | +1 | +12 | +1 | +119 |
77
+ | **vuejs/core** | +1 | +1 | +4 | +1 | +10 |
78
+ | **vuejs/docs** | +1 | +1 | +1 | — | +2 |
79
 
80
 
81
  ## Repositories
82
 
83
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
84
  |---|---:|---:|---:|---:|---:|---:|---|
85
+ | **ClickHouse/ClickHouse** | 105.0K | 76.3K | 329.6K | 114.0K | 124.6K | 1.8M | 2026-05-30 21:22 UTC |
86
+ | **duckdb/duckdb** | 19.1K | 12.2K | 63.9K | 14.0K | 301.1K | 806.9K | 2026-05-30 21:03 UTC |
87
+ | **etcd-io/etcd** | 21.3K | 14.0K | 126.9K | 29.5K | 22.6K | 343.6K | 2026-05-30 21:10 UTC |
88
+ | **facebook/react** | 34.0K | 19.5K | 171.7K | 32.0K | 19.3K | 497.9K | 2026-05-30 20:30 UTC |
89
+ | **golang/go** | 74.8K | 5.2K | 545.0K | 183 | 80.7K | 765.5K | 2026-05-30 20:52 UTC |
90
  | **kubernetes/kubernetes** | 138.6K | 89.6K | 1.9M | 306.2K | 149.5K | 4.1M | 2026-05-30 13:07 UTC |
91
+ | **mdn/content** | 41.2K | 31.9K | 160.9K | 78.0K | 18.4K | 725.4K | 2026-05-30 19:03 UTC |
92
+ | **microsoft/TypeScript** | 62.3K | 19.1K | 337.3K | 42.0K | 24.0K | 1.1M | 2026-05-30 14:02 UTC |
93
+ | **moby/moby** | 51.8K | 28.4K | 0 | 0 | 206.5K | 339.4K | 2026-05-30 21:14 UTC |
94
+ | **pingcap/tidb** | 68.4K | 45.3K | 502.3K | 166.2K | 78.9K | 1.3M | 2026-05-30 21:20 UTC |
95
+ | **python/cpython** | 107.3K | 71.8K | 878.2K | 63.3K | 91.6K | 1.6M | 2026-05-30 21:08 UTC |
96
+ | **pytorch/pytorch** | 185.0K | 126.1K | 0 | 71.9K | 534.0K | 1.1M | 2026-05-30 14:50 UTC |
97
  | **redis/redis** | 14.8K | 7.8K | 83.8K | 28.5K | 17.8K | 222.1K | 2026-05-30 09:08 UTC |
98
+ | **rust-lang/rust** | 156.1K | 94.0K | 1.5M | 190.0K | 129.8K | 3.9M | 2026-05-30 21:15 UTC |
99
+ | **swiftlang/swift** | 85.6K | 67.8K | 453.0K | 110.6K | 34.0K | 1.5M | 2026-05-30 20:56 UTC |
100
+ | **vuejs/core** | 12.2K | 6.2K | 36.4K | 4.9K | 129.9K | 227.5K | 2026-05-30 16:52 UTC |
101
+ | **vuejs/docs** | 3.3K | 2.3K | 7.1K | 2.7K | 10.2K | 41.0K | 2026-05-30 17:30 UTC |
102
 
103
  ## How to download and use this dataset
104
 
 
394
  | `pull_requests` | 717.5K | PR-specific fields (merge status, diffs, refs) |
395
  | `comments` | 5.7M | Conversation comments on issues and PRs |
396
  | `review_comments` | 1.4M | Inline code review comments on PR diffs |
397
+ | `reviews` | 1.3M | PR review decisions |
398
+ | `timeline_events` | 2.0M | Activity timeline (labels, closes, merges, assignments) |
399
  | `pr_files` | 7.4M | Files changed in each pull request |
400
+ | `commit_statuses` | 711.4K | CI/CD status checks per commit |
401
+ | **Total** | **20.3M** | |
402
 
403
  ## How it's built
404
 
data/comments/vuejs/docs/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dd756c93a14855246a6bb6af433c841b32448190b918635970441c6a04a8dbf0
3
- size 633857
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa2d31efa1394e444da31720e460d7f6d35822a6d5a09bbc74c2bf0ad493fcb8
3
+ size 633977
data/commit_statuses/vuejs/docs/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b61298343ffaad5d5aaad94cd5c0f3f8f3ddcdeeff285b9ebf1b129b6a843907
3
- size 3221
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00f74ccdf0571898172718f6885704eab9b526492bfef7fa1a1c48d1b94ac7a5
3
+ size 3284
data/issues/vuejs/docs/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:22363f801687f88c9a712c5baad2f9886adfb698bbecb236a4a6f654ca806e88
3
- size 716135
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f50311ae007f496784b78b4387657cf3d296e263dc15b037a057d8836f99825
3
+ size 716587
data/pr_files/vuejs/docs/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:04f00b56d50c86fb299e35c6a04beef22547afcfdfd60d378feec1b0aff00ac3
3
- size 76528
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:888049c966b7d729e8b80e12caec7ac6796c51f0974e34cf11e320d9a8fd32aa
3
+ size 76531
data/pull_requests/vuejs/docs/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:566d33bfeb1e03aa38081d40433fdf72d9e80c19f6ef9a23818e53becfb858e8
3
- size 131415
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37dcf01c382cc22de4719259e33a225ab32fecd0d41647ce06f45562614212b7
3
+ size 131475
data/timeline_events/vuejs/docs/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:07b34d31bcd47866822517fe79bc29d2aac8c6c5bbf3b54447ff7cda378a992a
3
- size 241137
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e11df9aacb1b17564e5c05385af208aba990bcb85dbd2a520a9ccb2aec2d3fb3
3
+ size 242554
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-30T20:24:54Z,ClickHouse/ClickHouse,105015,76265,217074,112358,113907,124296,709264,348089,1806268
3
- 2026-05-30T20:24:54Z,duckdb/duckdb,19108,12179,46578,17324,13949,301056,214251,182378,806823
4
- 2026-05-30T20:24:54Z,etcd-io/etcd,21255,14038,89104,37755,29456,22444,123838,5342,343232
5
- 2026-05-30T20:24:54Z,facebook/react,34010,19524,138644,33030,31966,19255,205998,14656,497083
6
- 2026-05-30T20:24:54Z,golang/go,74843,5153,544760,168,183,80076,59488,172,764843
7
- 2026-05-30T20:24:54Z,kubernetes/kubernetes,138550,89648,1497594,444312,306204,149460,1499306,15383,4140457
8
- 2026-05-30T20:24:54Z,mdn/content,41177,31882,75066,85863,77950,18348,392739,2283,725308
9
- 2026-05-30T20:24:54Z,microsoft/TypeScript,62281,19122,286770,50577,41995,24042,589259,1215,1075261
10
- 2026-05-30T20:24:54Z,moby/moby,51772,28437,0,0,0,206461,52753,0,339423
11
- 2026-05-30T20:24:54Z,pingcap/tidb,68441,45291,381314,120953,166208,78326,440805,25756,1327094
12
- 2026-05-30T20:24:54Z,python/cpython,107257,71751,730524,147501,63240,90654,280122,71525,1562574
13
- 2026-05-30T20:24:54Z,pytorch/pytorch,185001,126113,0,0,54834,420523,190658,0,977129
14
- 2026-05-30T20:24:54Z,redis/redis,14823,7765,53958,29805,28465,17770,66793,2674,222053
15
- 2026-05-30T20:24:54Z,rust-lang/rust,156100,94008,1241721,247904,190007,127537,1804905,14455,3876637
16
- 2026-05-30T20:24:54Z,swiftlang/swift,85645,67787,348420,104524,110646,33845,698092,3170,1452129
17
- 2026-05-30T20:24:54Z,vuejs/core,12234,6236,32730,3699,4937,129933,22221,15480,227470
18
- 2026-05-30T20:24:54Z,vuejs/docs,3286,2260,4912,2143,2681,10239,15379,53,40953
19
- 2026-05-30T20:24:54Z,_total,1180798,717459,5689169,1437916,1236628,1854265,7365871,702631,20184737
 
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
+ 2026-05-30T22:45:58Z,ClickHouse/ClickHouse,105025,76274,217131,112439,113989,124649,709192,353200,1811899
3
+ 2026-05-30T22:45:58Z,duckdb/duckdb,19108,12179,46584,17326,13951,301079,214251,182378,806856
4
+ 2026-05-30T22:45:58Z,etcd-io/etcd,21262,14044,89131,37769,29469,22597,123845,5511,343628
5
+ 2026-05-30T22:45:58Z,facebook/react,34013,19527,138652,33033,31971,19309,206017,15417,497939
6
+ 2026-05-30T22:45:58Z,golang/go,74847,5153,544819,168,183,80694,59488,172,765524
7
+ 2026-05-30T22:45:58Z,kubernetes/kubernetes,138550,89648,1497594,444312,306204,149460,1499306,15383,4140457
8
+ 2026-05-30T22:45:58Z,mdn/content,41178,31883,75066,85870,77957,18376,392740,2304,725374
9
+ 2026-05-30T22:45:58Z,microsoft/TypeScript,62281,19122,286771,50577,41995,24048,589259,1215,1075268
10
+ 2026-05-30T22:45:58Z,moby/moby,51773,28438,0,0,0,206480,52753,0,339444
11
+ 2026-05-30T22:45:58Z,pingcap/tidb,68445,45295,381345,120956,166213,78853,440857,26048,1328012
12
+ 2026-05-30T22:45:58Z,python/cpython,107284,71773,730621,147543,63283,91649,280163,73314,1565630
13
+ 2026-05-30T22:45:58Z,pytorch/pytorch,185001,126113,0,0,71897,534037,207315,0,1124363
14
+ 2026-05-30T22:45:58Z,redis/redis,14823,7765,53958,29805,28465,17770,66793,2674,222053
15
+ 2026-05-30T22:45:58Z,rust-lang/rust,156119,94024,1241954,247935,190045,129782,1805215,15063,3880137
16
+ 2026-05-30T22:45:58Z,swiftlang/swift,85648,67788,348431,104525,110647,33964,698105,3184,1452292
17
+ 2026-05-30T22:45:58Z,vuejs/core,12235,6237,32733,3700,4938,129943,22226,15496,227508
18
+ 2026-05-30T22:45:58Z,vuejs/docs,3287,2261,4913,2143,2681,10241,15380,57,40963
19
+ 2026-05-30T22:45:58Z,_total,1180879,717524,5689703,1438101,1253888,1972931,7382905,711416,20347347