7 Repos
Bootstraps and checkpoints replication of tables, including external tables, across clusters with tracking metrics.
Distinct from Data Replication: Distinct from general Data Replication: specifically covers cross-cluster table replication with checkpointing and metrics, not intra-cluster synchronization.
Explore 7 awesome GitHub repositories matching data & databases · Cross-Cluster Table Replication. Refine with filters or upvote what's useful.
Hazelcast is a distributed data platform that combines an in-memory data grid with a stream processing engine to support real-time analytics and event-driven applications. It functions as a partitioned, distributed key-value store that replicates data across cluster nodes to provide low-latency access and high availability. The platform also serves as a distributed SQL query engine, allowing users to execute standard SQL statements against both in-memory datasets and external data sources. What distinguishes Hazelcast is its use of a distributed consensus subsystem to maintain strongly consis
Synchronizes key-value entries across all cluster members to ensure high-speed local access and automatic data recovery.
Apache Hive is a SQL-on-Hadoop data warehouse that enables querying and managing petabytes of data stored in distributed storage such as HDFS and cloud storage services. It provides a familiar SQL interface for batch analytics and reporting, supported by a core set of components including the HiveServer2 Thrift service for remote query execution, the Hive Metastore Service for central metadata management, the Hive ACID Transaction Engine for concurrent read-write operations, and the Hive LLAP Interactive Engine for low-latency analytical processing. The WebHCat REST API offers an HTTP interfac
Bootstraps and checkpoints replication of tables, including external tables, with tracking metrics for consistency.
AliSQL is a fork of MySQL by Alibaba that extends the relational database management system with enhancements for high performance, scalability, and enterprise-grade availability. It retains the core MySQL identity as a SQL-based database for storing, organizing, and retrieving structured data, while adding optimizations for large-scale transactional and analytical workloads. The project differentiates itself through a set of Alibaba-specific improvements, including a columnar engine for accelerating analytical queries directly on MySQL tables, and a distributed, shared-nothing NDB Cluster en
MySQL keeps replica clusters synchronized with the primary cluster using dedicated asynchronous replication channels.
Dieses Projekt ist ein Software Development Kit (SDK) und Cluster-Management-Tool für PHP. Es dient als SDK für Volltextsuche und Vektor-Suchschnittstelle, wodurch Anwendungen lexikalische, Fuzzy- und semantische Suchen auf indizierten Daten durchführen können. Die Bibliothek implementiert einen PSR-7-HTTP-Client, um die Kompatibilität zwischen verschiedenen Umgebungen durch standardisierte Messaging-Schnittstellen zu gewährleisten. Sie bietet eine spezialisierte Schnittstelle zum Abrufen von Embeddings und zur Durchführung semantischer Retrieval-Workflows unter Verwendung von Vektordaten. Der Funktionsumfang deckt eine breite Palette administrativer und operativer Aufgaben ab, einschließlich der Verwaltung von Suchindizes, der Überwachung des Cluster-Status und der Verwaltung von Dokumentlebenszyklen. Es unterstützt diverse Abfragemethoden wie SQL, EQL und ES|QL sowie Datenaggregation und Geodatenanalyse. Zusätzlich bietet es Tools für Machine-Learning-Orchestrierung, Anomalieerkennung sowie Identitäts- und Zugriffsmanagement.
Provides capabilities to synchronize data between remote clusters for high availability.
Sequel is a relational database toolkit for Ruby that provides object-relational mapping, a fluent SQL query builder, and schema migration capabilities. It maps database tables to Ruby classes with support for associations, validations, lifecycle hooks, and eager loading, offering a comprehensive ORM layer for building data-centric applications. Sequel distinguishes itself through a plugin-based extension architecture that allows composable customization of models, databases, and datasets without relying on deep inheritance hierarchies. It includes a thread-safe connection pool with support f
Publishes messages to named database channels and subscribes to receive them asynchronously across connections.
Dieses Projekt ist eine containerisierte Bereitstellung eines OpenLDAP-Servers, der einen Lightweight Directory Access Protocol-Dienst zum Speichern und Abrufen von Organisationsdaten und Benutzeranmeldedaten bereitstellt. Er fungiert als Verzeichnisserver für Identitätsmanagement und Benutzerauthentifizierung über Netzwerkdienste hinweg. Der Dienst unterstützt die Erstellung von LDAP-Replikationsclustern, um die Datenkonsistenz über mehrere Hosts hinweg für hohe Verfügbarkeit aufrechtzuerhalten. Er enthält Funktionen für sichere Konnektivität durch TLS-Verschlüsselung und Zertifikatsverwaltung, um sensible Verzeichnisdaten während der Übertragung zu schützen. Zusätzliche Funktionen decken die Datenbankadministration ab, einschließlich Daten-Seeding über Standard-Exchange-Format-Dateien, persistente Speicherung durch Volume-Mapping sowie automatisierte Backup- und Wiederherstellungsprozesse. Das System bietet zudem Tools zur Verwaltung von Verzeichniseinträgen über eine Befehlszeilenschnittstelle und zur Konfiguration von Servereinstellungen über Umgebungsvariablen.
Synchronizes directory entries across all cluster members to ensure local access and recovery.
RavenDB is a multi-model NoSQL document database designed for high-performance, ACID-compliant data storage. It persists structured information as schema-flexible JSON documents and utilizes a unit-of-work session pattern to track entity changes and batch modifications into atomic transactions. The platform is built on a distributed architecture that supports horizontal scaling through sharding and ensures high availability via multi-node, master-to-master cluster replication. The database distinguishes itself through a self-optimizing query engine that automatically creates and maintains ind
Executes ACID-compliant writes across a cluster that are tolerant to network partitions.