File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 5
5
6
6
# DuckDB HTTP Server Extension
7
7
This very experimental extension spawns an HTTP Server from within DuckDB serving query requests.<br >
8
- The extension goal is to replace the functionality currently offered by [ Quackpipe] ( https://github.com/metrico/quackpipe )
8
+ The extension goal is to replace the functionality currently offered by [ quackpipe] ( https://github.com/metrico/quackpipe )
9
+
10
+ ### Features
11
+
12
+ - Turn any [ DuckDB] ( https://duckdb.org ) instance into an ** HTTP OLAP API** Server
13
+ - Use the embedded ** Play User Interface** to query and visualize data
14
+ - Pair with [ chsql] ( https://community-extensions.duckdb.org/extensions/chsql.html ) extension for ** ClickHouse flavoured SQL**
15
+ - Work with local and remote datasets including [ MotherDuck] ( https://motherduck.com ) 🐤
16
+ - _ 100% Opensource, ready to use and extend by the Community!_
17
+
18
+ <br >
9
19
10
20
![ image] ( https://github.com/user-attachments/assets/e930a8d2-b3e4-454e-ba12-e5e91b30bfbe )
11
21
@@ -15,7 +25,7 @@ The extension goal is to replace the functionality currently offered by [Quackpi
15
25
16
26
<br >
17
27
18
- ### 📦 Installation
28
+ ### 📦 [ Installation] ( https://community-extensions.duckdb.org/extensions/httpserver.html )
19
29
``` sql
20
30
INSTALL httpserver FROM community;
21
31
LOAD httpserver;
You can’t perform that action at this time.
0 commit comments