{"id":2020301,"url":"https://wix.github.io/quix","last_synced_at":"2025-03-29T20:30:42.650Z","repository":{"id":37318595,"uuid":"181340369","full_name":"wix-incubator/quix","owner":"wix-incubator","description":"Quix Notebook Manager","archived":false,"fork":false,"pushed_at":"2025-02-16T08:39:20.000Z","size":11912,"stargazers_count":272,"open_issues_count":113,"forks_count":36,"subscribers_count":55,"default_branch":"master","last_synced_at":"2025-03-25T16:18:25.647Z","etag":null,"topics":["athena","bigquery","notebook-manager","presto","trino"],"latest_commit_sha":null,"homepage":"https://wix-incubator.github.io/quix/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wix-incubator.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-04-14T16:52:02.000Z","updated_at":"2025-02-25T20:23:41.000Z","dependencies_parsed_at":"2024-10-29T18:22:42.813Z","dependency_job_id":null,"html_url":"https://github.com/wix-incubator/quix","commit_stats":{"total_commits":1092,"total_committers":33,"mean_commits":33.09090909090909,"dds":0.5375457875457875,"last_synced_commit":"bff9623bce747467f5fbbf2ca659b9b36bafed3d"},"previous_names":["wix/quix"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wix-incubator%2Fquix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wix-incubator%2Fquix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wix-incubator%2Fquix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wix-incubator%2Fquix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wix-incubator","download_url":"https://codeload.github.com/wix-incubator/quix/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246242774,"owners_count":20746297,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["athena","bigquery","notebook-manager","presto","trino"],"created_at":"2024-01-20T23:01:31.127Z","updated_at":"2025-03-29T20:30:41.881Z","avatar_url":"https://github.com/wix-incubator.png","language":"TypeScript","funding_links":[],"categories":["GUIs","GUIs?"],"sub_categories":[],"readme":"# Quix\n![Support](https://img.shields.io/npm/l/@wix/quix-client) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.wix/quix-api_2.13/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.wix/quix-api_2.13)\n\n[![Quix Backend Build](https://github.com/wix-incubator/quix/actions/workflows/quix-backend-build.yml/badge.svg?branch=master)](https://github.com/wix-incubator/quix/actions/workflows/quix-backend-build.yml)\n[![Quix Frontend Build \u0026 Publish](https://github.com/wix-incubator/quix/actions/workflows/quix-frontend-publish.yml/badge.svg)](https://github.com/wix-incubator/quix/actions/workflows/quix-frontend-publish.yml) [![Quix Documentation Publish](https://github.com/wix-incubator/quix/actions/workflows/quix-documentation-publish.yml/badge.svg)](https://github.com/wix-incubator/quix/actions/workflows/quix-documentation-publish.yml)\n\nQuix is an easy-to-use notebook manager with support for [Presto](https://wix-incubator.github.io/quix/docs/presto), [Athena](https://wix-incubator.github.io/quix/docs/athena), [BigQuery](https://wix-incubator.github.io/quix/docs/bigquery), [MySQL](https://wix-incubator.github.io/quix/docs/mysql), [PostgreSQL](https://wix-incubator.github.io/quix/docs/postgresql), [ClickHouse](https://wix-incubator.github.io/quix/docs/clickhouse) and more.\n\n* [Installation](https://wix-incubator.github.io/quix/docs/installation)\n\n## Intro\nCheck out these blog posts introducing Quix on Wix Engineering Blog : \n* [Introducing Quix: Presto-based Notebook Manager for Fast and Easy Data Exploration ](https://www.wix.engineering/post/introducing-quix-presto-based-notebook-manager-for-fast-and-easy-data-exploration)\n* [Quix Version 1: Now also Supporting Amazon Athena, Google BigQuery and Generic JDBC](https://www.wix.engineering/post/quix-version-1-now-also-supporting-amazon-athena-google-bigquery-and-generic-jdbc)\n\n## Quick start\nUsing `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. \n\n```bash\nmkdir quix \u0026\u0026 cd quix\ncurl https://raw.githubusercontent.com/wix/quix/master/docker-compose.prebuilt.yml -o docker-compose.yml\ncurl https://raw.githubusercontent.com/wix/quix/master/env-example -o .env\ndocker-compose up\n```\n\nBe sure to check the [full installation notes](https://wix-incubator.github.io/quix/docs/installation) on how to edit the `.env` file to add more data sources, turn on multi-user mode and customize your deployment.\n\nFor support please contact us via [oss@wix.com](mailto:oss@wix.com).\n\n## Main features\n- [Query management](#Management) - organize your notebooks in folders for easy access and sharing\n- [Visualizations](#Visualizations) - quickly plot time and bar series (more visualizations to follow)\n- [DB Explorer](#Explorer) - explore your data sources\n- Search - search notes of all users\n\n#### Management\n![](documentation/docs/assets/management.gif)\n\n#### Visualizations\n![](documentation/docs/assets/chart.gif)\n\n#### Explorer\n![](documentation/docs/assets/db.gif)\n\n## License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/wix.github.io%2Fquix","html_url":"https://awesome.ecosyste.ms/projects/wix.github.io%2Fquix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/wix.github.io%2Fquix/lists"}