Hi,
We're looking for stream data processor and considering Siddhi as one of candidates.
We have 1 critical requirement which we're not able to find a way to cover with Siddhi.
Can you please help me find out is it possible to have dynamic business rules with Siddhi?
We have IoT devices collecting and sending sensor data to Siddhi.
We need to process that data according to rules setup by user.
e.g. rule can be
for sensorId=1235 if sensorValue > 500 , send notification to email "
some...@gmail.com"
For each sensor we need to be able to dynamically attach and detach rules at any point of time.
Is there way to achieve this with Siddhi?