com.ibm.streamsx.topology 1.17.1
1.17.1
IBM Streams 4.2, 4.3, IBM Cloud Pak for Data or Streaming Analytics service is required.
For changes see the CHANGELOG
Python functionality
Python functionality is available through the streamsx
package:
pip install streamsx==1.17.1
Java functionality
The topology jar
and the toolkit is available in Maven Central Repository:
<dependency>
<groupId>com.ibm.streams</groupId>
<artifactId>streamsx.topology</artifactId>
<version>1.17.1</version>
</dependency>