Events-processing

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

Internal

Overview

Processing logic that can be applied to event streams. The logic corresponding to each of the procedures listed below can be invoked from command line using the corresponding "command".

Procedures

Development

GitHub

https://github.com/NovaOrdis/events-processing

Maven

<dependency>
    <groupId>io.novaordis.events.processing</groupId>
    <artifactId>events-processing</artifactId>
    <version>${events.processing.version}</version>
</dependency>