This project is an implementation of dockerization of Measure Platform for monitoring Enterprise Architecture Models realized in the context of the H2020 research project DataBio. Running Measure Platform in multi-container Docker applications allows faster and reliable deployment of Measure platform and its dependencies such as Elasticsearch, Kibana, MySQL, Hawk Server, etc.
- First Install Docker and Docker Compose on you machine.
- Second download project repository either by downloading the zip file and unzipping it in a custom folder on you machine or by running the following command that requires Git to be installed
git clone https://github.com/measureproduct/MeasureProductDockerDeploymentForDataBio.git-
Add Hawk instances for the ArchiMate models that you want to monitor following the example ginven at this location
hawk-server/hawk-instances/hawk-instance-example1.xmlwhere you need to add the URL and the credentials of the SVN repository of your Model. -
Inside the project, run the following command to build Docker Images and launching the conatiners for Measure Platform and its dependencies
docker-compose up- After Measure Platform is built, you can access it by default at the following URL:
http://localhost/measure/
Select Metric from the catalog
For more information about how to deploy Measure Platform for DataBio Models Analytics, consider watching the demo at the following link: https://youtu.be/FkD9Am8m5HU

