redis-rdb-tools is a collection of specialized utilities for parsing, analyzing, and converting binary Redis database dump files. It functions as a parser and converter that extracts keys and values from these snapshots to facilitate data recovery, migration, and analysis. The project distinguishes itself through capabilities for memory profiling and snapshot manipulation. It includes a memory analyzer that generates key-level consumption reports to identify storage inefficiencies and a manipulation utility capable of merging multiple dump files or splitting single snapshots into smaller part
Pigsty is a full-stack orchestration suite for deploying, monitoring, and managing high-availability PostgreSQL clusters and their supporting infrastructure. It functions as a cluster management platform and high-availability suite that automates failover, manages virtual IPs, and ensures data consistency through distributed consensus. The project distinguishes itself by providing a comprehensive database infrastructure-as-code framework and a dedicated observability stack. It incorporates a backup and recovery manager supporting point-in-time recovery via S3-compatible object storage, alongs
Kvrocks is a disk-based NoSQL database and distributed key-value store that leverages the RocksDB storage engine to persist large datasets to physical disk. It is designed to be a Redis-compatible database, utilizing the standard Redis communication protocol to ensure interoperability with existing client libraries and tools. The project distinguishes itself by combining a disk-persistent storage model with advanced retrieval capabilities, including vector search for k-nearest neighbor queries, full-text search indexing, and geospatial query execution. It supports distributed clustering with
Lettuce is a Redis client library for Java that provides synchronous, asynchronous, and reactive programming models for interacting with Redis databases. It supports standalone, cluster, sentinel, pub/sub, and search operations through a single thread-safe connection model that handles command execution without blocking the calling thread. The library distinguishes itself through its reactive streams integration with Project Reactor, enabling non-blocking, backpressure-aware data processing with Mono and Flux types. It offers cluster slot routing that transparently handles MOVED and ASK redir
RedisShake este un instrument de migrare și sincronizare pentru instanțele Redis și Valkey. Acesta facilitează transferul de date între deployment-uri de tip standalone, sentinel și cluster, acționând ca un migrator de baze de date cross-version și ca utilitar pentru restaurarea datelor din fișiere de backup.
Principalele funcționalități ale tair-opensource/redisshake sunt: Redis Data Migration Tools, Redis Database Migration Tools, Database Backup Restoration, Slave-Simulation Synchronization, Zero-Downtime Migrations, Replication-Based Migration, Real-Time Data Replication, Database Version Migrations.
Alternativele open-source pentru tair-opensource/redisshake includ: sripathikrishnan/redis-rdb-tools — redis-rdb-tools is a collection of specialized utilities for parsing, analyzing, and converting binary Redis database… pgsty/pigsty — Pigsty is a full-stack orchestration suite for deploying, monitoring, and managing high-availability PostgreSQL… apache/incubator-kvrocks — Kvrocks is a disk-based NoSQL database and distributed key-value store that leverages the RocksDB storage engine to… redis/lettuce — Lettuce is a Redis client library for Java that provides synchronous, asynchronous, and reactive programming models… alibaba/otter — Otter is a distributed database synchronization system and change data capture tool designed to replicate data between… apache/kvrocks — Kvrocks is a distributed key-value store and Redis-compatible NoSQL database. It utilizes a RocksDB storage engine to…