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)
- Host: GitHub
- URL: https://github.com/ibmstreams/streamsx.watsonexplorer
- Owner: IBMStreams
- License: apache-2.0
- Created: 2017-02-14T16:39:14.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2020-08-17T09:36:03.000Z (almost 6 years ago)
- Last Synced: 2025-01-23T18:50:36.794Z (over 1 year ago)
- Topics: analytics, ibm-streams, nlp, stream-processing, text-analysis, toolkit, watson
- Language: Java
- Homepage: http://ibmstreams.github.io/streamsx.watsonexplorer/
- Size: 996 KB
- Stars: 1
- Watchers: 10
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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