Connecting to Metabase
Metabase
is an Open Source data visualization tool. You can use it to explore your data stored in Supabase.
1
Register
Create a Metabase account or deploy locally with Docker
Deploying with Docker:
1docker pull metabase/metabase:latest
Then run:
1docker run -d -p 3000:3000 --name metabase metabase/metabase
The server should be available at http://localhost:3000/setup
2
Connect to Postgres
Connect your Postgres server to Metabase.
- On your project dashboard click on Connect
- View parameters under "Session pooler"
connection notice
If you're in an IPv6 environment or have the IPv4 Add-On, you can use the direct connection string instead of Supavisor in Session mode.
- Enter your database credentials into Metabase
Example credentials:
3
Explore
Explore your data in Metabase