Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lmangani/vquackpipe
Vlang version of QuackPipe - an OLAP API built on top of DuckDB
https://github.com/lmangani/vquackpipe
api duckdb olap quackpipe query v vlang
Last synced: about 1 month ago
JSON representation
Vlang version of QuackPipe - an OLAP API built on top of DuckDB
- Host: GitHub
- URL: https://github.com/lmangani/vquackpipe
- Owner: lmangani
- Created: 2024-11-06T22:38:29.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-06T22:57:03.000Z (about 2 months ago)
- Last Synced: 2024-11-26T21:01:47.863Z (about 1 month ago)
- Topics: api, duckdb, olap, quackpipe, query, v, vlang
- Language: HTML
- Homepage: https://quackpipe.fly.dev
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> _a pipe for quackheads_
# :baby_chick: vQuackpipe
Minimal DuckDB Quackpipe... in [vlang](vlang.io)
> _QuackPipe is a serverless OLAP API built on top of DuckDB
### Requirements
- The latest [vlang](https://vlang.io/) version
- The latest DuckDB library should be downloaded to the `/thirdparty` folder before compiling
```
mkdir thirdparty && cd thirdparty
wget https://github.com/duckdb/duckdb/releases/latest/download/libduckdb-linux-amd64.zip
unzip libduckdb-linux-amd64.zip
```### Build
```
v -prod quackpipe.v
```