Adding Data pipeline node types which allow defining conditional data transfer based on user defined trigger condition.
Two node types and one service template was added:
radon.nodes.datapipeline.process.jsonValueMatchCondition - Checks whether incoming JSON documents contain specific value and the value matches the condition (e.g., temperature > 80)
radon.nodes.datapipeline.process.attrMatchCondition - Checks whether incoming data objects match specific attribute values (e.g. FileSize > 1000 bytes)
radon.blueprints.examples.ConditionalDataFiltering - Example service template using both of these nodes
Have used Winery admin touch to validate node types and tested with xOpera in OpenStack.
Adding Data pipeline node types which allow defining conditional data transfer based on user defined trigger condition.
Two node types and one service template was added:
Have used Winery admin touch to validate node types and tested with xOpera in OpenStack.