EndKV
EndKV is an open-source distributed key-value storage system designed to provide scalable, low-latency access to large data volumes. It offers a simple API for storing and retrieving binary data by key and is intended to run across clusters ranging from a few nodes to thousands.
The project emphasizes a modular architecture. It employs shard-based data partitioning and replicates data across multiple
Key features include horizontal scalability, high availability, and support for multi-region deployments. EndKV offers atomic batch
EndKV originated as an open-source project developed by a community of contributors. It is distributed under