Starburst Connection

Starburst is a data platform built on Trino, a massively parallel processing (MPP) SQL query engine. Starburst makes Trino easier to use and manage by providing enterprise-grade support, managed cloud services (like Starburst Galaxy), and other enhancements.

Leverage Starburst within Data Intelligence to establish connections to Starburst clusters, enabling access to various catalogs, schemas, and tables for querying data using natural language across multiple data sources.

Connection Configuration

Configure the connection parameters that are explained below.

Connection Name

A unique name for creating the connection is to be given


Scope

Define the connection scope to customize their accessibility.

  • Organization: Accessible to organization users across all Gathr projects for usage in applications.

  • Project: Accessible to organization users limited to projects that are specified by the connection owner for usage in applications.

  • Private: Accessible only to the connection owner for usage in applications.


Connection Type

Option to choose between either connecting securely using SSH Tunnel or, proceed with a direct connection.

If Connection Type value is SSH Tunnel, additional fields will be displayed as given below:

To know more about SSH Tunneling with Gathr, see SSH Tunneling.

SSH Key

The SSH key should be provided to authenticate the associated SSH host and SSH user.

SSH Host

Public IP address of your SSH host.

SSH User

Default SSH username.

If Connection Type value is Direct Connection, then proceed by updating the following fields.

SSH Port

Port number used for SSH connections. The default SSH port is 22 unless otherwise specified.


Enable SSL

Enable this option to use SSL for secure connections if your Starburst configuration supports SSL.

Upload Truststore File

Upload a truststore file if SSL is enabled, as it is required for secure communications.


Hostname

Hostname or IP of the Starburst cluster.

Port

Starburst port number.

Username

Username of the Starburst account in the format <username>/<role>.

Example: <username@example.com>/<role>

Password

Password of the Starburst account.


After entering all the details, click on the TEST button.

If the connection service identification and authentication details are provided correctly, a success message stating “connection available” is generated. Click on the CREATE button to save the changes.

If the details are incorrect or the server is down, you will get a message “Connection unavailable”.

Top