Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```