Skip to content

Commit 7db77ab

Browse files
committed
formatting and ingest ui link
1 parent d9f8519 commit 7db77ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ Upload files to the staging bucket `s3://veda-data-store-staging` (which you can
2424

2525
### Step 2: Generate STAC metadata in the staging catalog
2626

27-
Metadata must first be added to the Staging Catalog [staging.openveda.cloud/api/stac](https://staging.openveda.cloud/api/stac). You will need to create a dataset config file using the veda-ingest-ui to generate STAC Collection metadata and generate Item records for the files you have staged in Step 1.
27+
Metadata must first be added to the Staging Catalog [staging.openveda.cloud/api/stac](https://staging.openveda.cloud/api/stac). You will need to create a dataset config file with the [ingest.openveda.cloud](https://ingest.openveda.cloud) form to generate STAC Collection metadata and generate Item records for the files you have staged in Step 1.
2828

29-
* Use the veda-ingest-ui form to generate a dataset config and open a veda-data PR
29+
* Use the [ingest.openveda.cloud](https://ingest.openveda.cloud) form to generate a dataset config and open a veda-data PR
3030

3131
* OR manually generate a dataset-config JSON and open a veda-data PR
3232

@@ -149,7 +149,7 @@ Should follow the following format:
149149

150150
### `<stage>/discovery-items/`
151151

152-
The `ingestion-data/discovery-items/` directory holds json files representing the inputs for initiating the discovery, ingest and publication workflows.
152+
The `ingestion-data/discovery-items/` directory holds JSON files representing the inputs for initiating the discovery, ingest and publication workflows.
153153
Can either be a single input event or a list of input events.
154154

155155
Should follow the following format:
@@ -244,7 +244,7 @@ Should follow the following format:
244244

245245
### `production/promotion-config`
246246

247-
This directory contains the configuration needed to execute a stand-alone airflow DAG that transfers assets to production and generates production metadata. The promotion-config json uses the same schema and values from the [staging/dataset-config JSON](#stagedataset-config) with an additional `transfer` field which should be set to true when S3 objects need to be transferred from a staging location to the production data store. The veda data promotion pipeline copies data from a specified staging bucket and prefix to a permanent location in `s3://veda-data-store` using the collection_id as a prefix and publishes STAC metadata to the produciton catalog.
247+
This directory contains the configuration needed to execute a stand-alone airflow DAG that transfers assets to production and generates production metadata. The promotion-config JSON uses the same schema and values from the [staging/dataset-config JSON](#stagedataset-config) with an additional `transfer` field which should be set to true when S3 objects need to be transferred from a staging location to the production data store. The veda data promotion pipeline copies data from a specified staging bucket and prefix to a permanent location in `s3://veda-data-store` using the collection_id as a prefix and publishes STAC metadata to the produciton catalog.
248248

249249
<details>
250250
<summary><b>production/promotion-config/collection_id.json</b></summary>

0 commit comments

Comments
 (0)