https://github.com/ibmstreams/streamsx.shell
Utility toolkit to execute shell commands in a Streams application
https://github.com/ibmstreams/streamsx.shell
ibm-streams stream-processing toolkit
Last synced: about 1 month ago
JSON representation
Utility toolkit to execute shell commands in a Streams application
- Host: GitHub
- URL: https://github.com/ibmstreams/streamsx.shell
- Owner: IBMStreams
- License: apache-2.0
- Created: 2016-04-22T13:40:37.000Z (about 9 years ago)
- Default Branch: develop
- Last Pushed: 2020-08-17T09:36:47.000Z (over 4 years ago)
- Last Synced: 2025-01-23T18:50:34.273Z (3 months ago)
- Topics: ibm-streams, stream-processing, toolkit
- Language: C++
- Homepage: http://ibmstreams.github.io/streamsx.shell
- Size: 32.5 MB
- Stars: 1
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# streamsx.shell
The [Shell toolkit for IBM Streams](http://ibmstreams.github.io/streamsx.shell/) enables SPL applications to execute Linux shell commands and pipelines as Streams operators:
- lines of text consumed from the operator's input tuples are written to the command's STDIN input
- lines of text read from the command's STDOUT and STDERR output are produced as the operator's output tuples
This version of the toolkit is intended for use with IBM Streams release 4.1 and later.
For the toolkit's documentation, please see [http://ibmstreams.github.io/streamsx.shell/doc/spldoc/html/](http://ibmstreams.github.io/streamsx.shell/doc/spldoc/html/).
For the toolkit's source code, please see [https://github.com/IBMStreams/streamsx.shell/](https://github.com/IBMStreams/streamsx.shell/).