You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is repo containing (async `RabbitMQ messaging` and sync `REST` microservices) data models processing:
7
+
this repo demonstrate CQRS data transfer in REST API and messaging microservices. it's containing (async `RabbitMQ messaging` and sync `REST` microservices) data models processing:
17
8
18
9
. main idea here is: each microservice doing single simple job, but doing it well, efficient and fast
19
10
. actor 1: `twitter-data` - single service which is listenning creation entity command (event) and store input data into RDBMS (Postgre SQL)
0 commit comments