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

Whether data from a database can be published as a data asset (e.g. postgresql) #169

Closed
fcm2000105 opened this issue Nov 27, 2023 · 2 comments

Comments

@fcm2000105
Copy link

If I want to publish the data resources of the postgres database, how should I modify the file create-asset.json, and do I need to modify anything else?

{
"@context": {
"@vocab": "https://w3id.org/edc/v0.0.1/ns/"
},
"@id": "assetId",
"properties": {
"name": "product description",
"contenttype": "application/json"
},
"dataAddress": {
"type": "HttpData",
"name": "Test asset",
"baseUrl": "https://jsonplaceholder.typicode.com/users",
"proxyPath": "true"
}
}

@ndr-brt
Copy link
Member

ndr-brt commented Nov 28, 2023

You'd need to develop a extension for letting the data-plane interact with the postgresql database.
Please take a look at the data-plane-http extension to see what it needs to be done

@fcm2000105
Copy link
Author

Thank you very much! I will give it a try.

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

No branches or pull requests

2 participants