streamsx.objectstorage

Object Storage integration for IBM Streams


Keywords
streams, ibm-streams, object-storage, stream-processing, toolkit
License
Apache-2.0
Install
pip install streamsx.objectstorage==1.5.6

Documentation

streamsx.objectstorage

The com.ibm.streamsx.objectstorage toolkit provides primitive operators and native functions for reading and writing data from and to Object Storage. This toolkit supports S3 compatible Object Storages and allows developers to write IBM Streams application that interacts with IBM Cloud Object Storage.

Documentation

Find the full documentation here.

Changes

CHANGELOG.md

Quick start with IBM Cloud Object Storage

You'll need:

These values can be found in the IBM Cloud UI by generating a 'service credential' and these credentials shall be stored in an IBM Streams instance application configuration property.

Streaming Analytics service on IBM Cloud

This toolkit is compatible with the Streaming Analytics service on IBM Cloud.

Python package

There is a python package available, that exposes SPL operators in the com.ibm.streamsx.objectstorage toolkit as Python methods.

Demo application with integration of other IBM Cloud services

Event Streams --> COS Demo