Art of Immutable Architecture
Art of Immutable Architecture This book teaches you how to evaluate a distributed system from the perspective of immutable objects. They store the current state of a row in a relational database. You…
Specifikacia Art of Immutable Architecture
Art of Immutable Architecture
This book teaches you how to evaluate a distributed system from the perspective of immutable objects. They store the current state of a row in a relational database. You will understand the problems in existing designs, know how to make small modifications to correct those problems, and learn to apply the principles of immutable architecture to your tools.Most software components focus on the state of objects.
Whether dealing with autonomous microservices or disconnected mobile apps, many of the problems we try to solve come down to synchronizing an ever-changing state between isolated components. They track changes to state over time, making several basic assumptions: there is a single latest version of each object, the state of an object changes sequentially, and a system of record exists.This is a challenge when it comes to building distributed systems. Distributed systems