WSO2 DAS uses execution plans to store event processing logic. An execution plan is bound to an instance of Siddhi Data Analytics Server runtime, which is responsible for the actual processing of events. DAS allows users to configure multiple execution plans and provides multiple isolated event processing environments per execution plan. A typical execution plan consists of a set of queries and related input and output event streams.
...
Step 1: Add execution plan info
Add Execution Plan Name
Give a meaningful name to the execution plan by replacing ExecutionPlan
in @Plan:name('ExecutionPlan')
with the new name.
...
Query expressions are event processing logic written in Siddhi Query Language. When defining more than one query, each query should end with a semi colon.
Step 4. Export streams
...