wix-incubator / quix

Quix Notebook Manager
https://wix-incubator.github.io/quix/
MIT License
267 stars 37 forks source link
athena bigquery notebook-manager presto trino

Quix

Support Maven Central

Quix Backend Build Quix Frontend Build & Publish Quix Documentation Publish

Quix is an easy-to-use notebook manager with support for Presto, Athena, BigQuery, MySQL, PostgreSQL, ClickHouse and more.

Intro

Check out these blog posts introducing Quix on Wix Engineering Blog :

Quick start

Using docker-compose, this will run Quix with a MySQL container and an example Presto installation. Quix will run in a single-user mode without authentication.

mkdir quix && cd quix
curl https://raw.githubusercontent.com/wix/quix/master/docker-compose.prebuilt.yml -o docker-compose.yml
curl https://raw.githubusercontent.com/wix/quix/master/env-example -o .env
docker-compose up

Be sure to check the full installation notes on how to edit the .env file to add more data sources, turn on multi-user mode and customize your deployment.

For support please contact us via oss@wix.com.

Main features

Management

Visualizations

Explorer

License

MIT