项目作者: tmccartan

项目描述 :
Dockerised version of apache superset
高级语言: Python
项目地址: git://github.com/tmccartan/docker-superset.git
创建时间: 2019-03-26T22:23:47Z
项目社区:https://github.com/tmccartan/docker-superset

开源协议:

下载


Docker Superset

Dockerfile to build apache superset (0.29.0rc7) on a docker container. Superset is setup with a celery backend to process sqlab asyncronously

Config

To change superset configs, update the superset config file

How to build

docker build -t docker-superset .

How to run

Use the example docker compose file.

Note on requirements

As per the rc, the version of cryptography is incompatible. So needed to list out the requirements from the github repo, this can be removed once the release version is changed.