anitnilay20 / anitnilay20/thoth
Data source: DuckDB plugin
- 主要語言
- Rust
- 星號
- 70
- 分支
- 5
- 平均合併
- 10 小時 33 分鐘
- 30 天內合併 PR
- 2
描述
Embedded analytical SQL engine (local files / Parquet). **SQL**.
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`).
## Constraint (key risk)
- DuckDB is a **library, not a server** — there's no socket to talk to. Under `wasm32-wasip1` we can't just open a TCP connection. Options:
1. Compile DuckDB to wasm and link it into the plugin (heavy), or
2. the **subprocess plugin path** (`docs/DATABASE_PLUGINS.md` Option C) running a native DuckDB.
- Opens a `.duckdb`/Parquet/CSV file via the existing `file-access` world.
## Reuse
- `DbAdapter`, results grid, schema browser (once an execution path exists).
## New work
- Decide + implement the embed/subprocess execution path; file open via the file dialog.
---
Part of the data-source plugins epic #109.
貢獻指南
這個儲存庫沒有索引到貢獻指南
研究方向
Start with docs/DATABASE_PLUGINS.md, especially subprocess plugin path Option C, then inspect the Seshat foundation from issues #93 and #99 and the existing file-access and DbAdapter paths. Decide whether the DuckDB execution path is embedded or subprocess-based, then verify that a .duckdb, Parquet, or CSV file can be opened and queried through the existing results and schema UI.
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- rust, sql, wasm
- 領域
- databases
- Issue 類型
- 功能
- 難度
- 5/5
- 預估耗時
- 一週以上
- 活躍度
- 冷清
- 描述清晰度
- 基本清楚
- 新手友好度
- 30/100