Integrating Tableau to the MongoDB Database

The Tableau add-on uses a MongoDB database, which must be configured in the Docker deployment scripts. To this end, uncomment the following lines in the mongo section of deployment/docker/infra/docker-compose.yml.

      - MONGODB_TABLEAU_USER=tableau
      - MONGODB_TABLEAU_PASSWORD=tableau
      - MONGODB_TABLEAU_DATABASE=tableau-db

For more details, please refer to Section Using Docker Configuration Files.