Explore >> Select a destination


You are here

shortdiv.com
| | blog.dtornow.com
13.2 parsecs away

Travel
| | The CAP theorem is too simplistic and too widely misunderstood to be of much use for characterizing systems. Therefore I ask that we retire all references to the CAP theorem, stop talking about the CAP theorem, and put the poor thing to rest Martin Kleppmann In 2000, Eric Brewer introduced the CAP Conjecture during his keynote address Towards Robust Distributed Systems at the Principles of Distributed Computing conference. Brewer posited that a distributed system cannot achieve Consistency, Availability, and Partition Tolerance simultaneously.
| | nathanmarz.com
33.4 parsecs away

Travel
| | The CAP theorem states a database cannot guarantee consistency, availability, and partition-tolera...
| | timilearning.com
18.0 parsecs away

Travel
| | Notes from Chapter 9 of Martin Kleppmann's 'Designing Data-Intensive Applications' book.
| | softwarepatternsdemystified.wordpress.com
117.8 parsecs away

Travel
| What is a Domain Object? A domain object represents an entity that is of interest to the business as opposed to an entity that matters only to the application and the developer. The business model will usually be the template on which the domain model is constructed. The "Domain Experts" are typically the business analysts...