Register Postgres database as DataSource #823
-
Hi everyone, I have been trying to set up a connector that uses a local Postgres database for storing asset, policy, contract definitions etc.
and these properties which I derived from this page.
I am pretty sure that I need to add another extension that is able to make connection to the postgres database via the 'DataSource' object. Right now the DefaultDataSource is used but datasources are never registered and thus cannot be resolved. Any help would be greatly appreciated. Willem |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @cossey50 as your request is about a mechanism of the EDC itself (and not about any extension or deployment mechanism provided by this repo) I would like to refer you to the upstream repository (https://github.com/eclipse-edc/connector). Also please be aware, that the product-edc repository was deprecated and will be archived soon. If you have any questions related to product-edc I would like to refer you to the new tractusx-edc (https://github.com/eclipse-tractusx/tractusx-edc/) repository. |
Beta Was this translation helpful? Give feedback.
Hi @cossey50 as your request is about a mechanism of the EDC itself (and not about any extension or deployment mechanism provided by this repo) I would like to refer you to the upstream repository (https://github.com/eclipse-edc/connector). Also please be aware, that the product-edc repository was deprecated and will be archived soon. If you have any questions related to product-edc I would like to refer you to the new tractusx-edc (https://github.com/eclipse-tractusx/tractusx-edc/) repository.