Hi Shyla,
Happy to hear that you are experimenting with CEP!
For enriching your input stream with data from Cassandra (or whichever external storage system) you could use:
Afterwards, you can use the resulting (enriched) DataStream to feed it into CEP for further processing.
Hope this helps!
Kostas
Hello all,
I am new to Flink.
We have our data in Cassandra database. We have a use case for CEP.
I am checking out if Flink fits well for us.
When processing the event data, I may want to pull data for the cassandra database like the user profile and join with the event data.
Is there a way to do that? I appreciate your help.
Thanks