Subscribe to new records with C++ SDK
This article provides an introduction to ReductStore and explains how to use the Reduct C++ SDK to subscribe to data from the database.
Prerequisites
To subscribe to new records, we should use a continuous query, which has been supported by ReductStore since version v1.4. We can use the following Docker command to run it:
docker pull reduct/store:latest
docker run -p 8383:8383 reduct/store:latest
Now, we need to install the Reduct Client SDK for C++. Please refer to these instructions.