quix

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

License

License

GroupId

GroupId

com.wix
ArtifactId

ArtifactId

quix
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

pom
Description

Description

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

Project URL

https://github.com/wix/quix
Source Code Management

Source Code Management

https://github.com/wix/quix.git

Download quix

Filename Size
quix-1.0.1.pom 4 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.wix/quix/ -->
<dependency>
    <groupId>com.wix</groupId>
    <artifactId>quix</artifactId>
    <version>1.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.wix/quix/
implementation 'com.wix:quix:1.0.1'
// https://jarcasting.com/artifacts/com.wix/quix/
implementation ("com.wix:quix:1.0.1")
'com.wix:quix:pom:1.0.1'
<dependency org="com.wix" name="quix" rev="1.0.1">
  <artifact name="quix" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.wix', module='quix', version='1.0.1')
)
libraryDependencies += "com.wix" % "quix" % "1.0.1"
[com.wix/quix "1.0.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • quix-api
  • quix-core
  • quix-modules/quix-dummy-module
  • quix-modules/quix-presto-module
  • quix-modules/quix-athena-module
  • quix-modules/quix-jdbc-module
  • quix-modules/quix-bigquery-module
  • quix-modules/quix-python-module
  • quix-webapps/quix-web-spring

Quix Support Build Status Maven Central

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 [email protected].

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

com.wix

Wix.com

Open-sourcing useful pieces of code

Versions

Version
1.0.1