ChDB: Embedded OLAP SQL Engine Powered by ClickHouse
1–10 of 35 posts
Re: ChDB: Embedded OLAP SQL Engine Powered by ClickHouse
#2Re: ChDB: Embedded OLAP SQL Engine Powered by ClickHouse
#3why would you use this over duckdb?
Re: ChDB: Embedded OLAP SQL Engine Powered by ClickHouse
#4why would you use this over duckdb?
Re: ChDB: Embedded OLAP SQL Engine Powered by ClickHouse
#5why would you use this over duckdb?
Re: ChDB: Embedded OLAP SQL Engine Powered by ClickHouse
#6We recently worked with the chDB team to add support for Jupyter notebooks: https://jupysql.ploomber.io/en/latest/integrations/chdb.html
Re: ChDB: Embedded OLAP SQL Engine Powered by ClickHouse
#7why would you use this over duckdb?
Other reasons include their wide range of input formats, special table functions (e.g. query a URL).
Re: ChDB: Embedded OLAP SQL Engine Powered by ClickHouse
#8People badmouth Python packaging a lot, but once you've learned how to use a virtual environment (admittedly a steeper learning curve than I'd like it to be) having binary wheels for so much of this kind of stuff is a huge win.
See also Playwright, DuckDB, ziglang... I wrote a bit about those here https://simonwillison.net/2022/May/23/bundling-binary-tools-...