Skip to content
Norbert Schulz edited this page Jul 27, 2017 · 14 revisions

Welcome to the streamsx.json wiki!

For SPLDOC see here

Operators

Dependencies

This toolkit has been tested on Streams v3.2 or later. There are no other dependencies.

Compilation

To compile the toolkit, run ant in the toolkit directory.

Utilities

Type Helper

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.