tamnd commited on
Commit
d3eb99b
·
verified ·
1 Parent(s): a159bc0

sync pingcap/tidb +3.3K comments +1.3K review_comments +233 reviews +7.3K timeline — 2026-05-26 16:20 UTC

Browse files

comments 379.8K +3.3K
review_comments 120.6K +1.3K
reviews 165.9K +233
timeline_events 66.9K +7.3K
pr_files 439.3K +465
commit_statuses 17.6K +1.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.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,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 15:26 UTC**.
56
 
57
 
58
  ## Latest Sync
@@ -61,8 +61,8 @@ New items since the previous publish:
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
@@ -70,14 +70,14 @@ New items since the previous publish:
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 |
76
  | **golang/go** | 74.7K | 5.1K | 543.9K | 183 | 72.1K | 749.7K | 2026-05-26 08:01 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,14 +376,14 @@ CI/CD status checks and GitHub Actions results for each commit.
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
 
 
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.7M rows** across 8 tables in **107.9 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 16:20 UTC**.
56
 
57
 
58
  ## Latest Sync
 
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
+ | **moby/moby** | +51.7K | +28.4K | | | +67.7K |
65
+ | **pingcap/tidb** | | | +4.6K | +233 | +7.3K |
66
 
67
 
68
  ## Repositories
 
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
  | **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 |
75
  | **golang/go** | 74.7K | 5.1K | 543.9K | 183 | 72.1K | 749.7K | 2026-05-26 08:01 UTC |
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
+ | **moby/moby** | 51.7K | 28.4K | 0 | 0 | 67.7K | 165.2K | 2026-05-26 15:24 UTC |
80
+ | **pingcap/tidb** | 68.3K | 45.2K | 500.4K | 165.9K | 66.9K | 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` | 694.8K | PR-specific fields (merge status, diffs, refs) |
380
  | `comments` | 6.5M | Conversation comments on issues and PRs |
381
+ | `review_comments` | 1.7M | Inline code review comments on PR diffs |
382
+ | `reviews` | 1.5M | PR review decisions |
383
+ | `timeline_events` | 854.8K | Activity timeline (labels, closes, merges, assignments) |
384
+ | `pr_files` | 7.9M | Files changed in each pull request |
385
+ | `commit_statuses` | 334.0K | CI/CD status checks per commit |
386
+ | **Total** | **20.7M** | |
387
 
388
  ## How it's built
389
 
data/comments/pingcap/tidb/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5dc83cd9cd058249cd789464c7559ac232e41e9563c0463176d66bd324e72551
3
- size 31899847
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03c29c0b992a26e0addee2d89279fa93e6c37279b34f2168dfd70ca3614e5f7f
3
+ size 34967633
data/commit_statuses/pingcap/tidb/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8c8dee15e157b26f6a2ac32a397cabfe13c35e6d7ac75f5ce94c03bae81e4629
3
- size 235370
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12a0506be811c9ebd5b1800320c0243cc7bea291ad8717beb70527a30f3223a9
3
+ size 254604
data/pr_files/pingcap/tidb/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3ae7da2eb4d719d3fc35db055708b70ffae17cdffde69d8f1802401d5dbb3c28
3
- size 2426163
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13b98994583d1888bdedcb5504b0c69a2b811b1c20b6e8b7aeb7c3519fd03893
3
+ size 2430597
data/review_comments/pingcap/tidb/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e785f6e96632d79dd5651afeaa1db24d11c12d51e8c4c32570d7c2ad62d8a68f
3
- size 23712737
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8f284323dabcb6367b879dadc22bef7442132a6d8afd15d9e679aea7786e2c1
3
+ size 24392363
data/reviews/pingcap/tidb/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f470aaae730c04be2511c3bf758227ab3052b0b6cff98cd17321e38c18643726
3
- size 6927815
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5c58d658e7b82eaf6f9c3b10bb7b84f029cad3a23576a340b35f7965b820f25
3
+ size 6989918
data/timeline_events/pingcap/tidb/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0fbba254232ee47e24f0fe70b87daabc716dd13c36d12258ad4a4075405ab13d
3
- size 9837454
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a5652ce2896c9b9b4a7370d7665a2be4fe19934525483b64f0ee567fdc4c77e
3
+ size 11750436
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-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
 
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
+ 2026-05-26T16:20:19Z,ClickHouse/ClickHouse,104701,76018,215927,111039,112586,115536,706771,234345,1676923
3
+ 2026-05-26T16:20:19Z,etcd-io/etcd,21210,14001,88717,37642,29314,20089,122138,2995,336106
4
+ 2026-05-26T16:20:19Z,facebook/react,33974,19493,138575,33004,31914,17926,205822,5720,486428
5
+ 2026-05-26T16:20:19Z,golang/go,74739,5144,543766,168,183,72105,53474,93,749672
6
+ 2026-05-26T16:20:19Z,kubernetes/kubernetes,137924,89151,1490813,441583,303948,71124,1484210,0,4018753
7
+ 2026-05-26T16:20:19Z,mdn/content,41133,31850,74996,85729,77851,17614,392677,1681,723531
8
+ 2026-05-26T16:20:19Z,microsoft/TypeScript,62271,19118,286730,50575,41987,21916,589245,1000,1072842
9
+ 2026-05-26T16:20:19Z,moby/moby,51745,28380,0,0,0,67748,17318,0,165191
10
+ 2026-05-26T16:20:19Z,pingcap/tidb,68284,45155,379791,120627,165944,66914,439284,17552,1303551
11
+ 2026-05-26T16:20:19Z,python/cpython,107103,71639,729998,147278,63042,82664,279563,56710,1537997
12
+ 2026-05-26T16:20:19Z,pytorch/pytorch,181691,123343,900634,325731,383899,131844,1058905,0,3106047
13
+ 2026-05-26T16:20:19Z,redis/redis,14806,7749,53906,29740,28397,17431,66723,2155,220907
14
+ 2026-05-26T16:20:19Z,rust-lang/rust,155905,93865,1239641,247305,189477,113195,1802341,9562,3851291
15
+ 2026-05-26T16:20:19Z,swiftlang/swift,85479,67642,347728,104395,110396,28486,696775,2095,1442996
16
+ 2026-05-26T16:20:19Z,vuejs/docs,3284,2259,4911,2143,2681,10233,15378,48,40937
17
+ 2026-05-26T16:20:19Z,_total,1144249,694807,6496133,1736959,1541619,854825,7930624,333956,20733172