com.ibm.streamsx.eventstore 2.5.0
- Db2 Event Store client jar updated for Db Event Store 2.0.1.0
- dependencies updated to spark 2.4.6
When using the streamsx.eventstore Python package (for example in your Notebook or python script), use the following code to download this v2.5.0 release from GitHub and to add this toolkit to your topology:
import streamsx.eventstore as es
eventstore_toolkit_location = es.download_toolkit(url='https://github.com/IBMStreams/streamsx.eventstore/releases/download/v2.5.0/streamsx.eventstore.toolkits-2.5.0-20201109-0751.tgz')
streamsx.spl.toolkit.add_toolkit(topology, eventstore_toolkit_location)