Posts

Showing posts with the label siddhi

Using Siddhi CEP as a Java library

Using Siddhi CEP as a Java library WSO2 Complex Event processor uses Siddhi as the Backend Runtime Engine, which was initially developed at http://siddhi.sourceforge.net/ , and its development is now being continued as a commons project of WSO2 Inc. Siddhi under Apache License V2, and its a product designed for real time processing both in standalone mode and in distributed mode. Siddhi is basically a Java library thats embedded in WSO2 CEP server to provide enterprise integration for Complex Event Processing. Since Siddhi is just a java library here are some samples demonstrating siddhi�s capabilities as a library. You can find the WSO2 CEP product from:  http://wso2.com/products/complex-event-processor/ You can find the Siddhi source code from:  https://svn.wso2.org/repos/wso2/carbon/platform/branches/4.0.0/dependencies/commons/siddhi/1.0.1-wso2v1 You can find the Documentation for WSO2 CEP from:  http://docs.wso2.org/wiki/display/CEP201/Complex+Event+Processor+Doc...