QueryPad – I got tired of opening Python just to query a CSV
DuckDB-Wasm in browser with shareable URLs—better than opening Python.
A simple web UI to view data in s3 files using sql
DuckDB-powered S3 viewer when AWS Console and S3 Studio already offer previews.
Data analysts, non-technical teams needing S3 data access
AWS S3 Console · S3 Studio · DuckDB HTTPFS
- There are many non-IT teams in orgs who just want a preview of the data in the files or want to do some simple explorations. Frequently, they are denied access because of the possibility of doing something with confidential data via the s3 console.
- The s3 console does not allow querying or viewing files beyond a certain size.
- The s3 console does not give you information about data types of columns in the file.
This uses duckdb behind the scenes to achieve this. All you need is the Golang runtime to run this on your machine.
DuckDB-Wasm in browser with shareable URLs—better than opening Python.
DuckDB-Wasm runs SQL queries on dropped files directly in your browser, no server needed.
SQL queries over Claude/Copilot agent data; clever parsing, but tiny audience.
Decision trees to SQL is a clever alternative to LLM prompt engineering.
Generates native DuckDB SQL for MotherDuck instead of generic dialect.
Automatic differential privacy for SQL without per-query specialist configuration.