1.0 Installing Python APIs
Edit me- Developing IBM Streams Applications with Python
- 2.0 Developing for the IBM Streaming Analytics service
The Python language support package is shipped with IBM Streams. You can also download the latest package as part of the com.ibm.streamsx.topology toolkit or as a stand-alone streamsx Python package. You can use either the toolkit or the Python package, the only difference between them is how you download them.
-
Topology toolkit (com.ibm.streamsx.topology)
The topology toolkit comes with IBM Streams 4.2 or later. It’s located in:
$STREAMS_INSTALL/toolkits/com.ibm.streamsx.topology.
You can download the latest version of the toolkit from https://github.com/IBMStreams/streamsx.topology/releases/latest. -
Stand-alone streamsx Python package
The streamsx Python package is available for download from https://pypi.python.org/pypi/streamsx. You can install it with the pip command:
pip install streamsx