Lite has its own docker composer which has the following 4 components.
IHub services: Services is a spring boot application which has the APIs to create/update/delete/view channels.
IHub component: Component is a spring boot application where the channels are configured. It has one API which is the iHub exposed HTTP API to push alert messages to ihub.
MongoDB: MongoDB component stores details related to all four types of channels.
RabbitMQ: iHub inbound queues need to be created in lite’s RabbitMQ component.
Related Topics: