Skip to content

Docker to have a runnable version of the dashboard with some fake data

Notifications You must be signed in to change notification settings

q-rapids/qrapids-dashboard_demo-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 

Repository files navigation

Q-Rapids Dashboard demo docker

Standalone version of the Q-Rapids Dashboard's demo docker.

Pre-requisites

In order to run the dashboard demo docker, you need to have install Docker Desktop and Docker-compose (https://docs.docker.com/).

How to deploy dashboard demo docker

It's as simple as...

How to use Q-Rapids Dashboard

Access to the dashoard in your browser at: http://localhost:8888

The Q-Rapids Dashboard user's guideline is available at Q-Rapids Strategic Dashboard User Guide.

Dashboard Components' Ports

Q-Rapids Dashboard demo docker uses the following ports:

  • Dashboard (WEB_PORT): 8888
  • Postgreql (DB_PORT: 5433
  • R Server (RB_PORT): 6311
  • Elastic RESTful service (EL_PORT_REST): 9200
  • Elastic Node (EL_PORT_NODE): 9300
  • Kibana (KIBANA_PORT): 5601
  • Kafka (KAFKA_PORT): 9092

You can configure them in the .env file in the unzipped root directory before runing the docker-compose statement.