IBMStreams / administration

Umbrella project for the IBMStreams organization. This project will be used for the management of the individual projects within the IBMStreams organization.
Other
19 stars 10 forks source link

proposal for new toolkit: streamsx.shell #89

Closed ejpring closed 8 years ago

ejpring commented 8 years ago

I'm updating the old 'shell toolkit for Streams', and I'd like to move it from developerWorks to an IBMStreams repository named 'streamsx.shell'.

ddebrunner commented 8 years ago

What does it do?

ejpring commented 8 years ago

There are three operators:

ShellSource executes an arbitrary Bash shell command (or pipeline of commands) and emits a tuple for each line written to STDOUT or STDERR.

ShellPipe executes a shell command, consumes lines from tuples and pipes them to the shell as STDIN, and emits a tuple for each line written to STDOUT or STDERR.

ShellSink executes a shell command, consumes tuples and pipes them to the shell as STDIN.

Each operator has an optional output port that emits a tuple with the exit code and some counters when the shell exits.

ddebrunner commented 8 years ago

+1

leongor commented 8 years ago

+1

2016-04-20 15:41 GMT+03:00 Dan Debrunner notifications@github.com:

+1

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/IBMStreams/administration/issues/89#issuecomment-212407868

Best regards, Leonid Gorelik.

chanskw commented 8 years ago

+1

cancilla commented 8 years ago

+1

mikespicer commented 8 years ago

+1

chanskw commented 8 years ago

created streamsx.shell