Tuesday, July 15, 2014

Downloading and running WSO2 Complex Event Processor

WSO2 CEP is a lightweight, easy-to-use, 100% open source Complex Event Processing Server licensed under Apache Software License v2.0. Modern enterprise transactions and activities consists of stream of events. Enterprises that monitor such events in real time and respond quickly to those environments undoubtedly have greater advantage over its competitors. Complex Event Processing is all about listening to such events and detecting patterns in real-time, without having to store those events. WSO2 CEP fulfills this requirements by identifying the most meaningful events within the event cloud, analyzes their impact and acts on them in real-time. It’s extremely high performing and massively scalable.


How to run WSO2 CEP

  1. Extract the zip archive into a directory. Say the extracted dircetory is CEP_HOME
  2. Navigate to the CEP_HOME/bin in the console (terminal)
  3. Enter the following command  
        ./wso2server.sh       (In Linux)
        wso2server.bat        (In Windows)

Once started you can access the management console by navigating the following URL

http://localhost:9443/carbon

You may login with default username (admin) and password (admin). When logged in you would see the management console as shown below.


No comments:

Post a Comment