This is the RM Reporting micro-service. It's used to get collate a number of stats from the various ras-rm services to be used by things like the responses-dashboard, etc.
Install pipenv
pip install pipenv
Use pipenv to create a virtualenv and install dependencies
pipenv install
you can also use the makefile to do this
make install
Use the makefile to run
make start
or run
pipenv run python3 run.py
To test the service is up:
curl http://localhost:8084/info
Content type
Image
Digest
Size
126.4 MB
Last updated
over 5 years ago
docker pull sdcplatform/rm-reporting