feat: SDDMS-V4 implementation
This MR implements a subset of V4 endpoints for Seismic Domain Data Management Service (SDDMS)
-
These new endpoints provide the ability to
-
PUT(register) a generic dataset -
GETlist of datasets in a data-partition -
GETthe generic dataset using a storage record identifier -
DELETEa dataset -
GETall the version identifier list of a dataset storage record -
GETa specific version of a dataset
-
-
Additionally, endpoints for obtaining SAS tokens to upload and download the datasets are added too.
-
GETconnection string for dataset upload -
GETconnection string to upload a specific version of a dataset -
GETconnection string to download a dataset -
GETconnection string to download a specific version of a dataset
-
-
The following illustrations highlight the interactions between SDDMS and OSDU core services to register a dataset.
-
The following showcases the interactions between SDDMS and OSDU core services to GET a dataset.
-
The following illustration shows the interactions between SDDMS and OSDU to obtain a connection string for ingestion
GET {{SVC_URL}}/connection-string/upload/record/{storage-record-id}GET {{SVC_URL}}/connection-string/download/record/{storage-record-id}
Edited by Varunkumar Manohar


