Skip to content

Start here! A curated index of GitHub repos that use Apama Community Edition.

Notifications You must be signed in to change notification settings

ApamaCommunity/Creations-Index

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 

Repository files navigation

Apama Community Creations Index

A curated index of community creations for the Apama Streaming Analytics platform.

Contributing to the Index

If you would like to link to a resource (hosted on GitHub or externally), please create a pull request containing your changes to the README.md file.

  • Please try to find an existing category under which it can be placed, else insert under 'Misc.' or suggest a new category
  • Please prettify links such that the link text is a descriptive title rather than a URL

Connectivity Plug-Ins

C++

  • CSV Codec - Translation of CSV format messages
  • Batching Codec - Convert a batch of messages into a single message containing a list of messages and vice-versa
  • Max Size Codec - A simple outbound threshold check for message size to avoid sending anything larger than the transport can handle.

Java

EPL Plug-Ins

C++

  • RaspberryPi GPIO - For interfacing with the RaspberryPi on board GPIO
  • Random Plugin - Random number generation plugin for statistical use (wraps STL random header)
  • Filesystem - Filesystem operations (r,w,ls,mv,cp,rm,etc.)
  • L10N - Translation of EPL apps using GNU gettext
  • JEMalloc - JEMalloc memory stats for a JEMalloc-enabled correlator
  • Authentication - Authentication and session cache db for EPL.

Java

Python

Hybrid Plug-Ins (C++ based mixed EPL & Connectivity Plug-Ins)

  • CSV Plugin - Translation of CSV format messages, with escaping and contentType checking for both plugins and connectivity codec

Frameworks and Libraries

  • RxEPL - The ReactiveX framework (Observables) implemented entirely in EPL
  • Action Binding - JavaScript-esque action binding in EPL
  • Lambdas - Lambdas for EPL
  • Industry Analytics Kit - A set of analytic microservices used to accelerate the development of Industry/IoT applications
  • Complex numbers - EPL event for complex number operations in EPL.
  • Container types - EPL containers including Heap, Stack, Queue etc.
  • Functional operators - EPL libraries for map/reduce and other functional operators, generators and partial function evalution - Note: this has been replaced by built-in com.apama.functional.Functional type from Apama 10.15.3

Streaming Analytics in Cumulocity IoT

  • GitHub to EPL Apps Sync - Automatic bidirectional synchronization for EPL Apps into a GitHub repository for Cumulocity IoT Streaming Analytics applications. Enables enterprise development workflows.

Utilities and Tools

  • GitHub Actions workflow for Apama - A starter workflow (and associated setup-apama action) for building and testing Apama applications and plugins using GitHub Actions.
  • PySys - Cross platform system/unit testing, recommended for use when testing Apama applications. Many Apama centric extensions available. Included in install.
  • Apama log Analyzer - A script for analyzing Apama correlator log files, and graphing key metrics.
  • Aunit - EPL annotation-based unit testing. Leverages PySys framework.

Docker

IDE Extensions

Tutorials

Misc.


These tools are provided as-is and without warranty or support. They do not constitute part of the Software AG product suite. Users are free to use, fork and modify them, subject to the relevant license agreement(s). While Software AG welcomes contributions, we cannot guarantee to include every contribution in the master project.