2 repositorios
Runs background processes to detect and reconcile data differences across replicas, favoring latency over consistency.
Distinct from Data Replication: Distinct from Data Replication: focuses on the background reconciliation process rather than general replication mechanisms.
Explore 2 awesome GitHub repositories matching data & databases · Anti-Entropy Replication. Refine with filters or upvote what's useful.
Algodeck is an open-source collection of flash cards designed for reviewing algorithms, data structures, and system design concepts, specifically curated for technical interview preparation. The project organizes knowledge into atomic question-and-answer pairs and incorporates spaced repetition scheduling to optimize long-term memory retention. The flash card catalog covers a broad range of computer science topics, including classic sorting algorithms like quicksort and mergesort, data structure operations for arrays, trees, heaps, tries, and graphs, as well as bit manipulation techniques for
Covers anti-entropy background processes for reconciling data across replicas.
Riak is a decentralized NoSQL key-value store designed for high availability and fault tolerance. It is a Dynamo-style distributed database that utilizes consistent hashing and eventual consistency to scale data across a cluster of nodes. The system functions as a geo-replicated datastore, synchronizing data across multiple physical locations to provide disaster recovery and maintain availability during regional outages. It employs a multi-master replication model, allowing writes to any node in the cluster. The platform covers broad capability areas including decentralized cluster coordinat
Implements background reconciliation of data replicas using Merkle trees to repair inconsistencies across the cluster.