Events-processing

From NovaOrdis Knowledge Base
Revision as of 00:56, 4 August 2017 by Ovidiu (talk | contribs) (→‎Procedures)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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>