.. role:: raw-html-m2r(raw)
:format: html
Contents
========
* `Contents <#contents>`__
* `Multimodal Data Visualization Microservice Repository <#multimodal-data-visualization-microservice-repository>`__
* `Build the Base Image <#build-the-base-image>`__
* `Run the Base Image <#run-the-base-image>`__
* `Run Grafana in the EVAM Mode <#run-grafana-in-the-evam-mode>`__
* `Run the Multimodal Data Visualization Microservice in the EII mode <#run-the-multimodal-data-visualization-microservice-in-the-eii-mode>`__
Multimodal Data Visualization Microservice Repository
-----------------------------------------------------
This repository contains the source code for the Multimodal Data Visualization microservice used for the `Video Analytics Use Case `_.
Build the Base Image
--------------------
To build the base image, run the following command:
.. code-block:: sh
docker-compose build
Run the Base Image
------------------
To run the base image, complete the following:
#. Clone the `repo `_.
#. Configure the Host IP 'export HOST_IP=\ :raw-html-m2r:``\ '.
#. Run the ``docker-compose up`` command.
Run Grafana in the EVAM Mode
----------------------------
To run Grafana in the EVAM mode, complete the following:
#. Go to `http://\ :raw-html-m2r:``\ :3000 `_ to access Grafana.
#. On the **Home Dashboard** page, on the left corner, click the Dashboards icon.
#. Click the **Manage Dashboards** tab, to view the list of all the preconfigured dashboards.
#. Select **Video Analytics Dashboard**\ , to view the data from the Edge Video Analytics Microservice.
Run the Multimodal Data Visualization Microservice in the EII mode
------------------------------------------------------------------
To run the Multimodal Data Visualization microservice in the EII mode, refer to the `README_EII 4.0/IEdgeInsights/Visualizer/README_EII.html>`_.