| ▲ | leetrout 7 days ago | ||||||||||||||||
I built something on top of DuckDB last year but it never got deployed. They wanted to trust Postgres. I didn't use the in browser WASM but I did expose an api endpoint that passed data exploration queries directly to the backend like a knock off of what new relic does. I also use that same endpoint for all the graphs and metrics in the UI. DuckDB is phenomenal tech and I love to use it with data ponds instead of data lakes although it is very capable of large sets as well. | |||||||||||||||||
| ▲ | whalesalad 7 days ago | parent | next [-] | ||||||||||||||||
Cool thing about DuckDB is it can be embedded. We have a data pipeline that produces a duckdb file and puts it on S3. The app periodically checks that assets etag and pulls it down when it changes. Most of our DB interactions use PSQL, but we have one module that leverages DuckDB and this file for reads. So it's definitely not all-or-nothing. | |||||||||||||||||
| |||||||||||||||||
| ▲ | victor106 6 days ago | parent | prev [-] | ||||||||||||||||
> data ponds instead of data lakes What are data ponds? Never heard the term before | |||||||||||||||||
| |||||||||||||||||