logoalt Hacker News

arealaccountyesterday at 3:27 PM1 replyview on HN

We use DuckDB WASM with parquet to build dashboards in-browser. It's cool to be able to write SQL directly in a browser and not have to rely on REST/Graphql/etc to access the data layer.


Replies

jayctyesterday at 6:27 PM

curious if you're using something mostly-out-of-the-box to layer on visualizations for your dashboards?

relatively new to duckdb, love it so far, looking at alternatives for downstream visualization. so far just exporting datasets and piping into python scripts.

show 2 replies