complex-event-processingesperdata-distribution-serviceeplopendds

How to connect Esper CEP engine with DDS


I belive I am missing something related with dds concept. My idea is to use a EsperIO adapter, data flow or plug-in to insert incomming events from dds to a esper engine, but I can't see it clear.

Somebody help!! (Thanks in advance)


Solution

  • The step by step would be 1) receive event data from DDS i.e. Java DataReader 2) build an event object that Esper can understand; for this use a JavaBean-style class for example 3) send event object into Esper

    There is no need to build an adapter or use EsperIO. The API to feed events into Esper is really simple. For API code see http://www.espertech.com/esper/longer-case-study/ or Esper docs.