Duckdb HTTP extension
last updated: Oct 21, 2024
https://github.com/quackscience/duckdb-extension-httpserver
- Turn any DuckDB instance into an HTTP OLAP API Server
- Use the embedded Play User Interface to query and visualize data
- Pair with chsql extension for ClickHouse flavoured SQL
- Work with local and remote datasets including MotherDuck 🐤
- 100% Opensource, ready to use and extend by the Community!
Start an HTTP service from a duckdb instance with a sql command, includes token or basic auth authentication.
via hrbrmstr