Questions tagged [fiware-cep]

Fiware-cep refers to the PROTON-CEP enabler, a Java implementation of a complex event processor service including rules editor and a proactive event processor as a web service having REST API binding developed as part of the FIWARE platform.

Complex event processing (CEP) consists of high-speed processing of many events across all the layers of an organization, identifying the most meaningful events within the event cloud, analyzing their impact, and taking subsequent action in real time. The PROTON-CEP general enabler of the FIWARE project is the IBM Proactive Technology Online implementation of CEP for that platform, which works as a web service in containers such as Tomcat. Proton is an open source project managed on github and is well documented.

References:

17 questions
0
votes
2 answers

Proton CEP Fiware: delete old received events

I've got this kind of problem with Proton CEP: i currently have a "Sequence" EPA; its input are 2 events. But these events have different granularity: let's say i have A and B events; i receive N "A" events, and M "B" events, where M << N. So i'd…
Federico
  • 221
  • 3
  • 11
-1
votes
2 answers

Is Fiware Cephues obsolete?

Fiware Cepheus home page says that its branch is archived and 'read only' now. https://github.com/Orange-OpenSource/fiware-cepheus So does it mean: 1. There would be no future support and development in this community? 2. As alternative we should…
1
2