Interactive data apps that run lightning fast

Hex connects to Trino to power complex data science, beautiful data apps, and interactive insights on huge datasets, all at incredible speeds.

How it works

Hex admins can configure a workspace-wide connection to Trino that lets every user can securely query big data in a rich SQL IDE— directly from the data notebook environment where analysis will take place.

Hex has first class SQL support, so you can build powerful analyses and data apps entirely from Trino queries, or easily switch over to Python and leverage its rich package library.

Hex apps are dynamic and interactive, so Trino's lightning speed is a perfect fit. Parameterize Trino queries with dynamic user input and let your stakeholders explore for themselves.

trino
Trino
in-use
2 cells
trino
Trino
select
cast({{timeframe}} as timestamp) as month,
ship, destination,
sum(spice_tons) as spice_tons
from atreides.vehicle_destinations
group by 1,2,3
output-arrow
dataframe