awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesAnti-Entropy Replication

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.

Awesome Anti-Entropy Replication GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • teivah/algodeckAvatar de teivah

    teivah/algodeck

    5,819Ver en GitHub↗

    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.

    HTML
    Ver en GitHub↗5,819
  • basho/riakAvatar de basho

    basho/riak

    4,023Ver en GitHub↗

    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.

    Shell
    Ver en GitHub↗4,023
  1. Home
  2. Data & Databases
  3. Data Replication
  4. Anti-Entropy Replication