tamnd commited on
Commit
70555b8
·
verified ·
1 Parent(s): dbb12d9

sync ClickHouse/ClickHouse +7.1K reviews +36.7K pr_files — 2026-04-05 22:36 UTC

Browse files

reviews 44.7K +7.1K
pr_files 326.0K +36.7K

Files changed (2) hide show
  1. README.md +6 -6
  2. stats.csv +13 -13
README.md CHANGED
@@ -41,7 +41,7 @@ configs:
41
 
42
  The full development metadata of 12 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 **11.4M rows** across 8 tables in **29.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-05 22:22 UTC**.
56
 
57
 
58
  ## Latest Sync
@@ -61,14 +61,14 @@ New items since the previous publish:
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
- | **ClickHouse/ClickHouse** | — | — | — | +3.7K | — |
65
 
66
 
67
  ## Repositories
68
 
69
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
70
  |---|---:|---:|---:|---:|---:|---:|---|
71
- | **ClickHouse/ClickHouse** | 100.7K | 72.8K | 0 | 37.5K | 10.0K | 510.5K | 2026-04-05 18:09 UTC |
72
  | **etcd-io/etcd** | 21.0K | 13.8K | 124.1K | 28.5K | 10.4K | 318.2K | 2026-04-05 17:22 UTC |
73
  | **facebook/react** | 33.7K | 19.2K | 170.7K | 20.1K | 250.7K | 860.5K | 2026-04-05 17:11 UTC |
74
  | **golang/go** | 75.8K | 4.9K | 536.0K | 323 | 267.0K | 955.9K | 2026-04-05 17:10 UTC |
@@ -375,11 +375,11 @@ CI/CD status checks and GitHub Actions results for each commit.
375
  | `pull_requests` | 406.1K | PR-specific fields (merge status, diffs, refs) |
376
  | `comments` | 3.5M | Conversation comments on issues and PRs |
377
  | `review_comments` | 728.0K | Inline code review comments on PR diffs |
378
- | `reviews` | 625.8K | PR review decisions |
379
  | `timeline_events` | 670.7K | Activity timeline (labels, closes, merges, assignments) |
380
  | `pr_files` | 4.6M | Files changed in each pull request |
381
  | `commit_statuses` | 164.0K | CI/CD status checks per commit |
382
- | **Total** | **11.4M** | |
383
 
384
  ## How it's built
385
 
 
41
 
42
  The full development metadata of 12 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 **11.5M rows** across 8 tables in **29.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
  - **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-05 22:36 UTC**.
56
 
57
 
58
  ## Latest Sync
 
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
+ | **ClickHouse/ClickHouse** | — | — | — | +7.1K | — |
65
 
66
 
67
  ## Repositories
68
 
69
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
70
  |---|---:|---:|---:|---:|---:|---:|---|
71
+ | **ClickHouse/ClickHouse** | 100.7K | 72.8K | 0 | 44.7K | 10.0K | 554.3K | 2026-04-05 18:09 UTC |
72
  | **etcd-io/etcd** | 21.0K | 13.8K | 124.1K | 28.5K | 10.4K | 318.2K | 2026-04-05 17:22 UTC |
73
  | **facebook/react** | 33.7K | 19.2K | 170.7K | 20.1K | 250.7K | 860.5K | 2026-04-05 17:11 UTC |
74
  | **golang/go** | 75.8K | 4.9K | 536.0K | 323 | 267.0K | 955.9K | 2026-04-05 17:10 UTC |
 
375
  | `pull_requests` | 406.1K | PR-specific fields (merge status, diffs, refs) |
376
  | `comments` | 3.5M | Conversation comments on issues and PRs |
377
  | `review_comments` | 728.0K | Inline code review comments on PR diffs |
378
+ | `reviews` | 633.0K | PR review decisions |
379
  | `timeline_events` | 670.7K | Activity timeline (labels, closes, merges, assignments) |
380
  | `pr_files` | 4.6M | Files changed in each pull request |
381
  | `commit_statuses` | 164.0K | CI/CD status checks per commit |
382
+ | **Total** | **11.5M** | |
383
 
384
  ## How it's built
385
 
stats.csv CHANGED
@@ -1,14 +1,14 @@
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
- 2026-04-05T22:22:31Z,ClickHouse/ClickHouse,100691,72833,0,0,37543,10042,289350,0,510459
3
- 2026-04-05T22:22:31Z,etcd-io/etcd,20973,13844,87214,36907,28515,10415,120307,0,318175
4
- 2026-04-05T22:22:31Z,facebook/react,33671,19202,137746,32911,20114,250734,202159,163984,860521
5
- 2026-04-05T22:22:31Z,golang/go,75839,4942,535882,167,323,266977,71787,0,955917
6
- 2026-04-05T22:22:31Z,mdn/content,41537,31454,74108,83242,18824,12937,149932,0,412034
7
- 2026-04-05T22:22:31Z,microsoft/TypeScript,62128,19094,286088,50554,41935,12394,588993,0,1061186
8
- 2026-04-05T22:22:31Z,python/cpython,145738,69824,719996,144235,149806,21965,661095,0,1912659
9
- 2026-04-05T22:22:31Z,redis/redis,14557,7646,53049,28431,27127,10094,65526,0,206430
10
- 2026-04-05T22:22:31Z,rust-lang/rust,153942,92154,1220450,242736,185759,41584,1713700,0,3650325
11
- 2026-04-05T22:22:31Z,swiftlang/swift,84399,66803,344073,103099,108438,13165,685255,0,1405232
12
- 2026-04-05T22:22:31Z,vuejs/core,12049,6063,32158,3552,4759,10321,21300,0,90202
13
- 2026-04-05T22:22:31Z,vuejs/docs,3263,2248,4871,2131,2673,10044,15194,0,40424
14
- 2026-04-05T22:22:31Z,_total,748787,406107,3495635,727965,625816,670672,4584598,163984,11423564
 
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
+ 2026-04-05T22:36:30Z,ClickHouse/ClickHouse,100691,72833,0,0,44677,10042,326031,0,554274
3
+ 2026-04-05T22:36:30Z,etcd-io/etcd,20973,13844,87214,36907,28515,10415,120307,0,318175
4
+ 2026-04-05T22:36:30Z,facebook/react,33671,19202,137746,32911,20114,250734,202159,163984,860521
5
+ 2026-04-05T22:36:30Z,golang/go,75839,4942,535882,167,323,266977,71787,0,955917
6
+ 2026-04-05T22:36:30Z,mdn/content,41537,31454,74108,83242,18824,12937,149932,0,412034
7
+ 2026-04-05T22:36:30Z,microsoft/TypeScript,62128,19094,286088,50554,41935,12394,588993,0,1061186
8
+ 2026-04-05T22:36:30Z,python/cpython,145738,69824,719996,144235,149806,21965,661095,0,1912659
9
+ 2026-04-05T22:36:30Z,redis/redis,14557,7646,53049,28431,27127,10094,65526,0,206430
10
+ 2026-04-05T22:36:30Z,rust-lang/rust,153942,92154,1220450,242736,185759,41584,1713700,0,3650325
11
+ 2026-04-05T22:36:30Z,swiftlang/swift,84399,66803,344073,103099,108438,13165,685255,0,1405232
12
+ 2026-04-05T22:36:30Z,vuejs/core,12049,6063,32158,3552,4759,10321,21300,0,90202
13
+ 2026-04-05T22:36:30Z,vuejs/docs,3263,2248,4871,2131,2673,10044,15194,0,40424
14
+ 2026-04-05T22:36:30Z,_total,748787,406107,3495635,727965,632950,670672,4621279,163984,11467379