cep - How to integrate the existing system in WSO2 DAS -


we have large number of algorithms written in c++ , java. want introduce wso2 das platform. , how can integrate these algorithms das?

i should explain more info: these algorithms running realtime analytics, found das uses siddhi realtime analytics, , doesn't provide interface or api can use these algorithms.

wso2das consist event receivers java , c++ applications can push data using several protocols such thrift, http, soap, mqtt, jms, kafka , etc [1]

siddhi can used java library within applications or else can create event flow streams , receivers in wso2 das , add siddhi queries in execution plan. more details please refer siddhi documentation [2]

[1] https://docs.wso2.com/display/das300/configuring+event+receivers

[2] https://docs.wso2.com/display/cep400/siddhiql+guide+3.0


Comments