Skip to content

com.ibm.streamsx.topology 2.0.0

Compare
Choose a tag to compare
released this 10 Dec 11:04
· 46 commits to develop since this release
1a85912

2.0.0

IBM Streams 4.2, 4.3, IBM Cloud Pak for Data or Streaming Analytics service is required.
This release requires Cloud Pak for Data 3.5 or higher. For Cloud Pak for Data 3.0 and below, use the latest 1.x release.

For changes see the CHANGELOG

Python functionality

Python functionality is available through the streamsx package:

pip install streamsx==2.0.0

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>2.0.0</version>
</dependency>