数据分析平台通常分为 BI 和数仓两部分,这次运行的 superset 是 BI 部分。
参考 https://superset.incubator.apache.org/installation.html#start-with-docker
- 安装 docker 基础环境
- 执行以下指令
1
2
3
4
5
6
7下载修正过的代码
git clone -b feature/docker https://github.com/hieast/incubator-superset.git
cd incubator-superset/contrib/docker
初始化数据,中间有交互输入账户密码
docker-compose run --rm -e SUPERSET_LOAD_EXAMPLES=yes superset ./docker-init.sh
每次查看 demo 执行
docker-compose up
以上指令墙内使用代理可以提高至少 40 倍的下载速度,不用代理可能会失败。