Connect MariaDB directly to a flexible data notebook

Hex connects securely to MariaDB to let you do rich analysis without switching tools or transporting data.

How it works

Once a Hex admin has connected to a MariaDB 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.

mariadb
MariaDB
in-use
2 cells
mariadb
MariaDB
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