May 2017
Beginner to intermediate
596 pages
15h 2m
English
Flink has its own Complex Event Processing (CEP) library called FlinkCEP. The library allows to deal with vent patterns in a stream and accordingly deals with it to cater to use case in hand. It is built on top of the DataStream API and helps defining user patterns and then injecting into a stream and according to the pattern generates new events and deals with those accordingly.
Again we wouldn't want to delve deep into this topic in this book as it would be a book by itself. We strongly suggest going through the official Flink documentation at the following URL https://goo.gl/Tsu6q7.