superset
官网
https://superset.incubator.apache.org
安装
https://blog.csdn.net/lordwish/article/details/93139701
https://blog.csdn.net/u011707542/article/details/88889248
https://blog.csdn.net/whq12789/article/details/89640453
http://1987.name/1507.html
https://www.jianshu.com/p/0f1580a4f208
进入配置文件
https://blog.csdn.net/weixin_38750084/article/details/90349496
docker exec -it --user root superset /bin/bash
cd /usr/local/lib/python3.6/site-packages/superset
vi config.py
缓存
https://blog.csdn.net/qq_33440665/article/details/65628551
https://blog.csdn.net/qq_33440665/article/details/65628551
CACHE_DEFAULT_TIMEOUT = 900#缓存默认过期时间
CACHE_CONFIG = {'CACHE_TYPE': 'filesystem'}#缓存类型为filesystem
'CACHE_TYPE': 'redis', # 使用 Redis
'CACHE_REDIS_HOST': '10.111.74.1', # 配置域名
'CACHE_REDIS_PORT': 6379, # 配置端口号
'CACHE_REDIS_URL': 'redis://10.111.74.1:6379' # 配置 URL
后端嵌入
https://www.jianshu.com/p/9eccbd0a9878
https://blog.csdn.net/weixin_38750084/article/details/90349496
https://blog.51cto.com/jiangmengqin/2171512
https://devhub.io/repos/amancevice-superset
https://superset.incubator.apache.org/installation.html#configuration
https://www.twblogs.net/a/5c3f26eebd9eee35b21e20f7/zh-cn