com.wix:quix-python-module

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

License

License

Categories

Categories

Python Languages
GroupId

GroupId

com.wix
ArtifactId

ArtifactId

quix-python-module
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-python-module

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
com.wix : quix-api jar 1.0.1
com.wix : quix-core jar 1.0.1
com.zaxxer : nuprocess jar 1.2.5
net.sf.py4j : py4j jar 0.10.8.1
com.typesafe.scala-logging : scala-logging_2.12 jar 3.9.2
ch.qos.logback : logback-classic jar 1.2.3

test (3)

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

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