awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • powerdns/pdnsالصورة الرمزية لـ PowerDNS

    PowerDNS/pdns

    4,269عرض على GitHub↗

    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-crdtالصورة الرمزية لـ rust-crdt

    rust-crdt/rust-crdt

    1,542عرض على GitHub↗

    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