Skip to content

ecolabdata/ecospheres-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ecospheres-dashboard

Deploys a Superset instance on dokku.

This uses a dedicated postgres DB for superset, identified by DATABASE_URL.

Another DB is used and managed by ecospheres-dashboard-backend, identified in this project by DOKKU_POSTGRES_AQUA_URL.

dokku postgres:create dashboard
dokku postgres:link dashboard dashboard # internal data, this app
dokku postgres:link dashboard-backend dashboard # business data, managed by ../ecospheres-dashboard-backend
dokku config:set SUPERSET_CONFIG_PATH=/app/superset_config.py FLASK_APP=superset

About

Superset instance hosted on dokku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published