A toolkit that simplifies integration between IBM Streams and the IBM Cloud Event Streams service.
cd com.ibm.streamsx.messagehub
../gradlew build
./gradlew spldoc
./gradlew release
tests/MessageHubTests/etc/credentials.json
file.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.
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.