The latest version of Apama Community Edition has arrived bringing many improvements including new connectivity options, usability improvements for Apama queries and enhancements to EPL.… Read More
EPL Memory Profiler
EPL Memory profiling is about investigating and analyzing an Apama application’s behavior to aid in optimizations for better memory usage and identifying any leaks. Apama’s capability to profile the EPL memory usage does provide a handy mechanism to identify any listener or object leaks used in the application within the correlator. Identifying such leaks could otherwise be a daunting task for any developer.
Note : Usage of the memory profiler is recommended during the development or debugging of an EPL application but, not when in production since it impacts the performance of the application.… Read More
Apama 9.12.0.5 Community Edition release announcement
The latest release of Apama Community Edition provides a new connectivity plug-in which is a transport allowing the Apama correlator to access REST or other web services. The transport is a client for other webservices, rather than allowing the correlator to act as a web service itself. In order to use the HTTP client transport you need to configure a chain within the connectivity system using the correlator configuration YAML. This chain provides the mapping between Apama events inside the correlator and HTTP requests/responses to the external web service.… Read More
Getting Started Webinar
Hopefully you will have seen our webinar which gave an insight into the type of applications that can be built rapidly with Apama Community Edition – if not – you can see it here. This post serves as an aid alongside that, briefly describing the application that was shown and supplying links to help you get started so that you can download, run and begin expanding and changing it to suit your needs.… Read More
Why We Love Apama
In the rapidly expanding ecosystems of Complex Event Processing (CEP) and Event Stream Processing (ESP, also known as Stream Processing) together known as Streaming Analytics, Apama is no longer the only choice available. The world is becoming ever more digitized, and just as the data flows grow in number and depth, so must the solutions evolve to meet these greater challenges. With both large commercial organizations and the open source community all committing their own offerings, choosing the best has never been more involved.… Read More
Deployment from Designer
The suggested way of deploying Apama applications developed in Designer is by using ‘Apama Ant Export’ on the project. In this blog we will talk about how to deploy a sample on any platform without much alteration to the properties of the project. This blog assumes the reader has a basic degree of knowledge on Ant scripts.
Importing a ProjectFirstly, we’ll import one of the Demos already available as part of your installation.… Read More