anitnilay20 / anitnilay20/thoth
Data source: Snowflake plugin
- Vorherrschende Sprache
- Rust
- Sterne
- 70
- Forks
- 5
- Ø Merge
- 10 Std. 33 Min.
- Gemergte PRs (30 T.)
- 2
Beschreibung
Cloud data warehouse. **SQL over HTTP REST** (no raw socket protocol).
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
- Snowflake SQL API v2 over HTTPS `:443` (async: submit statement, poll for results). Auth: key-pair **JWT** (or OAuth). Config: account, warehouse, role, database/schema.
## Reuse
- `DbAdapter`, results grid.
## New work
- HTTPS client; SQL REST API submit/poll; JWT key-pair auth (RSA signing — we already pull in `rsa` for MySQL); account/warehouse/role config fields.
Depends on the shared **host HTTP client** prerequisite (see umbrella).
---
Part of the data-source plugins epic #109.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.