wix / quix

Quix Notebook Manager

Home Page:https://wix.github.io/quix/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • Query management - organize your notebooks in folders for easy access and sharing
  • Visualizations - quickly plot time and bar series (more visualizations to follow)
  • DB Explorer - explore your data sources
  • Search - search notes of all users

Management

Visualizations

Explorer

License

MIT

About

Quix Notebook Manager

https://wix.github.io/quix/

License:MIT License


Languages

Language:TypeScript 70.3%Language:JavaScript 14.0%Language:Scala 9.1%Language:SCSS 2.5%Language:HTML 2.5%Language:HCL 1.2%Language:Python 0.2%Language:Dockerfile 0.1%Language:Shell 0.1%