duckdb
→ cloudbeaver
It natively supports though jdbc. SSO support is available for pro license.
→ sqlpad
Sounds easy to implement a duckdb driver, inspired from sqlite. Then build the docker image. The tool is considered legacy
- sqlpad/sqllite
- sqlpad/dokerfile
- dockerfile usage
- nodejs duckdb driver
- example Athena driver PR
- cancel a running query
→ csv
After the initial publication of this post, Mark Raasveldt reached out and let me know that the COPY command uses an alternative code path to READ_CSV() and that loading the dataset into DuckDB's internal format via this method would be both more reliable and result in faster benchmark numbers
This page was last modified: