How to exchange data from database in Microservices – Nginx
I am looking for advice on data sharing between microservices. My app has 3 services but in this case, I need to share data between only 2 services: -Main (Handling requests, store user data) -Upload (Receive files and modify) Before…