Events-processing: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 19: Line 19:
=Procedures=
=Procedures=


* describe
==describe==
* time-gap
 
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.
 
==time-gap==

Revision as of 18:27, 19 July 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".

Maven

<groupId>io.novaordis.events.processing</groupId>
<artifactId>novaordis-events-processing</artifactId>
<version>1.0.0-SNAPSHOT-1</version>

GitHub

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

Procedures

describe

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.

time-gap