Question
Thingworx Service fetch data from Stream and insert into DB Connector DB table in bulk.
I have stream which have data in 11 columns, and rows have data as well as null values. I want to create a service which goal is,
- Fetch ~500 records from a ThingWorx Stream
- Insert them in a single bulk operation into Postgres using a DB Connector.
please anyone can help me how to create this service and their logics.

