Agile Query 是一款功能全面的数据分析系统,集成了指标定义、自动生成 SQL、数据查询、数据可视化、数据看板以及无代码数据应用等多项功能。 本文将详细介绍如何一键安装 Agile Query 系统,并完成系统初始化设置。
docker pull ccr.ccs.tencentyun.com/agiquery/agiquery-allin1
Using default tag: latest
latest: Pulling from agiquery/agiquery
a480a496ba95: Pull complete
a5072a025aa2: Pull complete
5cfa0738ac2f: Pull complete
2f779fda9095: Pull complete
a37602c95893: Pull complete
007a46b59458: Pull complete
18bf04a2f5bb: Pull complete
8c9cf9d517ec: Pull complete
d558c8ff6787: Pull complete
62afdac64014: Pull complete
2465fdc3d61c: Pull complete
fb0b315dba46: Pull complete
605c4edb8020: Pull complete
4f4fb700ef54: Pull complete
21e40565cdd2: Pull complete
$ docker run -p 8080:80 \
-v /tmp/agiquery/log:/var/log/agiquery \
-v /tmp/agiquery/download:/var/lib/agiquery/download \
-v /tmp/agiquery/cache:/var/lib/agiquery/cache \
ccr.ccs.tencentyun.com/agiquery/agiquery-allin1:latest
INFO: Started server process [21916]
INFO: Pull complete for application startup.
INFO: Application startup complete.
INFO: Uvicorn running on http://127.0.0.1:80 (Press CTRL+C to quit)
至此,Agile Query 已经安装完成,可以通过浏览器访问 http://localhost:8080 来访问Agile Query 系统。