- Clone repo
- Install docker + docker-compose
- Run
docker-compose --compatibility up - Run
bash bootstrap-superset.sh - Done! Checkout the service endpoints:
Trino: http://localhost:8080/ui/ (username can be anything)
Minio: http://localhost:9001/ (username: minio_access_key, password: minio_secret_key)
Superset: http://localhost:8088/ (username: admin, password: admin)
- Go to
datadropdown and clickdatabases - Click the
+ databasebutton - For
Select a database to connectchoosepresto - In
SQLALCHEMY URIputtrino://hive@trino-coordinator:8080/hive - Switch over to
Advancedtab - In
SQL Labselect all options - In
SecurityselectAllow data upload