com.wix:quix-api

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-api
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download quix-api

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.10
io.monix : monix-reactive_2.12 jar 3.1.0

Project Modules

There are no modules declared in this project.

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