tamnd commited on
Commit
cf0dbfc
·
verified ·
1 Parent(s): 25b9984

sync pingcap/tidb +59 issues +34 PRs +593 comments +131 review_comments — 2026-05-08 07:50 UTC

Browse files

issues 67.9K +59
pull_requests 44.9K +34
comments 376.5K +593
review_comments 119.3K +131
reviews 164.6K +196
timeline_events 11.9K +1.9K
pr_files 434.8K -2.5K

README.md CHANGED
@@ -41,7 +41,7 @@ configs:
41
 
42
  The full development metadata of 16 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 **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,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-08 06:52 UTC**.
56
 
57
 
58
  ## Latest Sync
@@ -61,35 +61,25 @@ New items since the previous publish:
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
- | **ClickHouse/ClickHouse** | +237 | — | +1.1K | +467 | +9.4K |
65
- | **duckdb/duckdb** | +76 | — | — | — | — |
66
- | **etcd-io/etcd** | +10 | — | +137 | +42 | +796 |
67
- | **facebook/react** | +29 | | +58 | +5 | +588 |
68
- | **golang/go** | +88 | — | +748 | — | +8.5K |
69
- | **mdn/content** | +54 | — | +388 | +220 | +1.4K |
70
- | **microsoft/TypeScript** | +8 | — | +88 | +3 | +1.1K |
71
- | **pingcap/tidb** | +67.8K | +44.9K | +495.1K | +164.4K | +10.0K |
72
- | **python/cpython** | +184 | — | +1.2K | +288 | +11.9K |
73
- | **redis/redis** | +32 | — | +306 | +189 | +666 |
74
- | **rust-lang/rust** | +165 | — | +2.0K | +336 | +20.6K |
75
- | **swiftlang/swift** | +151 | — | +83.2K | +219 | +6.0K |
76
- | **vuejs/core** | +13 | — | +79 | +16 | +362 |
77
- | **vuejs/docs** | +2 | — | +11 | +1 | +64 |
78
 
79
 
80
  ## Repositories
81
 
82
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
83
  |---|---:|---:|---:|---:|---:|---:|---|
84
- | **ClickHouse/ClickHouse** | 102.9K | 73.9K | 313.8K | 105.5K | 50.3K | 1.3M | 2026-05-04 11:53 UTC |
85
- | **duckdb/duckdb** | 18.7K | 11.4K | 61.4K | 13.3K | 15.7K | 322.7K | 2026-05-04 17:46 UTC |
86
- | **etcd-io/etcd** | 21.1K | 13.9K | 125.2K | 28.9K | 13.8K | 323.6K | 2026-05-04 11:01 UTC |
87
  | **facebook/react** | 33.9K | 19.4K | 171.3K | 31.9K | 12.4K | 474.4K | 2026-05-08 00:13 UTC |
88
  | **golang/go** | 74.4K | 5.1K | 541.5K | 183 | 45.9K | 714.4K | 2026-05-08 03:53 UTC |
89
  | **kubernetes/kubernetes** | 137.9K | 89.2K | 1.9M | 303.9K | 71.1K | 4.0M | 2026-05-04 04:19 UTC |
90
  | **mdn/content** | 40.9K | 31.7K | 159.5K | 77.2K | 14.0K | 715.1K | 2026-05-08 04:17 UTC |
91
  | **microsoft/TypeScript** | 62.2K | 19.1K | 337.1K | 42.0K | 19.2K | 1.1M | 2026-05-08 01:40 UTC |
92
- | **pingcap/tidb** | 67.8K | 44.9K | 495.1K | 164.4K | 10.0K | 1.2M | 2026-05-04 11:11 UTC |
93
  | **python/cpython** | 106.2K | 70.7K | 873.3K | 62.1K | 40.7K | 1.4M | 2026-05-08 04:07 UTC |
94
  | **pytorch/pytorch** | 181.7K | 123.3K | 1.2M | 383.9K | 131.8K | 3.1M | 2026-05-04 05:01 UTC |
95
  | **redis/redis** | 14.7K | 7.6K | 83.1K | 28.0K | 14.8K | 214.3K | 2026-05-08 04:07 UTC |
@@ -390,12 +380,12 @@ CI/CD status checks and GitHub Actions results for each commit.
390
  |-------|-----:|-------------|
391
  | `issues` | 1.1M | Issues and pull requests (shared metadata) |
392
  | `pull_requests` | 678.8K | PR-specific fields (merge status, diffs, refs) |
393
- | `comments` | 6.5M | Conversation comments on issues and PRs |
394
  | `review_comments` | 1.7M | Inline code review comments on PR diffs |
395
  | `reviews` | 1.5M | PR review decisions |
396
- | `timeline_events` | 536.6K | Activity timeline (labels, closes, merges, assignments) |
397
  | `pr_files` | 8.1M | Files changed in each pull request |
398
- | **Total** | **20.2M** | |
399
 
400
  ## How it's built
401
 
 
41
 
42
  The full development metadata of 16 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 **219.5 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-05-08 07:50 UTC**.
56
 
57
 
58
  ## Latest Sync
 
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
+ | **ClickHouse/ClickHouse** | +322 | — | +2.1K | +916 | +11.9K |
65
+ | **duckdb/duckdb** | +49 | — | — | — | — |
66
+ | **etcd-io/etcd** | +20 | — | +187 | +72 | +759 |
67
+ | **pingcap/tidb** | +59 | +34 | +724 | +196 | +1.9K |
 
 
 
 
 
 
 
 
 
 
68
 
69
 
70
  ## Repositories
71
 
72
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
73
  |---|---:|---:|---:|---:|---:|---:|---|
74
+ | **ClickHouse/ClickHouse** | 103.2K | 73.9K | 315.9K | 106.4K | 62.2K | 1.4M | 2026-05-08 05:23 UTC |
75
+ | **duckdb/duckdb** | 18.7K | 11.4K | 61.4K | 13.3K | 15.7K | 322.8K | 2026-05-08 06:06 UTC |
76
+ | **etcd-io/etcd** | 21.1K | 13.9K | 125.4K | 29.0K | 14.6K | 324.7K | 2026-05-08 01:01 UTC |
77
  | **facebook/react** | 33.9K | 19.4K | 171.3K | 31.9K | 12.4K | 474.4K | 2026-05-08 00:13 UTC |
78
  | **golang/go** | 74.4K | 5.1K | 541.5K | 183 | 45.9K | 714.4K | 2026-05-08 03:53 UTC |
79
  | **kubernetes/kubernetes** | 137.9K | 89.2K | 1.9M | 303.9K | 71.1K | 4.0M | 2026-05-04 04:19 UTC |
80
  | **mdn/content** | 40.9K | 31.7K | 159.5K | 77.2K | 14.0K | 715.1K | 2026-05-08 04:17 UTC |
81
  | **microsoft/TypeScript** | 62.2K | 19.1K | 337.1K | 42.0K | 19.2K | 1.1M | 2026-05-08 01:40 UTC |
82
+ | **pingcap/tidb** | 67.9K | 44.9K | 495.8K | 164.6K | 11.9K | 1.2M | 2026-05-08 05:51 UTC |
83
  | **python/cpython** | 106.2K | 70.7K | 873.3K | 62.1K | 40.7K | 1.4M | 2026-05-08 04:07 UTC |
84
  | **pytorch/pytorch** | 181.7K | 123.3K | 1.2M | 383.9K | 131.8K | 3.1M | 2026-05-04 05:01 UTC |
85
  | **redis/redis** | 14.7K | 7.6K | 83.1K | 28.0K | 14.8K | 214.3K | 2026-05-08 04:07 UTC |
 
380
  |-------|-----:|-------------|
381
  | `issues` | 1.1M | Issues and pull requests (shared metadata) |
382
  | `pull_requests` | 678.8K | PR-specific fields (merge status, diffs, refs) |
383
+ | `comments` | 6.6M | Conversation comments on issues and PRs |
384
  | `review_comments` | 1.7M | Inline code review comments on PR diffs |
385
  | `reviews` | 1.5M | PR review decisions |
386
+ | `timeline_events` | 551.2K | Activity timeline (labels, closes, merges, assignments) |
387
  | `pr_files` | 8.1M | Files changed in each pull request |
388
+ | **Total** | **20.3M** | |
389
 
390
  ## How it's built
391
 
data/comments/pingcap/tidb/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4f2f6cf41cf0b51e6dc6d76070363e221d6b332598a76c315c2bf79e76664566
3
- size 31520063
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5dc83cd9cd058249cd789464c7559ac232e41e9563c0463176d66bd324e72551
3
+ size 31899847
data/issues/pingcap/tidb/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b303fc0e115576a310e224d68fcd61b2a5fb1857d13a357e44c3c42f81ebcf45
3
- size 19024810
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4afd8e8a80276e929ab3e817015466198fd754061d117dafa77e433f4266a1d3
3
+ size 19056987
data/pr_files/pingcap/tidb/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c9b044348727598c114afb9d81112d9a825c73517d30f1984ec83df83683c6d5
3
- size 2424676
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a4cad4f17f12b794db328696a7ebebde8f1b47c69256f9d735359624028f9a0
3
+ size 2400556
data/pull_requests/pingcap/tidb/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:64cb101c1ce33a388ad0bb846cab44f5a140fb6b791d5a878657aaaac2d51868
3
- size 2713264
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69671ece5519910c01f46794c6e39a547c2848c6a28b451f6f1ff2aa4033a1ad
3
+ size 2737872
data/review_comments/pingcap/tidb/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:900a9e9e59fa1af14308ec6fe54052b1fd9b868618d764c79dbbcca9cf5cf227
3
- size 23624424
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e785f6e96632d79dd5651afeaa1db24d11c12d51e8c4c32570d7c2ad62d8a68f
3
+ size 23712737
data/reviews/pingcap/tidb/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7f0e518c8442ea09a34d79a87fe0b8ee73a8b9492a66cfb52698e5ee84b1e422
3
- size 6557203
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2da31fdcabaacf4a668fba2b90b43c61505292c86f24551988e8ce8f124974d
3
+ size 6620256
data/timeline_events/pingcap/tidb/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b0fb92b6ba550c6d34acd8c22562df73f458862ed62444833ce026f93b47b931
3
- size 149362
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d12026361130002f7c3e7e0a6ed152a2b7b33681c1c1754f4554f5054521e962
3
+ size 177080
stats.csv CHANGED
@@ -1,18 +1,18 @@
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
- 2026-05-08T06:52:04Z,ClickHouse/ClickHouse,102870,73891,209747,104065,105470,50307,691248,0,1337598
3
- 2026-05-08T06:52:04Z,duckdb/duckdb,18664,11388,44927,16516,13288,15717,202248,0,322748
4
- 2026-05-08T06:52:04Z,etcd-io/etcd,21103,13900,87965,37233,28881,13829,120710,0,323621
5
- 2026-05-08T06:52:04Z,facebook/react,33883,19412,138342,32994,31893,12411,205512,0,474447
6
- 2026-05-08T06:52:04Z,golang/go,74406,5062,541339,168,183,45894,47374,0,714426
7
- 2026-05-08T06:52:04Z,kubernetes/kubernetes,137924,89151,1490813,441583,303948,71124,1484210,0,4018753
8
- 2026-05-08T06:52:04Z,mdn/content,40919,31692,74671,84866,77208,13951,391809,0,715116
9
- 2026-05-08T06:52:04Z,microsoft/TypeScript,62228,19094,286550,50561,41960,19182,589181,0,1068756
10
- 2026-05-08T06:52:04Z,pingcap/tidb,67794,44866,375862,119197,164408,10000,437204,0,1219331
11
- 2026-05-08T06:52:04Z,python/cpython,106192,70679,726846,146485,62115,40688,272909,0,1425914
12
- 2026-05-08T06:52:04Z,pytorch/pytorch,181691,123343,900634,325731,383899,131844,1058905,0,3106047
13
- 2026-05-08T06:52:04Z,redis/redis,14722,7646,53651,29401,28026,14807,66077,0,214330
14
- 2026-05-08T06:52:04Z,rust-lang/rust,155264,93155,1233557,246242,188540,58544,1792697,0,3767999
15
- 2026-05-08T06:52:04Z,swiftlang/swift,85024,67197,346363,69695,109643,16049,694509,0,1388480
16
- 2026-05-08T06:52:04Z,vuejs/core,12151,6063,32512,3633,4853,12037,21687,0,92936
17
- 2026-05-08T06:52:04Z,vuejs/docs,3274,2248,4901,2135,2678,10192,15365,0,40793
18
- 2026-05-08T06:52:04Z,_total,1118109,678787,6548680,1710505,1546993,536576,8091645,0,20231295
 
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
+ 2026-05-08T07:50:30Z,ClickHouse/ClickHouse,103192,73891,210983,104961,106386,62240,693080,0,1354733
3
+ 2026-05-08T07:50:30Z,duckdb/duckdb,18713,11388,44927,16516,13288,15717,202248,0,322797
4
+ 2026-05-08T07:50:30Z,etcd-io/etcd,21123,13900,88084,37301,28953,14588,120783,0,324732
5
+ 2026-05-08T07:50:30Z,facebook/react,33883,19412,138342,32994,31893,12411,205512,0,474447
6
+ 2026-05-08T07:50:30Z,golang/go,74406,5062,541339,168,183,45894,47374,0,714426
7
+ 2026-05-08T07:50:30Z,kubernetes/kubernetes,137924,89151,1490813,441583,303948,71124,1484210,0,4018753
8
+ 2026-05-08T07:50:30Z,mdn/content,40919,31692,74671,84866,77208,13951,391809,0,715116
9
+ 2026-05-08T07:50:30Z,microsoft/TypeScript,62228,19094,286550,50561,41960,19182,589181,0,1068756
10
+ 2026-05-08T07:50:30Z,pingcap/tidb,67853,44900,376455,119328,164604,11901,434750,0,1219791
11
+ 2026-05-08T07:50:30Z,python/cpython,106192,70679,726846,146485,62115,40688,272909,0,1425914
12
+ 2026-05-08T07:50:30Z,pytorch/pytorch,181691,123343,900634,325731,383899,131844,1058905,0,3106047
13
+ 2026-05-08T07:50:30Z,redis/redis,14722,7646,53651,29401,28026,14807,66077,0,214330
14
+ 2026-05-08T07:50:30Z,rust-lang/rust,155264,93155,1233557,246242,188540,58544,1792697,0,3767999
15
+ 2026-05-08T07:50:30Z,swiftlang/swift,85024,67197,346363,69695,109643,16049,694509,0,1388480
16
+ 2026-05-08T07:50:30Z,vuejs/core,12151,6063,32512,3633,4853,12037,21687,0,92936
17
+ 2026-05-08T07:50:30Z,vuejs/docs,3274,2248,4901,2135,2678,10192,15365,0,40793
18
+ 2026-05-08T07:50:30Z,_total,1118559,678821,6550628,1711600,1548177,551169,8091096,0,20250050