Data Products#

Configures data products in the cluster.

Usage#

License Required

This module requires a Starburst distribution and license.

minitrino -e CLUSTER_VER=${version}-e provision -i starburst -m data-products

Connect to the coordinator container’s Trino CLI:

minitrino exec -i 'trino-cli'

Verify the backend_svc catalog is available:

SHOW SCHEMAS FROM backend_svc;

When creating data product domains, use this s3a path, which is from a bucket auto-provisioned in the related MinIO container:

s3a://minitrino/<domain>

Dependent Modules#

  • hive: Required for Data Products to function (includes MinIO for object storage).

  • insights: Enables the Starburst web UI and configures a backend database for persisting data product configuration.