6 Repos
Mechanisms for replicating model instances across device groups to process concurrent requests.
Distinct from Database Replication: Focuses on model instance replication for inference throughput, distinct from database record replication.
Explore 6 awesome GitHub repositories matching data & databases · Instance Replication. Refine with filters or upvote what's useful.
Sglang is a high-performance inference engine and serving system designed for large language and multimodal models. It provides a programmable interface for orchestrating complex generation workflows, enabling developers to coordinate multi-turn dialogues, tool invocations, and reasoning chains through a domain-specific language. The platform is built to support production-scale deployments, offering an OpenAI-compatible API that allows for integration with existing application ecosystems. The system distinguishes itself through a disaggregated architecture that separates compute-intensive pr
Replicates model instances across device groups to process multiple concurrent requests, optimizing memory and communication for high-demand workloads.
Apache Tomcat is an open-source implementation of the Jakarta Servlet, Pages, Expression Language, and WebSocket specifications, serving as a container for running Java web applications. It provides a modular architecture with a servlet container, connector abstraction for multiple I/O models, and a pipeline-based request processing system that handles cross-cutting concerns through composable components. The server supports container-managed security with configurable realms for authentication against JDBC, LDAP, or memory-based credential stores, and offers TLS encryption with optional Open
Shares session data among multiple server instances to support failover and load balancing.
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 session state across multiple application instances to ensure continuous user experience.
Orchestrator ist ein Hochverfügbarkeitssystem und Replikationsmanager für MySQL-Datenbankcluster. Er fungiert als Failover-Automatisierungstool und Topologie-Visualisierer, der darauf ausgelegt ist, Master-Ausfälle zu erkennen und Standby-Replikate zu befördern, um Systemausfallzeiten zu minimieren. Das Projekt konzentriert sich auf die Verwaltung und Neukonfiguration von MySQL-Replikationstopologien, um eine konsistente Datenverteilung aufrechtzuerhalten. Es nutzt Topologie-Discovery-Crawling, um Replikationsstrukturen abzubilden und aktive Ausfälle innerhalb des Datenbankclusters zu identifizieren. Das System bietet Funktionen für die automatisierte Cluster-Wiederherstellung, standortbezogene Instanzverfolgung und regelbasierte Topologie-Neukonfiguration. Zudem führt es ein Audit-Log der Zustandsaufzeichnung, um historische Topologieänderungen und Failover-Ereignisse nachzuverfolgen.
Organizes the replication graph of database clusters to ensure consistent data distribution and availability.
MySQL replication topology management and HA
Manages and visualizes MySQL replication topologies with automated discovery and safe refactoring of replica relationships.
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
Imports running replication topologies into AdminAPI for unified management.