Events-processing: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(8 intermediate revisions by the same user not shown)
Line 6: Line 6:


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=
<groupId>io.novaordis.events.processing</groupId>
<artifactId>novaordis-events-processing</artifactId>
<version>1.0.0-SNAPSHOT-1</version>
=GitHub=
{{External|https://github.com/NovaOrdis/events-processing}}


=Procedures=
=Procedures=


==describe==
* [[events-processing output|output]]
* [[events-processing describe|describe]]
* [[events-processing time-gaps|time-gaps]]
* [[events-processing count|count]]
* [[events-processing exclude|exclude]]


Displays the structure (properties) of the events flowing through the event stream pipeline. The property names shown in the results of this command can then be used to assemble the output format string of the "output" command, specified with the -o|--output-format command option.
=Development=


==time-gaps==
==GitHub==


Identifies time gaps in the log.
{{External|https://github.com/NovaOrdis/events-processing}}
 
==count==


Displays the number of events that match the query.
==Maven==


Some utilities rely on the fact that they can invoke this procedure with the abbreviated command-line form "-c".
<dependency>
    <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>