Cabled Array Data Access Interface
To run locally, use docker-compose
.
-
Build development image. Run the command below on the root of the repository.
docker-compose -f resources/docker/docker-compose.yaml build
-
Run the development image.
# Set AWS Credentials that have access to ooi-data bucket. export AWS_ACCESS_KEY_ID=XXXXXXXXXXXXXXXXXXXXX export AWS_SECRET_ACCESS_KEY=XXXXXXXXXXXXXXXXX export GOOGLE_SERVICE_JSON=bucket/path/to/google-creds.json docker-compose -f resources/docker/docker-compose.yaml up
--
You can find steps for cava-data API deployment here in the README section.