awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंOpen-source alternativesSelf-hosted softwareब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंHow we rankप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesDatabase State Replication

Synchronizing the internal state of databases across multiple server instances using object storage.

Distinct from Object Storage: Focuses on database state replication between servers rather than general architectural principles of object storage

Explore 2 awesome GitHub repositories matching data & databases · Database State Replication. Refine with filters or upvote what's useful.

Awesome Database State Replication GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • powerdns/pdnsPowerDNS का अवतार

    PowerDNS/pdns

    4,269GitHub पर देखें↗

    PowerDNS is DNS server software used for serving authoritative and recursive DNS records. It functions as both an authoritative DNS server, providing definitive records for specific domains from trusted databases, and a recursive DNS resolver that finds answers for any domain by iteratively querying external servers. The project distinguishes itself through a backend-abstraction layer that decouples server logic from data storage, allowing records to be served from SQL databases, zone files, and external APIs. It includes a geo-aware DNS router to direct users to the nearest server based on t

    Implements near real-time replication of database state between servers using object storage buckets.

    C++authoritativednsdns-server
    GitHub पर देखें↗4,269
  • rust-crdt/rust-crdtrust-crdt का अवतार

    rust-crdt/rust-crdt

    1,542GitHub पर देखें↗

    This project provides a collection of conflict-free replicated data types implemented in Rust, designed to enable deterministic state synchronization across distributed systems. It functions as a framework for maintaining data consistency in decentralized environments where central coordination is absent. The library facilitates distributed state synchronization by tracking causal context and unique actor identifiers for every participant. This approach allows the system to resolve concurrent modifications through mathematical lattice structures, ensuring that all replicas converge to the sam

    Facilitates data replication through both full state snapshots and incremental operation logs to optimize network performance.

    Rustcrdtdistributed-systemsrust
    GitHub पर देखें↗1,542
  1. Home
  2. Data & Databases
  3. Object Storage
  4. Database State Replication