This guide will help you get started with the ReductStore C++ SDK to integrate ReductStore into your application.
Requirements
The ReductStore C++ SDK is written in C++20 and uses CMake as a build system. To install it, you will need:
- C++ compiler with C++20 support (we use GCC-11.2)
- cmake 3.18 or higher
- conan 1.40 or higher (it is optional, but conan is a convenient package manager)
Currently, we have only tested the SDK on Linux AMD64, but if you need to port it to another
operating system or platform, you can create an issue
for assistance.
Installing
To install the ReductStore C++ SDK, follow these steps: