KVS++ Cloud is a modern web platform built to showcase and extend the capabilities of the original KVS++ project - a high-performance, multi-store key-value system written in C++. This website provides a user-friendly interface for managing stores, access, and API tokens, making it easier to interact with KVS++ from anywhere.
KVS++ (Key Value Store in C++) is a robust, scriptable, and fast key-value database designed for automation, integration, and extensibility. It features multi-store support, a powerful TCP server, and a flexible CLI, making it ideal for developers and power users who need reliable data storage and automation tools.
KVS++ Cloud brings these features to the web, allowing you to:
- View and manage your stores visually
- Control access and permissions
- Generate and manage API tokens
- Explore logs and settings
- client/ – Frontend web app built with Vite, React, and TypeScript (Client README)
- server/ – Backend server developed using Spring Boot (Server README)
To learn how to run or develop each part, see:
For more about the original KVS++ project, its features, and technical details, visit the KVS++ GitHub repository.