There are different possible options to integrate the Heex SDK to your project and connect to your dataflows.
We recommend using your API or middleware to connect your Agents (Monitor and Recorders) to your Dataflows, and keep them separated from your main process as standalone executables. You can do so by looking at the folder get-started
and go from there. Either copy the folder into your build process or use it in the SDK location to start creating your agents.
Another alternative is to create and build your custom agents directly in your code and build processes.
To link the HeexSDK in a CMake C++ project, add the following lines to your project:
2.30.0
). You may use these lines to integrate the Heex SDK into your project:
ℹ️ Info: You may use
The
HEEX_SDK_DIR
required flag to import the SDK from a specific directory.
To link the HeexSDK in a CMake C++ project, add the following lines to your project:
2.30.0
). You may use these lines to integrate the Heex SDK into your project:
ℹ️ Info: You may use
The
HEEX_SDK_DIR
required flag to import the SDK from a specific directory.
You should place the provided librairies in your project. Then import the lib into your module.