Co-authored by
While JTBDOS 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, JTBDOS 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
hostname
of the server where your database lives - The
port
the database server uses - The
database name
- The
username
you use for the database - The
password
you use for the database
DATABASE_URL
environment variable:
