Do you ❤️ Trino? Give us a 🌟 on GitHub

Ecosystem

The ecosystem of integrations with Trino includes the client drivers, client applications, connectors for data sources, and add-ons. They are developed and maintained by the Trino community as well as other communities and vendors.

Client drivers #

Client drivers are language-specific wrappers around the client protocol. They enable client application developers to connect to Trino, submit SQL queries, and receive the results in the programming or scripting language of choice. Client drivers remove the need for developers to understand and implement the interactions of the client protocol and enable collaboration of all developers in a specific ecosystem.

Official client drivers #

Other client drivers #


Client applications #

Clients applications allow you to connect to Trino, submit SQL queries, and receive the results. Client applications can access all configured data sources in catalogs.

Client applications include command line tools, desktop applications, web-based applications, and software-as-a-service solutions. Common features are interactive SQL query authoring with editors, rich user interfaces for graphical query creation, query running and result rendering, visualizations with charts and graphs, reporting, and dashboard creation.

You can use client applications for data pipelines in Trino including across catalog. Client applications that support other data sources can be used in data pipelines connecting them with Trino catalogs.

Client applications use client drivers as wrappers around the client protocol or the client protocol directly.

Official client applications #

Other client applications #


Data sources #

Data sources provide the data for Trino to query. Configure a catalog with the required Trino connector for the specific data source to access the data. With Trino you are ready to use any supported client to query the data sources using SQL and the features of your client.

Official data sources #

Other data sources #


Add-ons #

Add-ons provide additional utilities and features to expand Trino as the core engine of your larger data platform and infrastructure. Add-ons also provide features to improve management and operation aspects with your Trino clusters.

Official add-ons #

Other add-ons #