NASA-IMPACT / dashboard-api-starter

API for the Earthdata Dashboard
MIT License
1 stars 2 forks source link

Proposed new design for /datasets API: Dataset metadata is still stored in json metadata in S3, but generated by separate github repo #3

Open abarciauskas-bgse opened 3 years ago

abarciauskas-bgse commented 3 years ago

Background: Right now /v1/datasets returns datasets generated by the dataset metadata generator and stored on S3 (e.g. dev-dataset-metadata.json). What does the metadata lambda do now?

Goals:

Problem with this approach:

Acceptance criteria:

Proposed solution:

MAAP viz + dashboard use case design

Tasks:

Improvements:

Questions:

slesaad commented 3 years ago

Created the repo and added a workflow in github to generate/update the dataset metadata json file in s3 bucket. The PR is here