美文网首页
开源报表引擎Superset

开源报表引擎Superset

作者: 木戎 | 来源:发表于2017-10-18 21:08 被阅读67次

安装Python 2.7

https://blog.fazero.me/2016/10/13/centos-update-python/

安装依赖

yum install gcc libffi-devel python-devel python-pip python-wheel openssl-devel libsasl2-devel openldap-devel

安装Superset

1、安装Superset

pip install superset

2、创建管理员用户名和密码

fabmanager create-admin --app superset

3、初始化Superset

superset db upgrade

4、装载初始化样例数据

superset load_examples

5、创建默认角色和权限

superset init

6、启动Superset

superset runserver

7、访问http://localhost:8088

http://blog.just4fun.site/superset_note.html

http://blog.sina.com.cn/s/blog_15e0e0a700102wbka.html

http://www.liuzhuang.me/article-detials/6

相关文章

网友评论

      本文标题:开源报表引擎Superset

      本文链接:https://www.haomeiwen.com/subject/litchxtx.html