All Downloads are FREE. Search and download functionalities are using the official Maven repository.

stream.io.ProcessStream.md Maven / Gradle / Ivy

There is a newer version: 0.9.10
Show newest version
ProcessStream
=============

This processor executes an external process (programm/script) that produces
data and writes that data to standard output. This can be used to use external
programs that can read files and stream those files in any of the formats
provided by the stream API.

The default format for external processes is expected to be CSV.

In the following example, the Unix command `cat` is used as an example, producing
lines of some CSV file:

       

The process is started at initialization time and the output will be read from
standard input.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy