Event Store and how to avoid Dirty Reads
Event Store is a database engine that allow no-sql data to be stored as stream of events. The engine is based on a well know distributed algorithm called Paxos In brief, when a write is sent to an Event Store cluster, the master will write the events and replicate them to the other nodes in… Continue reading Event Store and how to avoid Dirty Reads