anitnilay20 / anitnilay20/thoth
Data source: ClickHouse plugin
- Vorherrschende Sprache
- Rust
- Sterne
- 70
- Forks
- 5
- Ø Merge
- 10 Std. 33 Min.
- Gemergte PRs (30 T.)
- 2
Beschreibung
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.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
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.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- clickhouse, rust, sql
- Bereich
- databases
- Issue-Typ
- Feature
- Schwierigkeit
- 5/5
- Geschätzter Aufwand
- Über eine Woche
- Aktivitätsstatus
- Ruhig
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 42/100