Documentation
Everything you need to run, query, and administer TrinoHub — the self-hosted control plane for Trino clusters in your own AWS account.
For everyone
Getting startedWelcome to TrinoHub — a self-hosted control plane for running Trino SQL clusters on AWS, straight from your…Running queriesThe SQL editor is where you write and run Trino SQL against a cluster.Ask TrinoAsk Trino turns a plain-English question into Trino SQL you can review and run. It's an assistant, not an…NotebooksNotebooks let you organize SQL into an ordered document of cells — similar to Jupyter or Databricks, but scoped…Query historyThe Query history view lists your recent query runs so you can review, re-run, or save past work.Scheduled jobsThe Scheduled jobs view runs a SQL statement on a cluster automatically, on a schedule — for daily rollups…Understanding clustersA cluster is a Trino coordinator plus its workers, running on AWS. If you only run queries you don't manage…
MCP
For admins
First-run setupThe first time TrinoHub starts on a fresh instance, it shows a 5-step setup wizard instead of the sign-in…Managing clustersAdmins create and operate Trino clusters from the Clusters view. Each cluster is a coordinator plus workers…Accelerated clustersAccelerated clusters keep hot S3 data on node-local NVMe disks using Trino's built-in file system cache, so…Cluster domains & connectionsEvery cluster can hand out a connection string — a JDBC URL, ODBC string, or CLI command — that a BI tool…Catalogs & data sourcesA catalog is a data source that clusters can query. The Catalogs view shows a card grid of configured catalogs…Users & rolesAdmins manage accounts and access from the Users view: a table of users with their email, roles, and status…Data securityBeyond who can reach a cluster or catalog (see Users & roles ), TrinoHub enforces fine-grained data policies…Single sign-on (SSO)TrinoHub can delegate authentication to any OpenID Connect (OIDC) provider — Okta, Microsoft Entra ID, Google…Automation & APITrinoHub is fully drivable by API, so scripts, BI tools, and AI assistants can do anything the UI does. Three…Settings & securityThe Settings view (admin only) shows how this TrinoHub instance is configured, and the API references for…