2 مستودعات
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.
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.
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.