Stackable Operator for Trino
This is an operator for Kubernetes that can manage Trino clusters. Trino is an open-source distributed SQL query engine that enables high-speed analytics of large datasets from multiple data sources using SQL queries. This operator enables you to manage your Trino instances on Kubernetes efficiently.
Getting started
Follow the Getting started guide to start using the Stackable Operator for Trino on your Kubernetes cluster. It will guide you through the installation process and help you run your first Trino queries on Kubernetes.
Operator model
The Operator manages Kubernetes resources in sync with custom resources defined by you, the user.
Custom resources
The Trino Operator manages two custom resources: The TrinoCluster and TrinoCatalogs.
The TrinoCluster resource allows for the specification of a Trino cluster. Two
roles are defined: coordinators
and workers
.
To connect to data sources the TrinoCatalogs are used. Have a look at the catalog overview to find out which types of data sources are supported by the Stackable platform.
Demos
The trino-taxi-data demo uses Trino together with Apache Hive to access the prominent New York Taxi dataset. Apache Superset is then used to read the data from the Trino instance via SQL and visualize it.
The data-lakehouse-iceberg-trino-spark demo showcases a data Lakehouse with multiple datasets. Again Trino is used to enable SQL access to the data. The trino-iceberg demo is a subset of the Lakehouse demo, focusing just on Apache Iceberg integration.
The spark-k8s-anomaly-detection-taxi-data also uses Trino to enable SQL access to data but also shows OpenPolicyAgent integration for authorization.