Hacker News new | ask | show | jobs
by bluehat974 975 days ago
Do they provide wasm version to use in browser? (like duckdb-wasm)
2 comments

no chdb wasm versions are planned or even possible at the moment. This ClickHouse thread is still relevant: https://github.com/ClickHouse/ClickHouse/pull/37871
What is the use case for a browser based OLAP database ?
Something like https://github.com/finos/perspective ? We use an OLAP(-y) WASM engine to provide query-ability to our data visualization tool, and doing the calculations in the browser is cheaper and simpler than a server-side database for datasets that fit in browser memory.