DuckDB HTTP API Server and Query Interface in a Community Extension
See the codeThis 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.
C++
40.2%
HTML
33.2%
Python
19.9%
Shell
3.7%
CMake
2.7%
DuckDB HTTP API Server and Query Interface in a Community Extension
See the codeThis 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.
C++
40.2%
HTML
33.2%
Python
19.9%
Shell
3.7%
CMake
2.7%