Create your first system
📝 Note: Click on the blinking blue dot at each step of the interactive images to explore the application and see how it all comes together.
Create a Data Source in the created system
Create trigger
Request implementation
./heex
command.monitorUuid
(monitor_uuid
in python) variable with the implementation ID of your monitor.recorder_uuid
variable with the implementation ID you get on the cloud for the recorder.generateRequestedLabels
function add as many labels as you want as shown by the example.echo "This is Smart Data!" > file.txt
.
Provide the path of this file in the generateRequestedFilePaths
function (filepath = "/path/get-started/python/file.txt"
).~/Heex_SDK_<version>/implementations
folder.