Metabase is an Open Source data visualization tool. You can use it to explore your data stored in Zuvo.
Register
Create a Metabase account or deploy locally with Docker
Deploying with Docker:
docker pull metabase/metabase:latest
Then run:
docker run -d -p 3000:3000 --name metabase metabase/metabase
The server should be available at http://localhost:3000/setup
Connect to Postgres
Connect your Postgres server to Metabase.
- On your project dashboard, click Connect
- View parameters under "Session pooler"
- Enter your database credentials into Metabase
Example credentials:

Explore
Explore your data in Metabase
