Data Storage sended by an app #296
-
I am searching for a way to storage on core-data the data sended by an app-service. I have an app-service that analyze the events of a device and post the result back to the bus. I found that core-data only listen to event topic and I would like to know if exists the way to listen to application service topic. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
@antiadominguez
Jieke Choo |
Beta Was this translation helpful? Give feedback.
-
@antiadominguez if you are writing your own app service, you can leverage the event client to send data to Core Data with REST API |
Beta Was this translation helpful? Give feedback.
There are a few steps that you have to do in your app-service.
Core-Data
client in the configuration.yaml fileEventClient
API to create a client as @cloudxxx8 mentioned