Namespace com.ibm.streamsx.iot.watson.quickstart

Access device events for the IBM Watson IoT Platform Quickstart service.

Quickstart allows you to experiment without having to register. This namespace contains an operator QuickstartDeviceEvents and an application Quickstart to interact with a single Quickstart device. Thus you can see IBM Watson IoT Platform and IBM Streams integrated concept without having to set up an IoTF service.

Using the Quickstart Device Simulator

Follow the instructions at https://developer.ibm.com/recipes/tutorials/use-the-simulated-device-to-experience-the-iot-foundation/ to use the simulator.

Compile the Quickstart application sc -M com.ibm.streamsx.iot.watson.quickstart::Quickstart

Submit the Streams application bundle (.sab file) to an IBM Streams instance or your IBM Cloud Streaming Analytics Service setting the submission value deviceId to the device id of the simulator. The device id is at the top right of the simulator.
Simulator

Operators

  • Quickstart: Quickstart application that subscribes to a single quickstart device's events.
  • QuickstartDeviceEvents: Subscribe to a device's events for Quickstart.

Types

  • QSData: Tuple type that matches the Quickstart device simulator event data.