Insights#
Configure and deploy the necessary components for Insights, which includes the SEP UI and the required backend service database.
Usage#
License Required
This module requires a Starburst distribution and license.
Module Uses Persistent Storage
This module uses named volumes to persist data. To delete these volumes, run:
minitrino remove --volumes --module ${module}
Provision the module:
minitrino -e CLUSTER_VER=${version}-e provision -i starburst -m insights
Connect to the coordinator container’s Trino CLI:
minitrino exec -i 'trino-cli'
The backend service database can be queried directly since it is exposed as a catalog.
SHOW SCHEMAS FROM backend_svc;
Accessing Insights Web UI#
The UI is served by the coordinator at http://localhost:8080.