Sign inSign up

sdcplatform/rm-reporting

By sdcplatform

•Updated about 5 years ago

rm-reporting

Image
0

3.7K

sdcplatform/rm-reporting repository overview

⁠RM Reporting

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.

⁠Setup

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

⁠Running

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

Tag summary

Content type

Image

Digest

Size

126.4 MB

Last updated

over 5 years ago

docker pull sdcplatform/rm-reporting