anitnilay20 / anitnilay20/thoth
Data source: ClickHouse plugin
- 主要語言
- Rust
- 星號
- 70
- 分支
- 5
- 平均合併
- 10 小時 33 分鐘
- 30 天內合併 PR
- 2
描述
Columnar OLAP database. **SQL** — fits the existing `DbAdapter` pattern closely.
Builds on the **Seshat** foundation (#93, shipped in #99): host `tcp-client` (+ host-side TLS), owner-thread query execution, `secure-storage` for credentials, and the `UiNode` DSL (connection dialog, dock tabs, results grid, `json-tree`).
## Transport
- HTTP interface on `:8123` (simplest to start) **or** the native binary protocol on `:9000`. Auth: user/password, TLS.
## Reuse
- `DbAdapter` trait, results grid, schema browser, EXPLAIN view.
## New work
- HTTP (or native-protocol) client over the shim; ClickHouse type mapping (columnar/nullable/array types); introspection via `SHOW DATABASES/TABLES` + `DESCRIBE`; `EXPLAIN` / `EXPLAIN PIPELINE`.
Depends on the shared **host HTTP client** prerequisite if using the HTTP interface (see umbrella).
---
Part of the data-source plugins epic #109.
貢獻指南
這個儲存庫沒有索引到貢獻指南
研究方向
Read the Seshat foundation from #93 and #99, then trace the existing DbAdapter trait, results grid, schema browser, and EXPLAIN view. Resolve the shared host HTTP client prerequisite before choosing HTTP on :8123 or the native protocol on :9000; done means authenticated ClickHouse queries, type mapping, introspection, and EXPLAIN/EXPLAIN PIPELINE work through the plugin.
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- clickhouse, rust, sql
- 領域
- databases
- Issue 類型
- 功能
- 難度
- 5/5
- 預估耗時
- 一週以上
- 活躍度
- 冷清
- 描述清晰度
- 基本清楚
- 新手友好度
- 42/100