3 रिपॉजिटरी
Replicates database state across cluster members using a distributed SQLite variant for fault tolerance and automatic failover.
Distinct from Database Replication: Distinct from Database Replication: uses a distributed SQLite variant specifically, not general database replication mechanisms.
Explore 3 awesome GitHub repositories matching data & databases · Distributed SQLite Replications. Refine with filters or upvote what's useful.
LXD is a unified platform for managing both system containers and virtual machines through a single REST API and command-line interface. It provides a programmatic HTTP interface for controlling the full lifecycle of instances, enabling automation and integration with external tools. The system runs unprivileged containers with per-instance UID/GID mappings, seccomp filters, and AppArmor profiles for kernel-level isolation, while supporting multiple storage backends including directory, Btrfs, LVM, ZFS, Ceph, LINSTOR, and TrueNAS through a unified driver interface. The platform distinguishes
Replicates database state across cluster members using a distributed SQLite variant for fault tolerance.
LiteFS is a FUSE-based distributed file system designed to replicate SQLite databases across a cluster of machines. It functions as a high availability layer that synchronizes data by intercepting write operations to ensure consistency across multiple server nodes. The system manages distributed database storage by mapping file operations to network requests via a user-space driver. This allows for multi-region data synchronization and the distribution of database content to edge nodes, facilitating local reads with synchronized global writes. The replication process utilizes write-ahead log
Synchronizes SQLite database state across cluster members for fault tolerance and high availability.
dqlite एक वितरित SQL डेटाबेस है जो नोड्स के क्लस्टर में प्रतिकृति स्टोरेज प्रदान करने के लिए एक रिलेशनल डेटाबेस इंजन को एम्बेड करता है। यह एक प्रतिकृति SQL इंजन के रूप में कार्य करता है जिसे यह सुनिश्चित करने के लिए डिज़ाइन किया गया है कि नोड विफलताओं के दौरान डेटा उपलब्ध और सुसंगत रहे। यह सिस्टम लीडर इलेक्शन को प्रबंधित करने और क्लस्टर में एक प्रतिकृति लॉग को सिंक्रनाइज़ करने के लिए एक सर्वसम्मति एल्गोरिदम (consensus algorithm) का उपयोग करता है। यह दृष्टिकोण बिना किसी मानवीय हस्तक्षेप के निरंतर सेवा बनाए रखने के लिए स्वचालित क्लस्टर फेलओवर और लीडर प्रमोशन को सक्षम बनाता है। यह प्रोजेक्ट स्टेट मशीन रेप्लिकेशन, नेटवर्क-आधारित क्लस्टर सदस्यता और डेटा स्थायित्व के लिए ट्रांजेक्शन लॉग पर्सिस्टेंस को कवर करता है। इसमें वितरित वातावरण के भीतर वोटिंग सदस्यों को जोड़ने और हटाने के प्रबंधन के लिए प्रशासनिक इंटरफ़ेस शामिल हैं।
Integrates a distributed SQLite variant to replicate database state across cluster members for fault tolerance.