-
Hi everyone! I followed the example and created two EDCs. My goal is to have an environment where I can implement a custom dataplane source, replacing a Postgresql instance in the example:
Thanks for your time! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
@neischlah for point 3 the postman collection is maybe helpful https://github.com/eclipse-tractusx/tractusx-edc/blob/main/docs/development/postman/collection.json |
Beta Was this translation helpful? Give feedback.
-
@neischlah were you already able to test something? Which documentation was helpful? What was missing? THX |
Beta Was this translation helpful? Give feedback.
-
@neischlah my recomendation here is to deploy the open source digital product pass consumer application and retrieve data using it! You can register an aspect in your infrastructure, retrieve data from your edcs and display it in a cool UI. You can learn then how to link data in your digital twin registry, data service and other important Catena-X Discovery Services. You can see how the basic architecture works: Here is a screenshot: You also have a postman collection for retrieving data using the EDC and the dpp-backend component: https://github.com/eclipse-tractusx/digital-product-pass/blob/main/deployment/local/postman/Digital-Product-Pass-collection.json The dpp-backend component will retrieve any data aspect that you register in the EDC and in the digital twin registry. If you are interested, join our the second tractus-x community days event to learn how to handle with the Digital Product Pass. |
Beta Was this translation helpful? Give feedback.
@neischlah my recomendation here is to deploy the open source digital product pass consumer application and retrieve data using it! You can register an aspect in your infrastructure, retrieve data from your edcs and display it in a cool UI.
You can learn then how to link data in your digital twin registry, data service and other important Catena-X Discovery Services.
We provide the charts for the data consumer and data provider parts: https://github.com/eclipse-tractusx/digital-product-pass/tree/main/deployment/infrastructure
Digital Product Pass Repo
You can see how the basic architecture works:
Here is a screenshot:
You also have a postman collection for retrieving data using the EDC …