Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 732 Bytes

02-knowledge_overview.md

File metadata and controls

21 lines (16 loc) · 732 Bytes
title permalink excerpt last_modified_at redirect_from sidebar
Toolkit technical background overview
/docs/knowledge/overview/
Basic knowledge of the toolkits technical domain.
2017-08-04 12:37:48 -0400
/theme-setup/
nav
knowledgedocs

{% include toc %} {% include editme %}

The Shell toolkit for IBM Streams 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.