Toolkit Development overview
Develop Streams Cloudant toolkit
Downloading the Streams Cloudant toolkit
Download the full toolkit requires git. Enter a directory of your choice and execute :
cd yourDirectory
git clone https://github.com/IBMStreams/streamsx.cloudant.git
Build the toolkit using ant
These steps must be run on the Streams server (or the Streams Quick Start Edition) and require the Ant and Maven tools. Additionally, environment variable M2_HOME must be set to the Maven home directory.
- Set the Streams environment variables by sourcing the
streamsprofile.sh
script which can be found in the Streams installationbin
directory - Set environment variable
M2_HOME
to the Maven home directory; if you build the toolkit on a Streams QSE image, Maven is already installed and M2_HOME set - Go to the toolkit’s main directory that holds the
build.xml
file, for example:cd /yourDirectory/streamsx.cloudant
- Run
ant
- To check out more targets of the build script run:
ant -p
Clean the toolkit
To delete generated files, execute:
ant clean