All Projects → wix → Quix

wix / Quix

Licence: mit
Quix Notebook Manager

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Quix

logica
Logica is a logic programming language that compiles to StandardSQL and runs on Google BigQuery.
Stars: ✭ 1,469 (+698.37%)
Mutual labels:  bigquery, presto
Sqlpad
Web-based SQL editor run in your own private cloud. Supports MySQL, Postgres, SQL Server, Vertica, Crate, ClickHouse, Trino, Presto, SAP HANA, Cassandra, Snowflake, BigQuery, SQLite, and more with ODBC
Stars: ✭ 4,113 (+2135.33%)
Mutual labels:  bigquery, presto
Cube.js
📊 Cube — Open-Source Analytics API for Building Data Apps
Stars: ✭ 11,983 (+6412.5%)
Mutual labels:  bigquery, presto
Pyhive
Python interface to Hive and Presto. 🐝
Stars: ✭ 1,378 (+648.91%)
Mutual labels:  presto
Haproxy Configs
80+ HAProxy Configs for Hadoop, Big Data, NoSQL, Docker, Elasticsearch, SolrCloud, HBase, MySQL, PostgreSQL, Apache Drill, Hive, Presto, Impala, Hue, ZooKeeper, SSH, RabbitMQ, Redis, Riak, Cloudera, OpenTSDB, InfluxDB, Prometheus, Kibana, Graphite, Rancher etc.
Stars: ✭ 106 (-42.39%)
Mutual labels:  presto
Go Bqstreamer
Stream data into Google BigQuery concurrently using InsertAll()
Stars: ✭ 133 (-27.72%)
Mutual labels:  bigquery
Scio
A Scala API for Apache Beam and Google Cloud Dataflow.
Stars: ✭ 2,247 (+1121.2%)
Mutual labels:  bigquery
Gcp Variant Transforms
GCP Variant Transforms
Stars: ✭ 100 (-45.65%)
Mutual labels:  bigquery
Linkis
Linkis helps easily connect to various back-end computation/storage engines(Spark, Python, TiDB...), exposes various interfaces(REST, JDBC, Java ...), with multi-tenancy, high performance, and resource control.
Stars: ✭ 2,323 (+1162.5%)
Mutual labels:  presto
Mais
Universalizando o acesso a dados no Brasil. Docs: https://basedosdados.github.io/mais/
Stars: ✭ 122 (-33.7%)
Mutual labels:  bigquery
Sqli
orm sql interface, Criteria, CriteriaBuilder, ResultMapBuilder
Stars: ✭ 1,644 (+793.48%)
Mutual labels:  presto
Parquet Go
Go package to read and write parquet files. parquet is a file format to store nested data structures in a flat columnar data format. It can be used in the Hadoop ecosystem and with tools such as Presto and AWS Athena.
Stars: ✭ 114 (-38.04%)
Mutual labels:  presto
Mara Example Project 2
An example mini data warehouse for python project stats, template for new projects
Stars: ✭ 154 (-16.3%)
Mutual labels:  bigquery
Spring Boot 2.x Examples
Spring Boot 2.x code examples
Stars: ✭ 104 (-43.48%)
Mutual labels:  presto
Bigdata docker
Big Data Ecosystem Docker
Stars: ✭ 161 (-12.5%)
Mutual labels:  presto
Maha
A framework for rapid reporting API development; with out of the box support for high cardinality dimension lookups with druid.
Stars: ✭ 101 (-45.11%)
Mutual labels:  presto
Gpt2 Bert Reddit Bot
a bot that generates realistic replies using a combination of pretrained GPT-2 and BERT models
Stars: ✭ 158 (-14.13%)
Mutual labels:  bigquery
Professional Services
Common solutions and tools developed by Google Cloud's Professional Services team
Stars: ✭ 1,923 (+945.11%)
Mutual labels:  bigquery
Spark Bigquery Connector
BigQuery data source for Apache Spark: Read data from BigQuery into DataFrames, write DataFrames into BigQuery tables.
Stars: ✭ 126 (-31.52%)
Mutual labels:  bigquery
Presto Go Client
A Presto client for the Go programming language.
Stars: ✭ 183 (-0.54%)
Mutual labels:  presto

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].