Can any one refer me a document which provides a detailed steps to connect predix machine to predix postgres service and send machine data to the same instead of timeseries.
Thanks Aishwarya
Answer by Tom Turner · Jul 08, 2018 at 04:48 PM
We don't have a document like that. For that you have a few options:
Within Data Exchange you'd write some code to go to postgres
You could write your own listener or use Data Exchange's Event Hub gRPC listener
You could write your own microservice or take a look at this one as a template. Wind-data. Coding required to change to go to Postgres.
a modified Data Exchange might be possible here too
In all cases you are going to have to write some code.
Thanks!
I was able to configure prefix machine without edge manager. And send opc-ua server data to postgresql.
Used HTTP river which points to the micro-service that connect and exchange the edge data to predix postgresql service.
However the data recieved at postgresql end seems to be in coded.
I have used the httpdata microservice service with the SDK to handle the requess from edge manager.
Could you give me some pointers as to how can I decide the data.?
Hmmm, not sure. @Susheel Choudhari @Greg Stroup any thoughts?
how to send sensor data from predix machine to timeseries in predixcloud 1 Answer
Can Predix Machine be configured to send data to other Clouds (AWS, Azure etc ?) 1 Answer
Pushing predix machine data into cloud database 2 Answers
how to send sensor data from predix machine to timeseries in predixcloud 3 Answers
How to get data fom MQTT broker into GE predix cloud 4 Answers