Replies: 2 comments 1 reply
-
+1 on making it possible to use the DuckDB WASM app https://github.com/duckdb/duckdb-wasm as the compute part of the DucklLake system to dynamically scale up and down "the serverless way" |
Beta Was this translation helpful? Give feedback.
-
"official" description from @Mytherin how it works, and what would be perfect to be done in wasm apps:
source: #211 (comment) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to connect to DuckLake from DuckDB wasm? My understanding is that the catalog is accessed using the underlying database's wire protocol, but wasm cannot yet create raw socket connections and can only use HTTP(S).
With that in mind, any plans to support catalog operations via some RESTful API?
Beta Was this translation helpful? Give feedback.
All reactions