Datasets:
sync ClickHouse/ClickHouse +40.9K review_comments — 2026-04-07 00:54 UTC
Browse files
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.
|
| 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 00:
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
@@ -61,26 +61,14 @@ New items since the previous publish:
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
-
| **ClickHouse/ClickHouse** |
|
| 65 |
-
| **duckdb/duckdb** | +10.6K | — | — | — | — |
|
| 66 |
-
| **etcd-io/etcd** | +4 | — | +24 | +4 | +892 |
|
| 67 |
-
| **facebook/react** | +4 | — | +23 | +3 | +81 |
|
| 68 |
-
| **golang/go** | +17 | — | +169 | — | +1.1K |
|
| 69 |
-
| **mdn/content** | +11 | — | +78 | +68 | +278 |
|
| 70 |
-
| **microsoft/TypeScript** | +8 | — | +28 | +6 | +808 |
|
| 71 |
-
| **pingcap/tidb** | +67.2K | +44.5K | — | +152.3K | +10.0K |
|
| 72 |
-
| **python/cpython** | +40 | — | +189 | +67 | +1.9K |
|
| 73 |
-
| **redis/redis** | +5 | — | +34 | +24 | +820 |
|
| 74 |
-
| **rust-lang/rust** | +53 | — | +484 | +75 | +4.1K |
|
| 75 |
-
| **swiftlang/swift** | +14 | — | +96 | +39 | +728 |
|
| 76 |
-
| **vuejs/core** | +8 | — | +26 | +4 | +67 |
|
| 77 |
|
| 78 |
|
| 79 |
## Repositories
|
| 80 |
|
| 81 |
| Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
|
| 82 |
|---|---:|---:|---:|---:|---:|---:|---|
|
| 83 |
-
| **ClickHouse/ClickHouse** | 100.8K | 72.8K |
|
| 84 |
| **duckdb/duckdb** | 10.6K | 0 | 0 | 0 | 0 | 10.6K | 2026-04-06 11:02 UTC |
|
| 85 |
| **etcd-io/etcd** | 21.0K | 13.8K | 124.1K | 28.5K | 11.4K | 319.2K | 2026-04-06 23:32 UTC |
|
| 86 |
| **facebook/react** | 33.7K | 19.2K | 170.7K | 20.1K | 250.9K | 860.7K | 2026-04-06 22:50 UTC |
|
|
@@ -388,12 +376,12 @@ CI/CD status checks and GitHub Actions results for each commit.
|
|
| 388 |
| `issues` | 826.9K | Issues and pull requests (shared metadata) |
|
| 389 |
| `pull_requests` | 450.6K | PR-specific fields (merge status, diffs, refs) |
|
| 390 |
| `comments` | 3.7M | Conversation comments on issues and PRs |
|
| 391 |
-
| `review_comments` |
|
| 392 |
| `reviews` | 841.8K | PR review decisions |
|
| 393 |
| `timeline_events` | 697.7K | Activity timeline (labels, closes, merges, assignments) |
|
| 394 |
| `pr_files` | 5.4M | Files changed in each pull request |
|
| 395 |
| `commit_statuses` | 164.0K | CI/CD status checks per commit |
|
| 396 |
-
| **Total** | **12.
|
| 397 |
|
| 398 |
## How it's built
|
| 399 |
|
|
|
|
| 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 |
- **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 00:54 UTC**.
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
+
| **ClickHouse/ClickHouse** | — | — | +40.9K | — | — |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 65 |
|
| 66 |
|
| 67 |
## Repositories
|
| 68 |
|
| 69 |
| Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
|
| 70 |
|---|---:|---:|---:|---:|---:|---:|---|
|
| 71 |
+
| **ClickHouse/ClickHouse** | 100.8K | 72.8K | 276.1K | 100.9K | 14.4K | 1.3M | 2026-04-07 00:16 UTC |
|
| 72 |
| **duckdb/duckdb** | 10.6K | 0 | 0 | 0 | 0 | 10.6K | 2026-04-06 11:02 UTC |
|
| 73 |
| **etcd-io/etcd** | 21.0K | 13.8K | 124.1K | 28.5K | 11.4K | 319.2K | 2026-04-06 23:32 UTC |
|
| 74 |
| **facebook/react** | 33.7K | 19.2K | 170.7K | 20.1K | 250.9K | 860.7K | 2026-04-06 22:50 UTC |
|
|
|
|
| 376 |
| `issues` | 826.9K | Issues and pull requests (shared metadata) |
|
| 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` | 800.8K | Inline code review comments on PR diffs |
|
| 380 |
| `reviews` | 841.8K | PR review decisions |
|
| 381 |
| `timeline_events` | 697.7K | 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 |
|
| 384 |
+
| **Total** | **12.9M** | |
|
| 385 |
|
| 386 |
## How it's built
|
| 387 |
|
data/comments/ClickHouse/ClickHouse/delta.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f1bdbb5593d85e48b1d295b2ae631b188436f52912b89f80e30803737f991c26
|
| 3 |
+
size 307
|
data/issues/ClickHouse/ClickHouse/delta.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d3aa24d412c393a3f87794d02b048c922cf9650d2844eb5149444c40bf19a2ab
|
| 3 |
+
size 595
|
data/reviews/ClickHouse/ClickHouse/delta.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:615c1457afd6ba068879fd33e9fb567e36dd815df2ef398a37933704e79b37db
|
| 3 |
+
size 258
|
data/timeline_events/ClickHouse/ClickHouse/delta.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8be5b5ebce3d944650b09793bc14308a45fae763a33f5e7e47177ab3c8c37355
|
| 3 |
+
size 539
|
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-07T00:
|
| 3 |
-
2026-04-07T00:
|
| 4 |
-
2026-04-07T00:
|
| 5 |
-
2026-04-07T00:
|
| 6 |
-
2026-04-07T00:
|
| 7 |
-
2026-04-07T00:
|
| 8 |
-
2026-04-07T00:
|
| 9 |
-
2026-04-07T00:
|
| 10 |
-
2026-04-07T00:
|
| 11 |
-
2026-04-07T00:
|
| 12 |
-
2026-04-07T00:
|
| 13 |
-
2026-04-07T00:
|
| 14 |
-
2026-04-07T00:
|
| 15 |
-
2026-04-07T00:
|
| 16 |
-
2026-04-07T00:
|
|
|
|
| 1 |
updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
|
| 2 |
+
2026-04-07T00:54:21Z,ClickHouse/ClickHouse,100767,72838,203554,72556,100886,14377,694654,0,1259632
|
| 3 |
+
2026-04-07T00:54:21Z,duckdb/duckdb,10600,0,0,0,0,0,0,0,10600
|
| 4 |
+
2026-04-07T00:54:21Z,etcd-io/etcd,20977,13844,87235,36911,28519,11415,120334,0,319235
|
| 5 |
+
2026-04-07T00:54:21Z,facebook/react,33676,19202,137771,32913,20117,250860,202197,163984,860720
|
| 6 |
+
2026-04-07T00:54:21Z,golang/go,75856,4942,536058,167,323,268162,71801,0,957309
|
| 7 |
+
2026-04-07T00:54:21Z,mdn/content,41549,31454,74126,83303,18892,13219,150013,0,412556
|
| 8 |
+
2026-04-07T00:54:21Z,microsoft/TypeScript,62139,19094,286115,50558,41941,13207,589008,0,1062062
|
| 9 |
+
2026-04-07T00:54:21Z,pingcap/tidb,67220,44489,0,0,152285,10000,385597,0,659591
|
| 10 |
+
2026-04-07T00:54:21Z,python/cpython,145799,69824,720155,144320,149899,24974,661898,0,1916869
|
| 11 |
+
2026-04-07T00:54:21Z,redis/redis,14562,7646,53062,28453,27151,10918,65540,0,207332
|
| 12 |
+
2026-04-07T00:54:21Z,rust-lang/rust,154002,92154,1220889,242831,185839,46238,1715201,0,3657154
|
| 13 |
+
2026-04-07T00:54:21Z,swiftlang/swift,84416,66803,344157,103119,108477,13942,685321,0,1406235
|
| 14 |
+
2026-04-07T00:54:21Z,vuejs/core,12057,6063,32178,3558,4763,10388,21317,0,90324
|
| 15 |
+
2026-04-07T00:54:21Z,vuejs/docs,3263,2248,4871,2131,2673,10044,15194,0,40424
|
| 16 |
+
2026-04-07T00:54:21Z,_total,826883,450601,3700171,800820,841765,697744,5378075,163984,12860043
|