Replies: 2 comments 1 reply
-
@pachori91 , see here for the built in data format conversions for App Services: https://docs.edgexfoundry.org/3.0/microservices/application/AppServiceConfigurable/#transform If you need something else you will need to write a custom App Service with a custom
Also, see the app-service-template which is used to jump start the creation of a new custom App Service with complete Makefile, Dockerfile, etc (examples don't have this). |
Beta Was this translation helpful? Give feedback.
-
Nope, just transform the Event/Reading objects to JSON or XML. |
Beta Was this translation helpful? Give feedback.
-
Hi Team,
I am using Edgex 3.0 and able to read sensor data by using device-REST Service and also able to export sensor data by using Http-Export.
My Requirement is to perform data format conversion on data read from the sensor before exporting it to the destination point.
can some one please suggest me for same?
Beta Was this translation helpful? Give feedback.
All reactions