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
·

5 repositorios

Awesome GitHub RepositoriesAsynchronous Replication Management

Configuration of replication where the primary does not wait for replicas to confirm writes.

Distinct from Primary-Replica Replication: Specifically manages the configuration of the asynchronous mode within a primary-replica hierarchy

Explore 5 awesome GitHub repositories matching data & databases · Asynchronous Replication Management. Refine with filters or upvote what's useful.

Awesome Asynchronous Replication Management GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • patroni/patroniAvatar de patroni

    patroni/patroni

    8,182Ver en GitHub↗

    Patroni is a high availability manager and cluster orchestrator for PostgreSQL. It functions as an automatic failover controller and replication manager that ensures continuous database availability by automating leader election and promoting standby nodes during failures. The system maintains a consistent cluster state by acting as a distributed consensus coordinator. It synchronizes configuration and manages leader elections through integration with distributed configuration stores such as etcd, ZooKeeper, or Consul. Its broader capabilities include managing both synchronous and asynchrono

    Supports asynchronous replication to prioritize service availability during failover.

    Pythonconsuletcdfailover
    Ver en GitHub↗8,182
  • antirez/disqueAvatar de antirez

    antirez/disque

    8,070Ver en GitHub↗

    Disque is a distributed message broker that manages asynchronous communication between services through in-memory job queues. It operates as a cluster-aware job scheduler, providing at-least-once delivery guarantees with acknowledgment and retry mechanisms, and supports blocking queue consumers that efficiently wait for jobs to become available. The broker implements a job state machine that tracks each job through its lifecycle from queued to acknowledged, with configurable retry limits and time-to-live expiration to prevent unbounded queue growth. Jobs can be enqueued with delivery guarante

    Implements asynchronous replication where master acknowledges writes before all replicas confirm.

    C
    Ver en GitHub↗8,070
  • uber/krakenAvatar de uber

    uber/kraken

    6,698Ver en GitHub↗

    Kraken is a distributed blob store and peer-to-peer Docker registry designed for the high-throughput distribution of container images. It functions as a decentralized content delivery network that shares image layers across a network of nodes to prevent bottlenecks at a central registry. The system utilizes peer-to-peer blob distribution and distributed content addressing to maintain download speeds across large clusters. It implements asynchronous rule-based replication to synchronize image data between disparate geographical clusters. The project covers pluggable external blob storage inte

    Implements asynchronous rule-based replication to synchronize image data between disparate geographical clusters.

    Go
    Ver en GitHub↗6,698
  • greptimeteam/greptimedbAvatar de GreptimeTeam

    GreptimeTeam/greptimedb

    5,968Ver en GitHub↗

    GreptimeDB is a distributed, open-source time-series database built for unified observability. It stores and queries metrics, logs, and traces together in a single columnar engine, supporting both SQL and PromQL for analysis. The database is designed as a Kubernetes-native operator with a decoupled compute and storage architecture, enabling horizontal scaling and multi-region deployment. What distinguishes GreptimeDB is its role as a multi-protocol ingestion gateway, accepting data through OpenTelemetry, Prometheus Remote Write, InfluxDB, Loki, Elasticsearch, Kafka, and MQTT protocols without

    Persists a write on the receiving node and asynchronously copies it to a peer node for synchronization.

    Rustanalyticscloud-nativedatabase
    Ver en GitHub↗5,968
  • falkordb/falkordbAvatar de FalkorDB

    FalkorDB/FalkorDB

    3,437Ver en GitHub↗

    FalkorDB is a high-performance graph database management system and vector graph database. It serves as a knowledge graph construction tool and a GraphRAG knowledge store, integrating structured property graphs with vector search to provide grounded context for large language models. The engine is designed as a multi-tenant graph engine, capable of hosting thousands of isolated datasets within a single instance. The system distinguishes itself by using linear algebra for query execution, treating relationship tensors as matrix multiplications to achieve low-latency multi-hop traversals. It ut

    Syncs data changes from primary servers to replicas using binary change sets for high availability.

    Ccloud-databasedatabasedatabase-as-a-service
    Ver en GitHub↗3,437
  1. Home
  2. Data & Databases
  3. Primary-Replica Replication
  4. Asynchronous Replication Management

Explorar subetiquetas

  • Rule-Based ReplicationReplication logic that triggers data synchronization based on predefined rules and conditions. **Distinct from Asynchronous Replication Management:** Focuses on the logic-driven triggers for replication, whereas Asynchronous Replication Management covers the general config of non-blocking writes.