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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesCluster Key Migration

The process of redistributing keys between nodes in a distributed cluster to maintain balance.

Distinct from Data Migration: Existing migration tags focus on versioning or storage patterns, not the real-time redistribution of keys in a live cluster.

Explore 3 awesome GitHub repositories matching data & databases · Cluster Key Migration. Refine with filters or upvote what's useful.

Awesome Cluster Key Migration GitHub Repositories

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

    microsoft/garnet

    11,885عرض على GitHub↗

    Garnet is a multi-threaded in-memory database and distributed key-value store. It functions as a high-performance remote cache store that implements the RESP wire protocol to maintain compatibility with existing Redis clients and libraries. The project is distinguished by a shared-memory architecture that enables parallel request processing across multiple cores for sub-millisecond latency. It features a tiered storage system that automatically offloads colder data from system memory to SSD or cloud storage layers, and includes a specialized vector search database for high-dimensional similar

    Rebalances cluster load by migrating keys between nodes in a distributed cluster without incurring downtime.

    C#cachecache-storagecluster
    عرض على GitHub↗11,885
  • phpredis/phpredisالصورة الرمزية لـ phpredis

    phpredis/phpredis

    10,219عرض على GitHub↗

    phpredis is a C-based native extension that bridges PHP applications with Redis servers for high-performance data storage and retrieval. It serves as an interface for manipulating strings, hashes, lists, sets, and sorted sets while providing a direct path for executing Redis commands and server-side scripts. The extension provides comprehensive support for distributed environments and high availability. It interfaces with Redis Cluster to distribute data across multiple nodes using hash slots and manages Redis Sentinel for service discovery and automatic failover. It also enables shared state

    Redistributes keys across nodes during cluster membership changes using manual rehashing or automatic migration.

    Cclusterkeydbphp
    عرض على GitHub↗10,219
  • hazelcast/hazelcastالصورة الرمزية لـ hazelcast

    hazelcast/hazelcast

    6,570عرض على GitHub↗

    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

    Supports transferring map and replicated data between distributed clusters for version upgrades or infrastructure consolidation.

    Javabig-datacachingdata-in-motion
    عرض على GitHub↗6,570
  1. Home
  2. Data & Databases
  3. Cluster Key Migration

استكشف الوسوم الفرعية

  • Distributed Cluster MigrationsTransfers map and replicated data between distributed clusters for upgrades or infrastructure changes. **Distinct from Cluster Key Migration:** Focuses on the migration of data between entire clusters, whereas the parent focuses on key redistribution within a single cluster.