Topic

architecture

Articles tagged as “architecture”.

Multiple data stores and eventual consistency using micro-services

Published

There are cases where ownership of the data consumed by a fleet of microservices is distributed across several systems of record. Derived data is then scattered across multiple storage solutions, each designed to solve a specific problem using a subset of it. It may be mirrored and synchronized into a specific format …