tamnd commited on
Commit
a28f027
·
verified ·
1 Parent(s): 32034d8

sync pingcap/tidb +431 issues +255 PRs +1.1K reviews +47.7K timeline — 2026-05-26 15:26 UTC

Browse files

issues 68.3K +431
pull_requests 45.2K +255
reviews 165.7K +1.1K
timeline_events 59.6K +47.7K
pr_files 438.8K +4.1K
commit_statuses 15.8K +15.8K

README.md CHANGED
@@ -41,7 +41,7 @@ configs:
41
 
42
  The full development metadata of 15 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.8M rows** across 8 tables in **34.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,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 14:24 UTC**.
56
 
57
 
58
  ## Latest Sync
@@ -61,14 +61,15 @@ New items since the previous publish:
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
- | **ClickHouse/ClickHouse** | — | — | | +3.3K | +13.8K |
 
65
 
66
 
67
  ## Repositories
68
 
69
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
70
  |---|---:|---:|---:|---:|---:|---:|---|
71
- | **ClickHouse/ClickHouse** | 104.7K | 76.0K | 315.9K | 112.1K | 109.9K | 1.7M | 2026-05-26 10:52 UTC |
72
  | **duckdb/duckdb** | 18.7K | 11.4K | 61.4K | 13.3K | 15.7K | 322.8K | 2026-05-08 06:06 UTC |
73
  | **etcd-io/etcd** | 21.2K | 14.0K | 126.4K | 29.3K | 20.1K | 336.1K | 2026-05-26 10:54 UTC |
74
  | **facebook/react** | 34.0K | 19.5K | 171.6K | 31.9K | 17.9K | 486.4K | 2026-05-26 08:05 UTC |
@@ -76,7 +77,7 @@ New items since the previous publish:
76
  | **kubernetes/kubernetes** | 137.9K | 89.2K | 1.9M | 303.9K | 71.1K | 4.0M | 2026-05-04 04:19 UTC |
77
  | **mdn/content** | 41.1K | 31.9K | 160.7K | 77.9K | 17.6K | 723.5K | 2026-05-26 09:12 UTC |
78
  | **microsoft/TypeScript** | 62.3K | 19.1K | 337.3K | 42.0K | 21.9K | 1.1M | 2026-05-25 19:48 UTC |
79
- | **pingcap/tidb** | 67.9K | 44.9K | 495.8K | 164.6K | 11.9K | 1.2M | 2026-05-08 05:51 UTC |
80
  | **python/cpython** | 107.1K | 71.6K | 877.3K | 63.0K | 82.7K | 1.5M | 2026-05-26 08:19 UTC |
81
  | **pytorch/pytorch** | 181.7K | 123.3K | 1.2M | 383.9K | 131.8K | 3.1M | 2026-05-04 05:01 UTC |
82
  | **redis/redis** | 14.8K | 7.7K | 83.6K | 28.4K | 17.4K | 220.9K | 2026-05-26 10:47 UTC |
@@ -375,14 +376,14 @@ CI/CD status checks and GitHub Actions results for each commit.
375
  | Table | Rows | Description |
376
  |-------|-----:|-------------|
377
  | `issues` | 1.1M | Issues and pull requests (shared metadata) |
378
- | `pull_requests` | 677.6K | PR-specific fields (merge status, diffs, refs) |
379
  | `comments` | 6.5M | Conversation comments on issues and PRs |
380
- | `review_comments` | 1.7M | Inline code review comments on PR diffs |
381
  | `reviews` | 1.6M | PR review decisions |
382
- | `timeline_events` | 742.2K | Activity timeline (labels, closes, merges, assignments) |
383
  | `pr_files` | 8.1M | Files changed in each pull request |
384
- | `commit_statuses` | 311.7K | CI/CD status checks per commit |
385
- | **Total** | **20.8M** | |
386
 
387
  ## How it's built
388
 
 
41
 
42
  The full development metadata of 15 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.9M rows** across 8 tables in **139.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-05-26 15:26 UTC**.
56
 
57
 
58
  ## Latest Sync
 
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
+ | **ClickHouse/ClickHouse** | — | — | +11.0K | +445 | +5.6K |
65
+ | **pingcap/tidb** | +431 | +255 | — | +1.1K | +47.7K |
66
 
67
 
68
  ## Repositories
69
 
70
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
71
  |---|---:|---:|---:|---:|---:|---:|---|
72
+ | **ClickHouse/ClickHouse** | 104.7K | 76.0K | 327.0K | 112.6K | 115.5K | 1.7M | 2026-05-26 10:52 UTC |
73
  | **duckdb/duckdb** | 18.7K | 11.4K | 61.4K | 13.3K | 15.7K | 322.8K | 2026-05-08 06:06 UTC |
74
  | **etcd-io/etcd** | 21.2K | 14.0K | 126.4K | 29.3K | 20.1K | 336.1K | 2026-05-26 10:54 UTC |
75
  | **facebook/react** | 34.0K | 19.5K | 171.6K | 31.9K | 17.9K | 486.4K | 2026-05-26 08:05 UTC |
 
77
  | **kubernetes/kubernetes** | 137.9K | 89.2K | 1.9M | 303.9K | 71.1K | 4.0M | 2026-05-04 04:19 UTC |
78
  | **mdn/content** | 41.1K | 31.9K | 160.7K | 77.9K | 17.6K | 723.5K | 2026-05-26 09:12 UTC |
79
  | **microsoft/TypeScript** | 62.3K | 19.1K | 337.3K | 42.0K | 21.9K | 1.1M | 2026-05-25 19:48 UTC |
80
+ | **pingcap/tidb** | 68.3K | 45.2K | 495.8K | 165.7K | 59.6K | 1.3M | 2026-05-26 14:27 UTC |
81
  | **python/cpython** | 107.1K | 71.6K | 877.3K | 63.0K | 82.7K | 1.5M | 2026-05-26 08:19 UTC |
82
  | **pytorch/pytorch** | 181.7K | 123.3K | 1.2M | 383.9K | 131.8K | 3.1M | 2026-05-04 05:01 UTC |
83
  | **redis/redis** | 14.8K | 7.7K | 83.6K | 28.4K | 17.4K | 220.9K | 2026-05-26 10:47 UTC |
 
376
  | Table | Rows | Description |
377
  |-------|-----:|-------------|
378
  | `issues` | 1.1M | Issues and pull requests (shared metadata) |
379
+ | `pull_requests` | 677.8K | PR-specific fields (merge status, diffs, refs) |
380
  | `comments` | 6.5M | Conversation comments on issues and PRs |
381
+ | `review_comments` | 1.8M | Inline code review comments on PR diffs |
382
  | `reviews` | 1.6M | PR review decisions |
383
+ | `timeline_events` | 795.5K | Activity timeline (labels, closes, merges, assignments) |
384
  | `pr_files` | 8.1M | Files changed in each pull request |
385
+ | `commit_statuses` | 332.2K | CI/CD status checks per commit |
386
+ | **Total** | **20.9M** | |
387
 
388
  ## How it's built
389
 
data/commit_statuses/pingcap/tidb/0.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c8dee15e157b26f6a2ac32a397cabfe13c35e6d7ac75f5ce94c03bae81e4629
3
+ size 235370
data/issues/pingcap/tidb/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4afd8e8a80276e929ab3e817015466198fd754061d117dafa77e433f4266a1d3
3
- size 19056987
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c7f7b2aa950456dedadfb420ed239067cbb5f72613dcac19ea22061ac8045df
3
+ size 19298205
data/pr_files/pingcap/tidb/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6a4cad4f17f12b794db328696a7ebebde8f1b47c69256f9d735359624028f9a0
3
- size 2400556
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ae7da2eb4d719d3fc35db055708b70ffae17cdffde69d8f1802401d5dbb3c28
3
+ size 2426163
data/pull_requests/pingcap/tidb/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:69671ece5519910c01f46794c6e39a547c2848c6a28b451f6f1ff2aa4033a1ad
3
- size 2737872
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5afdde38b0008d6f6675038ae760d32cdb150e12b6bbfce1cd32af6e21e1de52
3
+ size 2750262
data/reviews/pingcap/tidb/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e2da31fdcabaacf4a668fba2b90b43c61505292c86f24551988e8ce8f124974d
3
- size 6620256
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f470aaae730c04be2511c3bf758227ab3052b0b6cff98cd17321e38c18643726
3
+ size 6927815
data/timeline_events/pingcap/tidb/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d12026361130002f7c3e7e0a6ed152a2b7b33681c1c1754f4554f5054521e962
3
- size 177080
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fbba254232ee47e24f0fe70b87daabc716dd13c36d12258ad4a4075405ab13d
3
+ size 9837454
stats.csv CHANGED
@@ -1,17 +1,17 @@
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
- 2026-05-26T14:24:03Z,ClickHouse/ClickHouse,104701,76018,210983,104961,112141,109947,705968,229609,1654328
3
- 2026-05-26T14:24:03Z,duckdb/duckdb,18713,11388,44927,16516,13288,15717,202248,0,322797
4
- 2026-05-26T14:24:03Z,etcd-io/etcd,21210,14001,88717,37642,29314,20089,122138,2995,336106
5
- 2026-05-26T14:24:03Z,facebook/react,33974,19493,138575,33004,31914,17926,205822,5720,486428
6
- 2026-05-26T14:24:03Z,golang/go,74739,5144,543766,168,183,72105,53474,93,749672
7
- 2026-05-26T14:24:03Z,kubernetes/kubernetes,137924,89151,1490813,441583,303948,71124,1484210,0,4018753
8
- 2026-05-26T14:24:03Z,mdn/content,41133,31850,74996,85729,77851,17614,392677,1681,723531
9
- 2026-05-26T14:24:03Z,microsoft/TypeScript,62271,19118,286730,50575,41987,21916,589245,1000,1072842
10
- 2026-05-26T14:24:03Z,pingcap/tidb,67853,44900,376455,119328,164604,11901,434750,0,1219791
11
- 2026-05-26T14:24:03Z,python/cpython,107103,71639,729998,147278,63042,82664,279563,56710,1537997
12
- 2026-05-26T14:24:03Z,pytorch/pytorch,181691,123343,900634,325731,383899,131844,1058905,0,3106047
13
- 2026-05-26T14:24:03Z,redis/redis,14806,7749,53906,29740,28397,17431,66723,2155,220907
14
- 2026-05-26T14:24:03Z,rust-lang/rust,155905,93865,1239641,247305,189477,113195,1802341,9562,3851291
15
- 2026-05-26T14:24:03Z,swiftlang/swift,85479,67642,347728,104395,110396,28486,696775,2095,1442996
16
- 2026-05-26T14:24:03Z,vuejs/docs,3284,2259,4911,2143,2681,10233,15378,48,40937
17
- 2026-05-26T14:24:03Z,_total,1110786,677560,6532780,1746098,1553122,742192,8110217,311668,20784423
 
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
+ 2026-05-26T15:26:00Z,ClickHouse/ClickHouse,104701,76018,215927,111039,112586,115536,706771,234345,1676923
3
+ 2026-05-26T15:26:00Z,duckdb/duckdb,18713,11388,44927,16516,13288,15717,202248,0,322797
4
+ 2026-05-26T15:26:00Z,etcd-io/etcd,21210,14001,88717,37642,29314,20089,122138,2995,336106
5
+ 2026-05-26T15:26:00Z,facebook/react,33974,19493,138575,33004,31914,17926,205822,5720,486428
6
+ 2026-05-26T15:26:00Z,golang/go,74739,5144,543766,168,183,72105,53474,93,749672
7
+ 2026-05-26T15:26:00Z,kubernetes/kubernetes,137924,89151,1490813,441583,303948,71124,1484210,0,4018753
8
+ 2026-05-26T15:26:00Z,mdn/content,41133,31850,74996,85729,77851,17614,392677,1681,723531
9
+ 2026-05-26T15:26:00Z,microsoft/TypeScript,62271,19118,286730,50575,41987,21916,589245,1000,1072842
10
+ 2026-05-26T15:26:00Z,pingcap/tidb,68284,45155,376455,119328,165711,59631,438819,15777,1289160
11
+ 2026-05-26T15:26:00Z,python/cpython,107103,71639,729998,147278,63042,82664,279563,56710,1537997
12
+ 2026-05-26T15:26:00Z,pytorch/pytorch,181691,123343,900634,325731,383899,131844,1058905,0,3106047
13
+ 2026-05-26T15:26:00Z,redis/redis,14806,7749,53906,29740,28397,17431,66723,2155,220907
14
+ 2026-05-26T15:26:00Z,rust-lang/rust,155905,93865,1239641,247305,189477,113195,1802341,9562,3851291
15
+ 2026-05-26T15:26:00Z,swiftlang/swift,85479,67642,347728,104395,110396,28486,696775,2095,1442996
16
+ 2026-05-26T15:26:00Z,vuejs/docs,3284,2259,4911,2143,2681,10233,15378,48,40937
17
+ 2026-05-26T15:26:00Z,_total,1111217,677815,6537724,1752176,1554674,795511,8115089,332181,20876387