IBMStreams/streamsx.iot

IotPlatform in standalone mode?

raghukiran1224 opened this issue · 1 comments

Can the IotPlatform subscribe be used in standalone mode? It gives me a warning that the tuples cannot be imported/exported and fails with an error message after that.

Since it uses publish/subscribe (import/export) to make tuples available to other applications running in an instance, no.

You could use the composites it uses and then add in your processing logic into the same standalone app.