tamnd commited on
Commit
1caf881
·
verified ·
1 Parent(s): f08ae5d

sync pingcap/tidb +9.7K reviews +34.6K pr_files — 2026-04-07 07:07 UTC

Browse files

reviews 162.2K +9.7K
pr_files 420.6K +34.6K

Files changed (3) hide show
  1. README.md +5 -5
  2. data/reviews/pingcap/tidb/delta.parquet +2 -2
  3. stats.csv +15 -15
README.md CHANGED
@@ -41,7 +41,7 @@ configs:
41
 
42
  The full development metadata of 14 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 **12.9M rows** across 8 tables in **32.0 KB** 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-04-07 06:39 UTC**.
56
 
57
 
58
  ## Latest Sync
@@ -61,7 +61,7 @@ New items since the previous publish:
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
- | **pingcap/tidb** | — | — | — | +153 | — |
65
 
66
 
67
  ## Repositories
@@ -75,7 +75,7 @@ New items since the previous publish:
75
  | **golang/go** | 75.9K | 4.9K | 536.2K | 323 | 268.2K | 957.3K | 2026-04-06 23:24 UTC |
76
  | **mdn/content** | 41.5K | 31.5K | 157.4K | 18.9K | 13.2K | 412.6K | 2026-04-07 00:20 UTC |
77
  | **microsoft/TypeScript** | 62.1K | 19.1K | 336.7K | 41.9K | 13.2K | 1.1M | 2026-04-07 00:00 UTC |
78
- | **pingcap/tidb** | 67.2K | 44.5K | 0 | 152.4K | 10.1K | 660.2K | 2026-04-07 00:58 UTC |
79
  | **python/cpython** | 145.8K | 69.8K | 864.5K | 149.9K | 25.0K | 1.9M | 2026-04-07 00:20 UTC |
80
  | **redis/redis** | 14.6K | 7.6K | 81.5K | 27.2K | 10.9K | 207.3K | 2026-04-06 20:10 UTC |
81
  | **rust-lang/rust** | 154.0K | 92.2K | 1.5M | 185.8K | 46.2K | 3.7M | 2026-04-07 00:14 UTC |
@@ -377,7 +377,7 @@ CI/CD status checks and GitHub Actions results for each commit.
377
  | `pull_requests` | 450.6K | PR-specific fields (merge status, diffs, refs) |
378
  | `comments` | 3.7M | Conversation comments on issues and PRs |
379
  | `review_comments` | 828.1K | Inline code review comments on PR diffs |
380
- | `reviews` | 841.9K | PR review decisions |
381
  | `timeline_events` | 697.9K | Activity timeline (labels, closes, merges, assignments) |
382
  | `pr_files` | 5.4M | Files changed in each pull request |
383
  | `commit_statuses` | 164.0K | CI/CD status checks per commit |
 
41
 
42
  The full development metadata of 14 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 **12.9M rows** across 8 tables in **34.3 KB** 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-04-07 07:07 UTC**.
56
 
57
 
58
  ## Latest Sync
 
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
+ | **pingcap/tidb** | — | — | — | +9.7K | — |
65
 
66
 
67
  ## Repositories
 
75
  | **golang/go** | 75.9K | 4.9K | 536.2K | 323 | 268.2K | 957.3K | 2026-04-06 23:24 UTC |
76
  | **mdn/content** | 41.5K | 31.5K | 157.4K | 18.9K | 13.2K | 412.6K | 2026-04-07 00:20 UTC |
77
  | **microsoft/TypeScript** | 62.1K | 19.1K | 336.7K | 41.9K | 13.2K | 1.1M | 2026-04-07 00:00 UTC |
78
+ | **pingcap/tidb** | 67.2K | 44.5K | 0 | 162.2K | 10.1K | 704.6K | 2026-04-07 00:58 UTC |
79
  | **python/cpython** | 145.8K | 69.8K | 864.5K | 149.9K | 25.0K | 1.9M | 2026-04-07 00:20 UTC |
80
  | **redis/redis** | 14.6K | 7.6K | 81.5K | 27.2K | 10.9K | 207.3K | 2026-04-06 20:10 UTC |
81
  | **rust-lang/rust** | 154.0K | 92.2K | 1.5M | 185.8K | 46.2K | 3.7M | 2026-04-07 00:14 UTC |
 
377
  | `pull_requests` | 450.6K | PR-specific fields (merge status, diffs, refs) |
378
  | `comments` | 3.7M | Conversation comments on issues and PRs |
379
  | `review_comments` | 828.1K | Inline code review comments on PR diffs |
380
+ | `reviews` | 851.7K | PR review decisions |
381
  | `timeline_events` | 697.9K | Activity timeline (labels, closes, merges, assignments) |
382
  | `pr_files` | 5.4M | Files changed in each pull request |
383
  | `commit_statuses` | 164.0K | CI/CD status checks per commit |
data/reviews/pingcap/tidb/delta.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:615c1457afd6ba068879fd33e9fb567e36dd815df2ef398a37933704e79b37db
3
- size 258
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88c28011865e25f9297af55322633346698b51fc44518d25aaa17d07b76832d0
3
+ size 2647
stats.csv CHANGED
@@ -1,16 +1,16 @@
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
- 2026-04-07T06:39:00Z,ClickHouse/ClickHouse,100767,72838,203554,99885,100886,14377,694654,0,1286961
3
- 2026-04-07T06:39:00Z,duckdb/duckdb,10600,0,0,0,0,0,0,0,10600
4
- 2026-04-07T06:39:00Z,etcd-io/etcd,20977,13844,87235,36911,28519,11415,120334,0,319235
5
- 2026-04-07T06:39:00Z,facebook/react,33676,19202,137771,32913,20117,250860,202197,163984,860720
6
- 2026-04-07T06:39:00Z,golang/go,75856,4942,536058,167,323,268162,71801,0,957309
7
- 2026-04-07T06:39:00Z,mdn/content,41549,31454,74126,83303,18892,13219,150013,0,412556
8
- 2026-04-07T06:39:00Z,microsoft/TypeScript,62139,19094,286115,50558,41941,13207,589008,0,1062062
9
- 2026-04-07T06:39:00Z,pingcap/tidb,67226,44494,0,0,152438,10111,385942,0,660211
10
- 2026-04-07T06:39:00Z,python/cpython,145799,69824,720155,144320,149899,24974,661898,0,1916869
11
- 2026-04-07T06:39:00Z,redis/redis,14562,7646,53062,28453,27151,10918,65540,0,207332
12
- 2026-04-07T06:39:00Z,rust-lang/rust,154002,92154,1220889,242831,185839,46238,1715201,0,3657154
13
- 2026-04-07T06:39:00Z,swiftlang/swift,84416,66803,344157,103119,108477,13942,685321,0,1406235
14
- 2026-04-07T06:39:00Z,vuejs/core,12057,6063,32178,3558,4763,10388,21317,0,90324
15
- 2026-04-07T06:39:00Z,vuejs/docs,3263,2248,4871,2131,2673,10044,15194,0,40424
16
- 2026-04-07T06:39:00Z,_total,826889,450606,3700171,828149,841918,697855,5378420,163984,12887992
 
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
+ 2026-04-07T07:07:47Z,ClickHouse/ClickHouse,100767,72838,203554,99885,100886,14377,694654,0,1286961
3
+ 2026-04-07T07:07:47Z,duckdb/duckdb,10600,0,0,0,0,0,0,0,10600
4
+ 2026-04-07T07:07:47Z,etcd-io/etcd,20977,13844,87235,36911,28519,11415,120334,0,319235
5
+ 2026-04-07T07:07:47Z,facebook/react,33676,19202,137771,32913,20117,250860,202197,163984,860720
6
+ 2026-04-07T07:07:47Z,golang/go,75856,4942,536058,167,323,268162,71801,0,957309
7
+ 2026-04-07T07:07:47Z,mdn/content,41549,31454,74126,83303,18892,13219,150013,0,412556
8
+ 2026-04-07T07:07:47Z,microsoft/TypeScript,62139,19094,286115,50558,41941,13207,589008,0,1062062
9
+ 2026-04-07T07:07:47Z,pingcap/tidb,67226,44494,0,0,162181,10111,420551,0,704563
10
+ 2026-04-07T07:07:47Z,python/cpython,145799,69824,720155,144320,149899,24974,661898,0,1916869
11
+ 2026-04-07T07:07:47Z,redis/redis,14562,7646,53062,28453,27151,10918,65540,0,207332
12
+ 2026-04-07T07:07:47Z,rust-lang/rust,154002,92154,1220889,242831,185839,46238,1715201,0,3657154
13
+ 2026-04-07T07:07:47Z,swiftlang/swift,84416,66803,344157,103119,108477,13942,685321,0,1406235
14
+ 2026-04-07T07:07:47Z,vuejs/core,12057,6063,32178,3558,4763,10388,21317,0,90324
15
+ 2026-04-07T07:07:47Z,vuejs/docs,3263,2248,4871,2131,2673,10044,15194,0,40424
16
+ 2026-04-07T07:07:47Z,_total,826889,450606,3700171,828149,851661,697855,5413029,163984,12932344