1. Spin up Apache Superset infrastructure with:
docker compose up -d2. After the superset-app container is healthy, access Superset at http://localhost:8088
Username: admin
Password: admin
If you'd like Superset to come with example charts and dashboards, set this before the first run:
export SUPERSET_LOAD_EXAMPLES=yesOnce superset-init finishes, make sure to disable it so the examples aren't re-loaded on every restart:
unset SUPERSET_LOAD_EXAMPLESSuperset supports PostgreSQL and MySQL out-of-the-box. To enable additional data sources, add the respective SQLAlchemy driver to requirements-local.txt. See the full list of supported databases
clickhouse-connect==0.8.15
sqlalchemy-bigquery==1.12.1
sqlalchemy-redshift==0.8.14
- Bootstrap Apache Superset infrastructure in Docker
- Build data viz for NYC Taxi Dataset on Superset