Trino
Distributed SQL query engine that lets you run federated queries across multiple data sources - databases, data lakes, and more - from one place.
Overview
Trino runs SQL queries that can join and aggregate data across many different underlying systems - PostgreSQL, object storage data lakes, Kafka, and dozens of other connectors - without first copying all that data into one warehouse. It separates the query engine from where the data actually lives.
Trino is a fit for teams that need to query across multiple existing data sources without a large data-migration project, a different role than the OLAP databases (like ClickHouse, also in this catalog) that store the data themselves rather than querying it in place.
- Categories
- Analytics
- Languages
- Java
- License
- Apache-2.0
Related Projects
Beam
Apache-2.0Unified programming model for defining batch and stream data processing pipelines that can run portably across multiple execution engines.
- Analytics
ClickHouse
Apache-2.0Column-oriented database built for real-time analytical queries over massive datasets, generating aggregated reports in milliseconds rather than seconds or minutes.
- Analytics
Druid
Apache-2.0Real-time analytics database built for sub-second queries over continuously streaming and historical event data at scale.
- Analytics
Flink
Apache-2.0Distributed stream processing engine for computing over continuous, unbounded data streams with exactly-once correctness guarantees.
- Analytics
Spotted an error? Suggest an edit on GitHub.