streamsx.spl.toolkit

SPL toolkit integration.

Overview

SPL operators are defined by an SPL toolkit. When a Topology contains invocations of SPL operators, their defining toolkit must be made known using add_toolkit().

Toolkits shipped with the IBM Streams product under $STREAMS_INSTALL/toolkits are implictly known and must not be added through add_toolkit.

Module contents

Functions

add_toolkit Add an SPL toolkit to a topology.
streamsx.spl.toolkit.add_toolkit(topology, location)

Add an SPL toolkit to a topology.

Parameters:
  • topology (Topology) – Topology to include toolkit in.
  • location (str) – Location of the toolkit directory.