0%

SuperSet

官网:

https://superset.apache.org

安装需要注意的事项:
https://superset.apache.org/docs/installation/installing-superset-using-docker-compose

首先保证自己的MacOS安装并能正常运行DockerDesktop

如果不能,参考下面链接安装Docker。
https://maxlay.github.io/2022/11/16/DockerDesktop/

终端执行

1
2
3
4
1、git clone https://ghproxy.com/https://github.com/apache/superset.git
2、cd superset
3、docker-compose -f docker-compose-non-dev.yml pull
4、docker-compose -f docker-compose-non-dev.yml up

然后

http://localhost:8088
username/password: admin

开始愉快的分析数据

-------------本文结束 感谢阅读-------------