Skip to main content
Share
Share

ReductStore v1.2.1 Released

· One min read
Alexey Timin
Software Engineer - Database, Rust, C++

Hello, everyone!

We're excited to announce the release of ReductStore v1.2.0. In this update, we've made some important changes to improve the way tokens and buckets are managed. Specifically, when you create a new token, the database will now check to ensure that the buckets specified in the token's permissions actually exist. This will help prevent errors and ensure that users have the proper access to the appropriate buckets.

Share

Integrating ReductStore into C++ Applications

· 3 min read
Alexey Timin
Software Engineer - Database, Rust, C++

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: