Skip to main content
Alexey Timin
Co-founder & CTO - Database & Systems Engineering

Co-founder and CTO building the core database and data infrastructure. Focused on high-performance storage, low-latency systems, and scaling real-time data for industrial and robotics workloads.

View all authors

Integrating ReductStore into C++ Applications

· 3 min read
Alexey Timin
Co-founder & CTO - Database & Systems Engineering

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: