storing industrial connection thing streaming data with custom logic in postgressql database
Hi,
I am trying to store the received data from the devices into PostgreSQL.
I created a remote thing to bind all properties of data received as tags on the industrial connection thing.
I want to store continuous streaming data when refreshed from the devices and when streaming data is received I want to apply custom logic to calculate values on data then insert it into the Postgres SQL database.
could you please help how to store industrial connection thing streaming data in PostgreSQL database?

