Skip to content
This repository was archived by the owner on Sep 15, 2020. It is now read-only.

Architecture

Ilya Katun edited this page Apr 27, 2020 · 2 revisions

Architecture is build with Microservice approach in mind. Each service follows Uncle Bob's Clean Architecture principles

Messaging

For messaging across microservices we are using RabbitMQ.

Publisher Consumer Queue Route
New Day Emitter Report Scheduler newday.schedule focus.events.newday.schedule
Report Scheduler Report Constructor report.construct focus.events.report.construct
Report Constructor Report Processor report.process focus.events.report.process

Clone this wiki locally