hue
Release 4.11
Hue 是一个成熟的 SQL 助手,用于查询数据库和数据仓库。
使用 Hue 通过自助查询快速回答问题,并且每天执行数百或数千个查询。
请访问 gethue.com 了解更多信息
快速演示:
启动服务器然后配置要查询的数据库的三种方法:
通过 Docker 指南或视频博客文章,单击即可启动 Hue。
docker run -it -p 8888:8888 gethue/hue:latest
现在 Hue 应该可以在 http://localhost:8888 上的默认 Docker IP 上启动并运行!
helm repo add gethue https://helm.gethue.com
helm repo update
helm install hue gethue/hue
在tools/kubernetes 中阅读有关配置的更多信息。
要快速入门,请使用开发环境 Docker。
或者安装依赖项、克隆存储库、构建并运行服务器。
#
git clone https://github.com/cloudera/hue.git
cd hue
make apps
build/env/bin/hue runserver
现在 Hue 应该在 http://localhost:8000 上运行!
请阅读文档中的更多内容。
SQL 编辑器、解析器组件和 REST/Python/CLI API。
Apache 许可证,版本 2.0