Categories

Versions

You are viewing the RapidMiner Deployment documentation for version 9.6 - Check here for latest version

Docker images for Dashboards

There are two Docker images connected to RapidMiner's Dashboards:

You can read a description for each container below.

These containers are only functional when deployed together, they will not function as intended individually. Check our deployment templates to see how these should be deployed.

Dashboards Proxy

This container translates the queries and data requests coming from Dashboards to RapidMiner Server API calls and provides the results in the format expected by Dashboards.

For available versions, please see the tags on Docker Hub.

Configuration

  • Volumes: none.
  • Ports: the proxy service listens on port 5000 for the incoming queries. No need to expose externally.
  • Environment variables
    • RAPIDMINER_URL: internal address (including protocol, hostname and port) of the RapidMiner Server instance in the deployment (e.g. http://rm-server-svc:8080)
    • TZ: time zone specification based on the TZ database format (e.g. America/New_York)

Dashboards

This container contains the Dashboards tool with a preinstalled RapidMiner Server Data Source plugin and a some additional visualization plugins.

For available versions, please see the tags on Docker Hub.

Configuration

  • Volumes
    • /var/lib/grafana: volume mount for persistent storage. All the plugins, dashboards and configurations are stored here.
  • Ports: Web UI listens on port 3000.
  • Environment variables:
    • No custom, RapidMiner-specific environment variables are introduced. You can use the standard Grafana environment variables, like GF_SECURITY_ADMIN_PASSWORD or GF_SERVER_ROOT_URL