Skip to content

Commit 29a7049

Browse files
authored
Update README.md
1 parent ba9388a commit 29a7049

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

docs/README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,17 @@
55

66
# DuckDB HTTP Server Extension
77
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>
919

1020
![image](https://github.com/user-attachments/assets/e930a8d2-b3e4-454e-ba12-e5e91b30bfbe)
1121

@@ -15,7 +25,7 @@ The extension goal is to replace the functionality currently offered by [Quackpi
1525

1626
<br>
1727

18-
### 📦 Installation
28+
### 📦 [Installation](https://community-extensions.duckdb.org/extensions/httpserver.html)
1929
```sql
2030
INSTALL httpserver FROM community;
2131
LOAD httpserver;

0 commit comments

Comments
 (0)