-
Notifications
You must be signed in to change notification settings - Fork 19
Home
Norbert Schulz edited this page Jul 27, 2017
·
14 revisions
For SPLDOC see here
This toolkit has been tested on Streams v3.2 or later. There are no other dependencies.
To compile the toolkit, run ant
in the toolkit directory.
A helper utility to assist in creating SPL tuples from JSON strings.
streamsx.json/com.ibm.streamsx.json/scripts/createTypes.sh <json file>
This utility expects at least one JSON string in the file. It will print SPL types that closely match the JSON structure. Note that if there are any empty values in the JSON string, an UNKNOWN_TYPE type will be specified.