anitnilay20 / anitnilay20/thoth

Data source: ClickHouse plugin

未关闭
#100 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
architecture feature future plugin:database size:large
主要语言
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

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。