- 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
data
dropdown and clickdatabases
- Click the
+ database
button - For
Select a database to connect
choosepresto
- In
SQLALCHEMY URI
puttrino://hive@trino-coordinator:8080/hive
- Switch over to
Advanced
tab - In
SQL Lab
select all options - In
Security
selectAllow data upload