Skip to content

cormorack/cava-data

Repository files navigation

cava-data

Cabled Array Official

Cabled Array Data Access Interface

Development

To run locally, use docker-compose.

  1. Build development image. Run the command below on the root of the repository.

    docker-compose -f resources/docker/docker-compose.yaml build
  2. 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

--

Cava Data Deployment

You can find steps for cava-data API deployment here in the README section.