Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 920 Bytes

metabase.md

File metadata and controls

29 lines (24 loc) · 920 Bytes

metabase

The simplest, fastest way to get business intelligence and analytics to everyone in your company 😋

GitHub

  1. Clone the repository.

  2. Create a docker-compose.yml file with the contents outlined here.

  3. Run the application and database using using docker compose.

    docker compose up -d
    
  4. Visit the application UI at http://localhost:3000 and follow prompts to set up the application.

  5. Perform offline migration.

  6. 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"
    
  7. Re-run application, pointing to YugabyteDB.

    docker compose up -d
    
  8. Verify application.