Sending data to core-data through REST API from Device Service #101
Replies: 1 comment
-
We handle the event sending logic in SDK, and we use the message bus only in SDK after v3.0 Please see this change In v2.x images, you can choose to use REST call by setting After v3.0, if you still have to use REST call to send Events, you need to create your own customized Device Service. |
Beta Was this translation helpful? Give feedback.
-
Hi Team,
We are writing custom device service, In which we wanted to post data to core-data service through REST API.
From the reference https://docs.edgexfoundry.org/2.3/microservices/core/data/Ch-CoreData/
It is saying that we can send data to message bus or directly to core-data through REST API's.
What is the configuration I need to do to send device data to core-data through REST?
or
Do I need to handle this in the device service code itself?
Any help would be appreciated!!
And also could you please share any reference device services using REST for sending data to core-data service?
Thanks,
Sudhamani
Beta Was this translation helpful? Give feedback.
All reactions