Power beautiful data apps and interactive analyses with Redshift

Hex makes it easy to turn data from Redshift into powerful and interactive data apps, without writing anything but SQL.

How it works

Connecting a Redshift database to Hex lets all users securely and efficiently query data right from the flexible notebook environment, without writing Python code or passing around credentials.

Hex features full SQL IDE functionality, with autocomplete, a schema browser, caching, and the ability to stream large results. Build charts without writing code, and dynamically parameterize Redshift queries with user input.

You can build beautiful and interactive data apps entirely from SQL queries to your Redshift dataโ€” or you can switch seamlessly into Python and build models, enrich data, or merge other data sources.

redshift
Redshift
in-use
2 cells
redshift
Redshift
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