anitnilay20 / anitnilay20/thoth
Data source: ClickHouse plugin
- Langage dominant
- Rust
- Étoiles
- 70
- Forks
- 5
- Merge moyen
- 10 h 33 min
- PR mergées (30 j)
- 2
Description
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.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
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.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- clickhouse, rust, sql
- Domaine
- databases
- Type d'issue
- Fonctionnalité
- Difficulté
- 5/5
- Temps estimé
- Plus d'une semaine
- Activité
- Calme
- Clarté
- Plutôt claire
- Accessibilité débutants
- 42/100