Skip to main content

Posts

Showing posts with the label WSO2 CEP

Integrating Apache UIMA with WSO2 Complex Event Processor

Here's an article about our project to extract Traffic Information from twitter feeds using Apache UIMA, Apache OpenNLP and WSO2 Complex Event Processor. http://wso2.com/library/articles/2015/03/integrating-apache-uima-with-wso2-complex-event-processor/ You can find the source code of the project below, Twitter Streaming ActiveMQ Client Twitter Search ActiveMQ Client Twitter ActiveMQ Client (Search and Stream) Apache UIMA Collection Processing Engine Read more about how we go there from here . 

Writing Cas Consumers to send events to WSO2 CEP

Recently we concluded a project to extract traffic data from tweets of road.lk. This post would be one post of many posts to connect a few dots of our project. My friend Achintha has connected more than a few dots in his blog . I will post links to relevant parts as i proceed with this post. Initially let me give a brief introduction to the mischief we caused in this project. Our initial aim was to add support to sending events from Apache UIMA framework into the WSO2 Complex Event Processor.  We concluded the project by implementing a real world use case of Extracting traffic details using tweets(from road.lk ) and Apache UIMA framework and sending the extracted details as events to WSO2 Complext event processor. I know many of these terms are new, so let me start by describing some of these and i have included relevant links so that those of you who are interested can do some further reading. Apache UIMA( Unstructured Information Management Architecture )   ...