Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (12 loc) · 1.02 KB

ARCHITECTURE.md

File metadata and controls

23 lines (12 loc) · 1.02 KB

Architecture

Architecture Diagram

The following architecture diagram shows the data transformation/ingestion pipeline. Data can be discovered from CMR or from AWS S3. If the data needs to be converted into a cloud optimized geotiff, it's done in the cogification step. Then, it's uploaded to the official VEDA S3 bucket (if needed) and published to the STAC database and API. image

The architecture as step functions

The architecture defined above has been implemented as step functions (+ other resources in AWS) and the pictures below show how they look in AWS console step function graph view.

Discovery

image

Cogification

image

Ingest and Publish

image