
Query CSV files in browser using DuckDB-Wasm
11 April, 2022
12
12
0
Contributors
DuckDB-Wasm is an in-process analytical SQL database for the browser. It is powered by WebAssembly, speaks Arrow fluently, and reads Parquet, CSV and JSON files. – DuckDB.
This page will load the DuckDB client, allowing anyone to upload a single file or multiple files (CSV, Parquet) and perform queries on those files, locally. You are not actually uploading your files to any server. It's only available temporarily in memory. You can then export the query result using the export button.
data
sql
analytics
duckdb