Co-authored by
While zopio does not come with BI tooling out of the box, you can easily add business intelligence and analytics to your app with Metabase.
Overview
Metabase is an open-source business intelligence platform. You can use Metabase to ask questions about your data, or embed Metabase in your app to let your customers explore their data on their own.Installing Metabase
Metabase provides an official Docker image via Dockerhub that can be used for deployments on any system that is running Docker. Here’s a one-liner that will start a container running Metabase.Database Connection
By default,zopio uses Neon as its database provider. Metabase works great with Postgres databases so if you’re ready to connect, here’s what you’ll need:
- The
hostnameof the server where your database lives - The
portthe database server uses - The
database name - The
usernameyou use for the database - The
passwordyou use for the database
DATABASE_URL environment variable:
