Skip to content

quackscience/quackpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

a pipe for quackheads

🐤 quackpy

QuackPy is a serverless OLAP API built on top of DuckDB emulating and aliasing the ClickHouse HTTP API

Play with DuckDB SQL and Cloud storage though a familiar API, without giving up old habits and integrations.

🐥 Demo

🐥 try a sample s3/parquet query in our miniature playground (fly.io free tier, 1x-shared-vcpu, 256Mb)
🐥 launch your own free instance on fly.io


🌱 Get Started

Run using docker or build from source

🐋 Using Docker

docker pull ghcr.io/quackscience/quackpy:latest
docker run -ti --rm -p 8123:8123 ghcr.io/quackscience/quackpy:latest
🃏 Disclaimers

Footnotes

  1. DuckDB ® is a trademark of DuckDB Foundation. All rights reserved by their respective owners. 1

  2. ClickHouse ® is a trademark of ClickHouse Inc. No direct affiliation or endorsement. 2

  3. Released under the MIT license. See LICENSE for details. All rights reserved by their respective owners. 3