Superset
Integrate with Superset
Start running Superset Image with pre-built Superset Pinot connector.
Run below command to start a standalone Superset deployment
docker run \
--network pinot-demo \
--name=superset \
-p 8088:8088 \
-d apachepinot/pinot-superset:latest2.1. (First time) Setup Admin account by running below command and follow instructions to set password.
docker exec \
-it superset \
bash -c 'export FLASK_APP=superset && flask fab create-admin'Output:

2.2. (First time) DB upgrade and Initialize Superset
Import Pre-defined Pinot Datasources and Dashboard
Go to SuperSet UI: http://localhost:8088/ to play around with dashboard.
Last updated
Was this helpful?

