Home

Awesome

Message Hub Toolkit

A toolkit that simplifies integration between IBM Streams and the IBM Cloud Event Streams service.

Documentation

Build

cd com.ibm.streamsx.messagehub
../gradlew build

Build SPLDoc

./gradlew spldoc

Release

./gradlew release

Test

cd tests/MessageHubTests
../../gradlew test

NOTE: Tests will run using the local domain specified by the STREAMS_DOMAIN_ID env var. All tests run in Distributed mode.

Samples

Each sample contains a build.gradle file and a makefile. You can compile/build the samples by a) running gradle build from the sample directory if you have installed gradle, b) running ../../gradlew build if you are in a cloned or forked git repository, or c) running make in all other cases.