Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • D Data Loading
  • Subgroup information
    • Subgroup information
    • Activity
    • Labels
    • Members
  • Epics 3
    • Epics 3
    • List
    • Boards
    • Roadmap
  • Issues 24
    • Issues 24
    • List
    • Boards
    • Milestones
    • Iterations
  • Merge requests 2
    • Merge requests 2
  • Security & Compliance
    • Security & Compliance
    • Security dashboard
    • Vulnerability report
  • Packages & Registries
    • Packages & Registries
    • Package Registry
  • Analytics
    • Analytics
    • Insights
    • Issue
  • Wiki
    • Wiki
Collapse sidebar
  • Open Subsurface Data Universe Software
  • Platform
  • Data Flow
  • Data Loading
  • Wiki
  • How to load a LAS data (Manifest based Ingestion)

How to load a LAS data (Manifest based Ingestion) · Changes

Page history
Update How to load a LAS data (Manifest based Ingestion) authored Feb 10, 2022 by Chad Leong's avatar Chad Leong
Hide whitespace changes
Inline Side-by-side
How-to-load-a-LAS-data-(Manifest-based-Ingestion).md
View page @ ec0d80d5
......@@ -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": "*",
......
Clone repository

Home

OSDU Operator Data Loading Quick Start Guide

  • Contents
  • Objective
  • Important Documentation ❗
  • Overview
  • Introduction
  • Learn the Basics
    • Data Types
    • Getting the data into the OSDU Data Platform
  • Quickstart
    • Pre-requisite
    • Steps
  • Tutorial
  • Bulk loading
  • Domain Data Management Services
  • Terms and Acronyms
  • FAQs
    • Referential Integrity Check - Failed Example
    • Referential Integrity Check - Success Example
  • Contributing