Import events(datas) in NEsper engine

37 Views Asked by At

can anyone tell me how to import the events(datas) in NEsper engine to analyse whether pattern is catched or not? I've already set and defined the pattern I want to catch and the event types(event class) and configured the runtime engine. Now I want to import my datas in the engine to analyse. Is there any interface oder rest API or something provided by NEsper I can use to import data in CEP NEsper engine? how can I do it? thanks for any help!

Best regards, Narsu

1

There are 1 best solutions below

1
user650839 On

I seems covered in the "Getting Started text". It is just runtime.getEventService().sendEvent...(...) Also check the examples