This is a fork of Apache Superset adjusted for purpose of generating responsive dashboards embedded directly in core TransIT application.
docker-compose.yml change to production instance. Used Superset image is pointing to transit/superset
:latest
instead of apache/superset
.
Dashboards stored in transit_dashboards
are automatically deployed during setup.
Database connection used by these dashboards is adjusted through .env-non-dev
docker-compose.yml
is using with transit-network to reach data (necessary when transit backend also relies on db service.)
SUPERSET_FEATURE_EMBEDDED_SUPERSET
is enabled by default.
Content of .github
folder removed.