Skip to content

Element84/swoop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ed4e328 · Jun 23, 2023

History

64 Commits
Jun 23, 2023
May 15, 2023
Jun 2, 2023
Jun 23, 2023
May 26, 2023
Jun 23, 2023
May 15, 2023
May 26, 2023
Apr 20, 2023
May 26, 2023
May 26, 2023
Mar 2, 2023
May 15, 2023
Jun 2, 2023
Jun 2, 2023
Jun 2, 2023
May 26, 2023
May 26, 2023

Repository files navigation

SWOOP: STAC Workflow Open Orchestration Platform

This repo contains the database schema/migrations/tooling and API code for SWOOP.

This project is a work in progress. More information about this project and how to use it will be coming as development progresses.

Database Setup / Migrations

Instructions for this can be found in the database README.md

Environment Setup and Testing

Refer to CONTRIBUTING.md for development setup and testing instructions.

Settings Management

All settings are managed via environment variables. See the API Settings class for SWOOP-specific settings. Many database connection settings are specified via libpq environment variables.

For testing purposes, one can source the the .env file, which will set all required env vars in the local shell environment.