tamnd commited on
Commit
106357f
·
verified ·
1 Parent(s): 8a0db88

sync pingcap/tidb +6 issues +5 PRs +45 comments +3 review_comments — 2026-05-26 22:29 UTC

Browse files

issues 68.3K +6
pull_requests 45.2K +5
comments 379.8K +45
review_comments 120.6K +3
reviews 166.0K +10
timeline_events 67.2K +256
pr_files 439.3K +17
commit_statuses 17.8K +238

README.md CHANGED
@@ -39,9 +39,9 @@ configs:
39
 
40
  ## What is it?
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 **21.3M rows** across 8 tables in **559.6 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-26 21:33 UTC**.
56
 
57
 
58
  ## Latest Sync
@@ -61,26 +61,26 @@ New items since the previous publish:
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
- | **microsoft/TypeScript** | +1 | | +11 | +2 | +397 |
65
- | **redis/redis** | +5 | +4 | +23 | +11 | +45 |
66
- | **rust-lang/rust** | +33 | +26 | +433 | +91 | +1.9K |
67
- | **swiftlang/swift** | +36 | +33 | +118 | +60 | +809 |
68
- | **vuejs/core** | — | — | +36.4K | +469 | +54.9K |
69
 
70
 
71
  ## Repositories
72
 
73
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
74
  |---|---:|---:|---:|---:|---:|---:|---|
75
- | **ClickHouse/ClickHouse** | 104.7K | 76.0K | 327.0K | 112.6K | 115.5K | 1.7M | 2026-05-26 10:52 UTC |
76
- | **etcd-io/etcd** | 21.2K | 14.0K | 126.4K | 29.3K | 20.1K | 336.1K | 2026-05-26 10:54 UTC |
 
77
  | **facebook/react** | 34.0K | 19.5K | 171.6K | 31.9K | 18.0K | 487.3K | 2026-05-26 19:09 UTC |
78
  | **golang/go** | 74.8K | 5.1K | 544.0K | 183 | 74.4K | 758.1K | 2026-05-26 19:10 UTC |
79
  | **kubernetes/kubernetes** | 138.5K | 89.6K | 1.9M | 305.9K | 141.3K | 4.1M | 2026-05-26 17:18 UTC |
80
  | **mdn/content** | 41.1K | 31.9K | 160.8K | 77.9K | 17.7K | 723.8K | 2026-05-26 17:21 UTC |
81
  | **microsoft/TypeScript** | 62.3K | 19.1K | 337.3K | 42.0K | 22.3K | 1.1M | 2026-05-26 20:47 UTC |
82
  | **moby/moby** | 51.7K | 28.4K | 0 | 0 | 202.6K | 334.3K | 2026-05-26 15:24 UTC |
83
- | **pingcap/tidb** | 68.3K | 45.2K | 500.4K | 165.9K | 66.9K | 1.3M | 2026-05-26 14:27 UTC |
84
  | **python/cpython** | 107.1K | 71.7K | 877.4K | 63.1K | 83.5K | 1.5M | 2026-05-26 19:15 UTC |
85
  | **pytorch/pytorch** | 184.6K | 125.8K | 1.2M | 383.9K | 141.8K | 3.1M | 2026-05-26 18:52 UTC |
86
  | **redis/redis** | 14.8K | 7.8K | 83.7K | 28.4K | 17.5K | 221.1K | 2026-05-26 19:05 UTC |
@@ -380,14 +380,14 @@ CI/CD status checks and GitHub Actions results for each commit.
380
  | Table | Rows | Description |
381
  |-------|-----:|-------------|
382
  | `issues` | 1.2M | Issues and pull requests (shared metadata) |
383
- | `pull_requests` | 704.0K | PR-specific fields (merge status, diffs, refs) |
384
  | `comments` | 6.5M | Conversation comments on issues and PRs |
385
  | `review_comments` | 1.7M | Inline code review comments on PR diffs |
386
- | `reviews` | 1.5M | PR review decisions |
387
- | `timeline_events` | 1.2M | Activity timeline (labels, closes, merges, assignments) |
388
- | `pr_files` | 8.0M | Files changed in each pull request |
389
- | `commit_statuses` | 365.6K | CI/CD status checks per commit |
390
- | **Total** | **21.3M** | |
391
 
392
  ## How it's built
393
 
 
39
 
40
  ## What is it?
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.5M rows** across 8 tables in **274.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
  - **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-26 22:29 UTC**.
56
 
57
 
58
  ## Latest Sync
 
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
+ | **ClickHouse/ClickHouse** | +53 | +47 | +289 | +120 | +1.5K |
65
+ | **duckdb/duckdb** | +19.0K | +12.1K | | +4.5K | +66.0K |
66
+ | **etcd-io/etcd** | +4 | +3 | +47 | +18 | +283 |
67
+ | **pingcap/tidb** | +6 | +5 | +48 | +10 | +256 |
 
68
 
69
 
70
  ## Repositories
71
 
72
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
73
  |---|---:|---:|---:|---:|---:|---:|---|
74
+ | **ClickHouse/ClickHouse** | 104.8K | 76.1K | 327.3K | 112.7K | 117.0K | 1.7M | 2026-05-26 21:13 UTC |
75
+ | **duckdb/duckdb** | 19.0K | 12.1K | 0 | 4.5K | 66.0K | 167.6K | 2026-05-26 21:21 UTC |
76
+ | **etcd-io/etcd** | 21.2K | 14.0K | 126.4K | 29.3K | 20.4K | 336.6K | 2026-05-26 20:41 UTC |
77
  | **facebook/react** | 34.0K | 19.5K | 171.6K | 31.9K | 18.0K | 487.3K | 2026-05-26 19:09 UTC |
78
  | **golang/go** | 74.8K | 5.1K | 544.0K | 183 | 74.4K | 758.1K | 2026-05-26 19:10 UTC |
79
  | **kubernetes/kubernetes** | 138.5K | 89.6K | 1.9M | 305.9K | 141.3K | 4.1M | 2026-05-26 17:18 UTC |
80
  | **mdn/content** | 41.1K | 31.9K | 160.8K | 77.9K | 17.7K | 723.8K | 2026-05-26 17:21 UTC |
81
  | **microsoft/TypeScript** | 62.3K | 19.1K | 337.3K | 42.0K | 22.3K | 1.1M | 2026-05-26 20:47 UTC |
82
  | **moby/moby** | 51.7K | 28.4K | 0 | 0 | 202.6K | 334.3K | 2026-05-26 15:24 UTC |
83
+ | **pingcap/tidb** | 68.3K | 45.2K | 500.5K | 166.0K | 67.2K | 1.3M | 2026-05-26 21:33 UTC |
84
  | **python/cpython** | 107.1K | 71.7K | 877.4K | 63.1K | 83.5K | 1.5M | 2026-05-26 19:15 UTC |
85
  | **pytorch/pytorch** | 184.6K | 125.8K | 1.2M | 383.9K | 141.8K | 3.1M | 2026-05-26 18:52 UTC |
86
  | **redis/redis** | 14.8K | 7.8K | 83.7K | 28.4K | 17.5K | 221.1K | 2026-05-26 19:05 UTC |
 
380
  | Table | Rows | Description |
381
  |-------|-----:|-------------|
382
  | `issues` | 1.2M | Issues and pull requests (shared metadata) |
383
+ | `pull_requests` | 716.2K | PR-specific fields (merge status, diffs, refs) |
384
  | `comments` | 6.5M | Conversation comments on issues and PRs |
385
  | `review_comments` | 1.7M | Inline code review comments on PR diffs |
386
+ | `reviews` | 1.6M | PR review decisions |
387
+ | `timeline_events` | 1.3M | Activity timeline (labels, closes, merges, assignments) |
388
+ | `pr_files` | 8.1M | Files changed in each pull request |
389
+ | `commit_statuses` | 380.2K | CI/CD status checks per commit |
390
+ | **Total** | **21.5M** | |
391
 
392
  ## How it's built
393
 
data/comments/pingcap/tidb/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:03c29c0b992a26e0addee2d89279fa93e6c37279b34f2168dfd70ca3614e5f7f
3
- size 34967633
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30f232d8d5e3d1f0eeff52e1bae966b55bee60dcdb5736800eb54723433b61e7
3
+ size 35006474
data/commit_statuses/pingcap/tidb/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:12a0506be811c9ebd5b1800320c0243cc7bea291ad8717beb70527a30f3223a9
3
- size 254604
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56c956049f5e98cc1472701efb9f6ac455eb2422eabc6f23497464473c0bf0a4
3
+ size 257646
data/issues/pingcap/tidb/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5c7f7b2aa950456dedadfb420ed239067cbb5f72613dcac19ea22061ac8045df
3
- size 19298205
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c048d2e8fb09744bbbe95f183da85f4e898ef29bfeb799dda14bdf73942c6da
3
+ size 19300997
data/pr_files/pingcap/tidb/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:13b98994583d1888bdedcb5504b0c69a2b811b1c20b6e8b7aeb7c3519fd03893
3
- size 2430597
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fffe11377095da58636c7c8bdda55b803b4a0c5dcdf7479a08b08b0e003d172b
3
+ size 2430826
data/pull_requests/pingcap/tidb/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5afdde38b0008d6f6675038ae760d32cdb150e12b6bbfce1cd32af6e21e1de52
3
- size 2750262
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:631e6fe1df7e05c0597f468e6241dfb9642f7d730f4f51d4d5528f0040ba8922
3
+ size 2751427
data/review_comments/pingcap/tidb/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c8f284323dabcb6367b879dadc22bef7442132a6d8afd15d9e679aea7786e2c1
3
- size 24392363
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7725e74cfd7c7e19ea3bbc48bd06e6e4a92e317f493a59a0f98801766bd94bc
3
+ size 24394018
data/reviews/pingcap/tidb/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f5c58d658e7b82eaf6f9c3b10bb7b84f029cad3a23576a340b35f7965b820f25
3
- size 6989918
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f5f2a43c1af2ed4ab2980eb7c56f85d79903c08a65989bc942301404e06c47a
3
+ size 6993767
data/timeline_events/pingcap/tidb/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9a5652ce2896c9b9b4a7370d7665a2be4fe19934525483b64f0ee567fdc4c77e
3
- size 11750436
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c8c7539cae053184a35143855096da3f4099793cde03513daae3e4715d87606
3
+ size 11840338
stats.csv CHANGED
@@ -1,18 +1,19 @@
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
- 2026-05-26T21:33:05Z,ClickHouse/ClickHouse,104701,76018,215927,111039,112586,115536,706771,234345,1676923
3
- 2026-05-26T21:33:05Z,etcd-io/etcd,21210,14001,88717,37642,29314,20089,122138,2995,336106
4
- 2026-05-26T21:33:05Z,facebook/react,33982,19500,138587,33010,31920,17997,205838,6482,487316
5
- 2026-05-26T21:33:05Z,golang/go,74752,5146,543852,168,183,74431,59474,94,758100
6
- 2026-05-26T21:33:05Z,kubernetes/kubernetes,138470,89587,1496543,443963,305877,141340,1498511,12523,4126814
7
- 2026-05-26T21:33:05Z,mdn/content,41136,31853,75003,85749,77866,17715,392681,1768,723771
8
- 2026-05-26T21:33:05Z,microsoft/TypeScript,62272,19118,286739,50577,41989,22313,589245,1205,1073458
9
- 2026-05-26T21:33:05Z,moby/moby,51745,28380,0,0,0,202569,51643,0,334337
10
- 2026-05-26T21:33:05Z,pingcap/tidb,68284,45155,379791,120627,165944,66914,439284,17552,1303551
11
- 2026-05-26T21:33:05Z,python/cpython,107141,71666,730079,147298,63058,83453,279777,58542,1541014
12
- 2026-05-26T21:33:05Z,pytorch/pytorch,184628,125764,900634,325731,383899,141843,1058905,0,3121404
13
- 2026-05-26T21:33:05Z,redis/redis,14811,7753,53917,29752,28408,17476,66734,2203,221054
14
- 2026-05-26T21:33:05Z,rust-lang/rust,155938,93891,1239972,247407,189568,115054,1802713,10204,3854747
15
- 2026-05-26T21:33:05Z,swiftlang/swift,85515,67675,347818,104423,110456,29295,696955,2277,1444414
16
- 2026-05-26T21:33:05Z,vuejs/core,12229,6231,32707,3697,4934,129829,22169,15382,227178
17
- 2026-05-26T21:33:05Z,vuejs/docs,3284,2259,4911,2143,2681,10233,15378,48,40937
18
- 2026-05-26T21:33:05Z,_total,1160098,703997,6535197,1743226,1548683,1206087,8008216,365620,21271124
 
 
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
+ 2026-05-26T22:29:27Z,ClickHouse/ClickHouse,104754,76065,216075,111180,112706,117037,707119,248578,1693514
3
+ 2026-05-26T22:29:27Z,duckdb/duckdb,19042,12120,0,0,4457,66008,66000,0,167627
4
+ 2026-05-26T22:29:27Z,etcd-io/etcd,21214,14004,88751,37655,29332,20372,122137,3109,336574
5
+ 2026-05-26T22:29:27Z,facebook/react,33982,19500,138587,33010,31920,17997,205838,6482,487316
6
+ 2026-05-26T22:29:27Z,golang/go,74752,5146,543852,168,183,74431,59474,94,758100
7
+ 2026-05-26T22:29:27Z,kubernetes/kubernetes,138470,89587,1496543,443963,305877,141340,1498511,12523,4126814
8
+ 2026-05-26T22:29:27Z,mdn/content,41136,31853,75003,85749,77866,17715,392681,1768,723771
9
+ 2026-05-26T22:29:27Z,microsoft/TypeScript,62272,19118,286739,50577,41989,22313,589245,1205,1073458
10
+ 2026-05-26T22:29:27Z,moby/moby,51745,28380,0,0,0,202569,51643,0,334337
11
+ 2026-05-26T22:29:27Z,pingcap/tidb,68290,45160,379836,120630,165954,67170,439301,17790,1304131
12
+ 2026-05-26T22:29:27Z,python/cpython,107141,71666,730079,147298,63058,83453,279777,58542,1541014
13
+ 2026-05-26T22:29:27Z,pytorch/pytorch,184628,125764,900634,325731,383899,141843,1058905,0,3121404
14
+ 2026-05-26T22:29:27Z,redis/redis,14811,7753,53917,29752,28408,17476,66734,2203,221054
15
+ 2026-05-26T22:29:27Z,rust-lang/rust,155938,93891,1239972,247407,189568,115054,1802713,10204,3854747
16
+ 2026-05-26T22:29:27Z,swiftlang/swift,85515,67675,347818,104423,110456,29295,696955,2277,1444414
17
+ 2026-05-26T22:29:27Z,vuejs/core,12229,6231,32707,3697,4934,129829,22169,15382,227178
18
+ 2026-05-26T22:29:27Z,vuejs/docs,3284,2259,4911,2143,2681,10233,15378,48,40937
19
+ 2026-05-26T22:29:27Z,_total,1179203,716172,6535424,1743383,1553288,1274135,8074580,380205,21456390