Skip to content

cormorack/cava-realtime-client

Repository files navigation

Cava Realtime Client

Home of the Interactive Oceans Realtime Data Service Client

Run with docker-compose

  1. Build the images
docker-compose -f resources/docker/docker-compose.yaml build
  1. Set OOI Username and Token
export OOI_USERNAME=MyUser
export OOI_TOKEN=AS3cret
  1. Bring up all the components
docker-compose -f resources/docker/docker-compose.yaml up
  1. Go to http://localhost:8081/feed?ref=RS03AXPS-SF03A-2A-CTDPFA302

  2. Stop the components and tear down (Ctrl+C in the terminal)

docker-compose -f resources/docker/docker-compose.yaml down