Publishing and Accessing Services via EDC #4973
-
Hi EDC team, I have a few questions regarding the publication of services exposed via REST API and its consumption: Catalog representation of the services: Configuring service access in the dataAddress Support for WebSocket-based services Thanks in advance for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
EDC concepts such as Asset are mapped to DSP terms such as
Please look at the documentation and samples. There is plenty of information in those sources.
There are no plans and it is highly unlikely this will be done. We are encouraging other projects to create their own data planes since requirements for data transfers tend to be very specific. |
Beta Was this translation helpful? Give feedback.
I don't know what IDSA documentation you are referring to, but the only official EDC documentation is the DSP Specification and the documentation linked from here.
You can model your AI or other services as Assets. This scenario is also described in the EDC documentation. Otherwise if you want to create custom catalog resources, you could potentially either extend the EDC or use management domains (again, described in the EDC documentation). However, the former will not be interoperable in the sense that clients can understand the custom extensions.
You will need to do your own investigation on how to extend the EDC with custom resource types if you chose to go that direction as that type…