cpr-core
v0.1.3
Published
Core module for CPR micro services
Downloads
25
Readme
CPR Core
Core module for CPR micro services
Seneca
Seneca is used as the micro service platform.
Seneca transport is based on seneca-amqp-transport module.
SENECA_TRANSPORT_URL
and SENECA_EXCHANGE
environment variables are used to connect to the amqp server.
Express
Express module is used to add REST services to the micro service.
Health Monitoring
Health monitoring is used to check that the micro service is alive.
Each micro service expose GET /health
endpoint which returns ok
, if everything is running.
Logger
Winston module is used as the logging platform.