The simplest, fastest way to get business intelligence and analytics to everyone in your company 😋
-
Clone the repository.
-
Create a
docker-compose.yml
file with the contents outlined here. -
Run the application and database using using
docker compose
.docker compose up -d
-
Visit the application UI at http://localhost:3000 and follow prompts to set up the application.
-
Perform offline migration.
-
Update environment variables in
docker-compose.yml
.... MB_DB_PORT: 5433 MB_DB_USER: yugabyte MB_DB_PASS: yugabyte MB_DB_HOST: "host.docker.internal"
-
Re-run application, pointing to YugabyteDB.
docker compose up -d
-
Verify application.