Query-farm/httpserver

DuckDB HTTP API Server and Query Interface in a Community Extension

See the code

README

Query.Farm

DuckDB HTTP Server Extension

DuckDB v1.5 build

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.

Documentation

Full documentation, including installation, usage, the function reference, and cookbook examples, is available at:

https://query.farm/products/extensions/httpserver

Installation

INSTALL httpserver FROM community;
LOAD httpserver;

Development

For instructions on building the extension from source and running its tests, see BUILDING.md.

api
api-server
community-extension
duckdb
extension
http-server
olap
user-interface

Contributors

lmangani

69 commits

rustyconover

14 commits

akvlad

6 commits

vhiairrassary

2 commits

Query-farm/httpserver

DuckDB HTTP API Server and Query Interface in a Community Extension

See the code

README

Query.Farm

DuckDB HTTP Server Extension

DuckDB v1.5 build

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.

Documentation

Full documentation, including installation, usage, the function reference, and cookbook examples, is available at:

https://query.farm/products/extensions/httpserver

Installation

INSTALL httpserver FROM community;
LOAD httpserver;

Development

For instructions on building the extension from source and running its tests, see BUILDING.md.

api
api-server
community-extension
duckdb
extension
http-server
olap
user-interface

Contributors

lmangani

69 commits

rustyconover

14 commits

akvlad

6 commits

vhiairrassary

2 commits

Languages

C++

40.2%

HTML

33.2%

Python

19.9%

Shell

3.7%

CMake

2.7%