Connect MySQL directly to a flexible data notebook

Hex makes it easy to securely and efficiently query data from MySQL without switching tools or transporting data.

How it works

Once a Hex admin has connected to a MySQL database, it's easy for any user to securely query data with a rich SQL IDE— right from the notebook environment.

Hex is a powerful data platform with first class SQL support, so you can build powerful analyses and data apps entirely from SQL— or bring in Python and leverage its rich package library, without changing tools or moving data.

mysql
MySQL
in-use
2 cells
mysql
MySQL
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