IoT Streams
* 
The IoT Stream feature is an optional add-on in ThingWorx 10.0 and requires a valid license. To purchase a license, contact your PTC sales representative. When applying the license, make sure it includes the feature name twx_iot_streams. For licensing instructions, see Configuring Licensing for ThingWorx Platform.
An IoT Stream is an entity that enables streaming the Thing’s property values to be written to an external messaging system. This can be considered an off-ramp (externally routed) for the property values of the Thing model in real time, as opposed to extracting data in batches. This stream of data can be processed outside of ThingWorx and subscribed to the messaging system for various use cases, such as analytics or data archival.
IoT Streams require a Queue Provider to stream the data and represent a queue. For example, they can represent a topic or Azure Event Hubs.
For more information, see Creating an IoTStream.
Related Topics
Was this helpful?