Skip to content

Draft: Seismic Domain Data Management Service V4 APIs

Varunkumar Manohar requested to merge slb/vm/sdms-v4-firstcut into master

This MR creates V4 endpoints for Seismic Domain Data Management Service (SDDMS)

  • These new endpoints provide the ability to PUT(register) a dataset, and GET the dataset that was registered.

  • Additionally, endpoints for obtaining SAS tokens to upload and download the datasets are added too.

  • The following illustrations highlight the interactions between SDDMS and OSDU core services to register a dataset.

    PUT {{SVC_URL}}/generic/v1 image

  • The following showcases the interactions between SDDMS and OSDU core services to GET a dataset.

    GET {{SVC_URL}}/generic/v1/record/{storage-record-id} image

  • 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} image

Edited by Diego Molteni

Merge request reports