com.wix:quix-core

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-core
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-core

How to add to project

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

Dependencies

compile (8)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.10
com.github.blemale : scaffeine_2.12 jar 2.6.0
com.typesafe.scala-logging : scala-logging_2.12 jar 3.9.2
com.fasterxml.jackson.core : jackson-core jar 2.10.1
com.fasterxml.jackson.module : jackson-module-scala_2.12 jar 2.10.1
com.fasterxml.jackson.datatype : jackson-datatype-jdk8 jar 2.10.1
com.wix : quix-api jar 1.0.1
io.prestosql : presto-parser jar 326

test (6)

Group / Artifact Type Version
org.specs2 : specs2-core_2.12 jar 4.8.1
org.specs2 : specs2-junit_2.12 jar 4.8.1
org.specs2 : specs2-mock_2.12 jar 4.8.1
com.wix : wix-embedded-mysql jar 4.6.1
mysql : mysql-connector-java jar 8.0.18
ch.qos.logback : logback-classic jar 1.2.3

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