API / Microservices
What is decentralized in microservices?
A microservices deployment employing decentralized data management would serve the three resource types using three services: one service for user resources, one service for message resources, and one service for friend relationships. In addition each service has its own database. This way each service is independent and decentralized.
More Related questions...