M
Category · Data Sources
MySQL
Read any MySQL 5.7+ database safely
Connect MySQL or MariaDB through a read-only user. Works with managed providers (RDS, PlanetScale, Aurora) and self-hosted instances behind a SSH tunnel.
What it does
- Read tables and views with low overhead
- Custom queries per dashboard widget
- TLS connections with optional SSH tunnelling
- Refresh from 1 minute up to once a day
How data flows
One-way read from your database. Your data never leaves the EU.
How to set it up
Step 1
Create a MySQL user with SELECT on the schemas you want.
Step 2
Whitelist our IPs or configure an SSH tunnel.
Step 3
Add host, port, user, and password to dashboard settings.
Step 4
Choose tables or write a SELECT query per tile.
Step 5
Save, the first refresh runs immediately.
Example dashboards
- Legacy app monitoring against a MySQL backend
- E-commerce ops over a WooCommerce database
- Custom workflow board from an internal tool
Add this to your dashboard
We'll wire this integration into your custom dashboard during the 7-day build.