0

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

Narsu
  • 1

1 Answers1

0

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

user650839
  • 2,594
  • 1
  • 13
  • 9
  • Hello, thanks for your reply. What I mean is, I have a live continuious data stream produced. I want to put all the continuious data stream into the CEP NEsper Engine. Is there any interface or API to do that? – Narsu Nov 19 '20 at 07:50