WSO2 CEP : Siddhi QL: Creating a unique stream with similar event records
问题 I am pretty new to WSO2 CEP Siddhi QL, I got a requirement to analyze the events coming to a stream. For ex: I have data coming in like this [id,value]: InputStream=[1001,90] InputStream=[1001,85] InputStream=[1002,70] InputStream=[1001,85] InputStream=[1003,70] InputStream=[1003,85] InputStream=[1002,70] InputStream=[1003,70] InputStream=[1003,85] InputStream=[1002,70] InputStream=[1001,95] InputStream=[1001,65] In this, I want to segregate each records and group based on the id 1001, 1002