This extension transforms DuckDB instances into tiny multi-player HTTP OLAP API services. Supports Authentication (Basic Auth or X-Token) and includes the play SQL user interface.
Full documentation, including installation, usage, the function reference, and cookbook examples, is available at:
https://query.farm/products/extensions/httpserver
INSTALL httpserver FROM community;
LOAD httpserver;For instructions on building the extension from source and running its tests, see BUILDING.md.