Events-processing: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
 
(15 intermediate revisions by the same user not shown)
Line 7: Line 7:
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".
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".


=Maven=
=Procedures=


<groupId>io.novaordis.events.processing</groupId>
* [[events-processing output|output]]
<artifactId>novaordis-events-processing</artifactId>
* [[events-processing describe|describe]]
<version>1.0.0-SNAPSHOT-1</version>
* [[events-processing time-gaps|time-gaps]]
* [[events-processing count|count]]
* [[events-processing exclude|exclude]]


=GitHub=
=Development=
 
==GitHub==


{{External|https://github.com/NovaOrdis/events-processing}}
{{External|https://github.com/NovaOrdis/events-processing}}


=Procedures=
==Maven==


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

Latest revision as of 00:56, 4 August 2017

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>