You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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
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"
}
}
The text was updated successfully, but these errors were encountered: