IBMStreams / streamsx.messagehub

Repository to provide easy integration with IBM MessageHub Bluemix Service
https://ibmstreams.github.io/streamsx.messagehub/
Apache License 2.0
1 stars 6 forks source link
ibm-cloud ibm-streams stream-processing toolkit

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

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.