podaac / SOTO

State of the Ocean (SOTO)
3 stars 0 forks source link

FTS Refactor/migration #30

Open frankinspace opened 5 months ago

frankinspace commented 5 months ago

Migrate feature translation service from JPL Enterprise GH to public github.com

nikki-t commented 1 month ago

Top-level tasks needed to migrate FTS repos

  1. Create public GitHub repo for FTS.
  2. Move API and database repos into a single repo.
  3. Review/remove sensitive data in API and database codebases.
  4. Project file updates: README, CONTRIBUTING, LICENSE, PR templates.
  5. Push new single repo up to public GitHub repo.
  6. Create GitHub action workflows for CI/CD.
  7. Documentation for use.

Questions/items to track

  1. Do we want to use a single Docker container like Hydrocron or host two separate containers as GitHub packages and in Amazon ECR?
  2. Decide how to organize database code. Either include all files at the root of ‘db’ directory or split our by HUC and SWORD operations.
  3. Automate and move testing under GitHub actions. Should we continue to use AWS CodeBuild? https://github.com/aws-actions/aws-codebuild-run-build a. How much does CodeBuild cost?
  4. Host API and database documentation on GitHub pages like Hydrocron?
  5. Create a CMR service record?
nikki-t commented 1 month ago

Tentative repo structure: FTS