An open API service indexing awesome lists of open source software.

https://github.com/ibmstreams/streamsx.watsonexplorer

Toolkit for accessing data and analytics results from IBM Watson Explorer (formerly known as IBM Infosphere Data Explorer)
https://github.com/ibmstreams/streamsx.watsonexplorer

analytics ibm-streams nlp stream-processing text-analysis toolkit watson

Last synced: over 1 year ago
JSON representation

Toolkit for accessing data and analytics results from IBM Watson Explorer (formerly known as IBM Infosphere Data Explorer)

Awesome Lists containing this project

README

          

# streamsx.watsonexplorer
Toolkit for accessing data and analytics results from IBM Watson Explorer (formerly known as IBM Infosphere Data Explorer)

This toolkit has been developed and tested against Watson Explorer v11.0.

The SPLDoc for this toolkit can be found here here: [SPLDoc](https://ibmstreams.github.io/streamsx.watsonexplorer/spldoc/html)

# Build

To build the toolkit, run the following gradle command:

gradle build

# Clean

To clean the toolkit, run the following gradle command:

gradle clean