Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【Core Data】How to Enable Device Data Storage Service and read Data #4742

Open
Liguangwei0321 opened this issue Jan 2, 2024 · 3 comments
Labels
question Further information is requested

Comments

@Liguangwei0321
Copy link

Liguangwei0321 commented Jan 2, 2024

version:V3.1 Napa

1.How to Enable Device Data Storage Service: or How to enable the device's data storage service
2.How Third-Party Software Reads Data from the Device's Database:

@Liguangwei0321 Liguangwei0321 added the question Further information is requested label Jan 2, 2024
@cloudxxx8
Copy link
Member

What is the Device Data Storage Service you mentioned here?
To retrieve the existing data from core-data, you can execute the REST API to get Events or Readings
https://docs.edgexfoundry.org/3.1/microservices/core/data/ApiReference/

@Liguangwei0321
Copy link
Author

https://docs.edgexfoundry.org/3.1/microservices/core/data/ApiReference/

是指的core data去保存传感器数据,配置使能该功能,并通过接口读取传感器数据;

@cloudxxx8
Copy link
Member

You can build another service to surve your purpose. It doesn't have to tie to core-data.
All you need to do is to subscribe the event messaging topics to receive data from Device Services, and handle the data whatever you want.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants