Complex Event Processing(CEP)ΒΆ
- CEP Introduction
- Create Rule
- MultipleStreamJoining/filtering/SQL on streaming data
- Joining two streams based on common feature of interest and window of 1 minute
- Sample rule with standard sql functions(difference between the temp values in a room and the maximum value of temp in the same room)
- Sample rule with standard sql functions(calculating count of a field)
- Filtering rule with current and previous values of a field
- Filtering rule with current and next values of a field
- Filtering rule with rank of a field based on order by value descending of that field
- Joining more than two Streams within window with multiple join conditions
- Joining streaming data with static tables
- Executing user defined functions(udf) with streaming data
- Posting output streaming data to Delta Lake
- rule with maxLateArrivalDelay
- PureAggregation with Filtering
- MultipleStreamJoining/filtering/SQL on streaming data
- Describe Rule
- Operation on Rule
- Execute and View Result
- Appendix