Really excited about the future of DuckDB: 1. DuckLake is the best datalake spec and their team is improving on the extension rapidly. 2. With DuckDB WASM, you can make apps that would normally have 2 to 3 second latency for network calls work in We use it as our built-in datalake at Definite and couldn't be happier with it. 0 - https://ducklake.select/ 1 - https://www.definite.app/blog/ducklake
Show HN: Duck-UI – Browser-Based SQL IDE for DuckDB
21–30 of 62 posts
Re: Show HN: Duck-UI – Browser-Based SQL IDE for DuckDB
#22Earlier quoted context omitted.
possible, seems this is done in other modes. quote - google ai mode: "DuckDB offers robust capabilities for querying data stored partially on S3, particularly when dealing with Parquet files. This is achieved through several optimization techniques: Predicate Pushdown: When you apply a WHERE clause to filter data, DuckDB can "push down" this filter directly into the Parquet file scan. If the Parquet file contains zon…
« How does it handle [multi-source] joins ? » is the obvious next question.
Re: Show HN: Duck-UI – Browser-Based SQL IDE for DuckDB
#23There is an embedded one in DuckDB for a while now and it's great. I get the apeal of yours but this one is much easier to use for same cases: https://duckdb.org/2025/03/12/duckdb-ui
This is not a self hosted one though. You can not use default ui offline, you can not guarantee data safety
Re: Show HN: Duck-UI – Browser-Based SQL IDE for DuckDB
#24Re: Show HN: Duck-UI – Browser-Based SQL IDE for DuckDB
#25Wonder if this work could be ported as a replacement to duckdb local UI?
Re: Show HN: Duck-UI – Browser-Based SQL IDE for DuckDB
#26There is an embedded one in DuckDB for a while now and it's great. I get the apeal of yours but this one is much easier to use for same cases: https://duckdb.org/2025/03/12/duckdb-ui
This is not a self hosted one though. You can not use default ui offline, you can not guarantee data safety
(You can use it offline)
Re: Show HN: Duck-UI – Browser-Based SQL IDE for DuckDB
#27Re: Show HN: Duck-UI – Browser-Based SQL IDE for DuckDB
#28I just leave 'duckdb --ui' running on my computer at all times. While the functionality is great, I'm really not happy that UI itself isn't open source and instead controlled by motherduck. There are many quick and easy improvements that will probably never get made, as motherduck has no real incentive to improve it at this point. Wonder if this work could be ported as a replacement to duckdb local UI?