awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • microsoft/garnetAvatar von microsoft

    microsoft/garnet

    11,885Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗11,885
  • phpredis/phpredisAvatar von phpredis

    phpredis/phpredis

    10,219Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗10,219
  • hazelcast/hazelcastAvatar von hazelcast

    hazelcast/hazelcast

    6,570Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,570
  1. Home
  2. Data & Databases
  3. Cluster Key Migration

Unter-Tags erkunden

  • 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.