kvarkit
Kvarkit is an open-source software library that provides building blocks for creating and integrating key-value data stores within applications. The project targets a minimal, high-performance core with a modular architecture, allowing developers to tailor storage, serialization, and caching to their needs. Kvarkit is designed to be embedded in a wide range of software, from utilities and services to larger applications, with an emphasis on reducing boilerplate and accelerating common data-management tasks.
Kvarkit is organized around a core key-value API complemented by separate modules for storage backends, data
The project is built to be cross-platform and usable across different language runtimes. It focuses on compact
Kvarkit is maintained as an open-source project with public discussions, issue tracking, and releases on a shared