queryflow
Version:
Compose is an Open source SQL Query Editor Toolkit for Databases/Warehouses
46 lines (29 loc) • 1.39 kB
Markdown
[](https://circleci.com/gh/cloudera/hue/tree/master)
[](https://registry.hub.docker.com/u/gethue/hue/)

# Compose
SQL Editor Toolkit for reusing:
- [Compose Editor](https://compose-editor.netlify.app/components/editor/)
- [SQL Parsers](https://compose-editor.netlify.app/components/parsers/)
- [SQL Utils](https://compose-editor.netlify.app/components/formatters/)
Quick start:
- [Standalone local demo app](/tools/examples/components/editor#use-your-local-dev-package)
- [Databricks Devloop](https://databricks.atlassian.net/wiki/spaces/UN/pages/2548138800/Hue2Redash+-+Compose+Component#Devloop)
Build
```shell
# One Time
yarn
yarn webpack-npm
yarn webpack-workers
# Live rebuild
yarn dev-webpack-npm
yarn test # Can append a filename like `sqlUdfRepository.test.ts`
yarn lint-fix
npx prettier --write js
yarn run # List all options
```
Read more in the [documentation](https://compose-editor.netlify.app/development/quickstart/).
Screenshot:

# License
[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)