... | ... | @@ -14,7 +14,7 @@ Some changes might have to be done to the manifest in order to use it. |
|
|
### Loading a well log
|
|
|
This is the process for loading a LAS well log into the OSDU Data platform.
|
|
|
|
|
|
Prerequisities:
|
|
|
Prerequisites:
|
|
|
* Reference data loaded, otherwise the ingest will fail on referential integrity
|
|
|
* Master data (wellbore) loaded, otherwise the ingest will fail on referential integrity
|
|
|
* Well Known Schemas from OSDU data definitions group loaded
|
... | ... | @@ -38,6 +38,7 @@ graph TD; |
|
|
|
|
|
How to populate body when triggering workflow (insert: link to relevant postman collection):
|
|
|
|
|
|
```json
|
|
|
{"executionContext": {\
|
|
|
"Payload": {\
|
|
|
"data-partition-id": "{{data-partition-id}}",\
|
... | ... | @@ -47,6 +48,7 @@ How to populate body when triggering workflow (insert: link to relevant postman |
|
|
}\
|
|
|
} \
|
|
|
}
|
|
|
```
|
|
|
|
|
|
|
|
|
|
... | ... | @@ -304,11 +306,11 @@ How to populate body when triggering workflow (insert: link to relevant postman |
|
|
|
|
|
### Searching ingested data
|
|
|
|
|
|
POST https://{{SEARCH_HOST}}/query
|
|
|
POST `https://{{SEARCH_HOST}}/query`
|
|
|
|
|
|
BODY
|
|
|
|
|
|
```
|
|
|
```json
|
|
|
{
|
|
|
"kind": "{{data-partition-id}}:wks:work-product-component--WellLog:1.0.0",
|
|
|
"query": "*",
|
... | ... | |