🚀 Our inaugural State of Local Development and Testing report is live! Explore insights & best practices now

Documentation

Java

Description

Trino is an open-source distributed SQL query engine designed to query large data sets distributed over one or more heterogeneous data sources.

Examples

var trino = new TrinoContainer(DockerImageName.parse("trinodb/trino:352"));
trino.start();