Skip to main content
Use the Starburst/Trino Data Source to connect to an existing Starburst/Trino cluster. Once connected, you can use the Data Source to:
  • Execute queries against the Starburst/Trino cluster using the data stores it’s connected to.
  • Run Starburst/Trino federated queries supported by your Starburst/Trino cluster.
See the list of Trino connectors Trino connectors for supported data stores. You must have network connectivity between the Starburst/Trino cluster and your Domino deployment.
In a hybrid deployment, Trino Data Sources are only available in executions that use a hardware tier in the local data plane.

Create a Trino Data Source

Domino recommends that you use a Domino Data Source to connect to a Trino instance.
  1. From the navigation pane, click Data > Data Sources.
  2. Click Create a Data Source.
  3. In the New Data Source window, from Select Data Store, select Trino.
  4. Enter the details about your Data Source and click Next: Host
    The URL, hostname, or IP address of your Trino host.
    Optional: Networking Proxy
    The URL (host and port) of your networking proxy that points to your Trino cluster, if applicable.
    Port
    The port number for the connection, such as 443.
    Catalog
    The name of the Trino catalog where your data is located. For example, if you plan to use the table hive.test_data.test then the catalog name is hive.
    Optional: Schema
    The name of the Trino schema to use. For example, if you plan to use the table hive.test_data.test then the schema name is test_data.
    Data Source Name
    The name that identifies the Data Source.
    Optional: Data Source Description
    The purpose for the Data Source.
  5. Specify the credentials for authenticating to Trino. Basic authentication is supported by default. The Domino secret store backed by HashiCorp Vault securely stores the credentials.
  6. Click Test Credentials.
  7. If the Data Source authenticates, click Next.
  8. Select who can view and use the Data Source in projects.
  9. Click Finish Setup.

Next steps