A WASM DB saved our data analysis engine

1 month ago 2

Our demo totally crashed on a spreadsheet. We knew the old engine wasn't it, so we just yeeted it and rebuilt with DuckDB and WebAssembly. Basically, we put a whole analytical database inside your browser with WASM. Now parsing and queries run parallel, no cap.

It's actually wild now: 500MB CSV in ~2s. Charts on 100k+ rows are just live.

Peep it here at https://datastripes.com/

Read Entire Article