The Art of Immutable Architecture
Michael L. Perry
Broschiertes Buch

The Art of Immutable Architecture

Theory and Practice of Data Management in Distributed Systems

Versandkostenfrei!
Versandfertig in 1-2 Wochen
42,99 €
inkl. MwSt.
Weitere Ausgaben:
PAYBACK Punkte
21 °P sammeln!
This book teaches you how to evaluate a distributed system from the perspective of immutable objects. 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. They store the current state of a row in a relational database. 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 rec...