Apama CEP Code Snippet
Posted by Chris Martins
We've posted examples of coding in alternative CEP languages in the past to illustrate how concise or verbose those approaches might be in expressing an event processing function. An example of Apama's language has made an appearance in a blog posting by Lab49. In the example, the code defines very crisply an operation in which the system responds to incoming price events, ensuring that you skip intermediate events and always process the latest event.
Comments