This repository includes the next servers:
- realtime price: exposes a GRPC endpoint providing a near real-time BTC price
- price history: exposes a GRPC endpoint providing BTC price history
yarn <server> <internal command>Example:
yarn realtime buildTo build docker images manually run the next commands from the root folder:
docker build -f ./realtime/Dockerfile -t galoy-price .docker build -f ./history/Dockerfile -t galoy-price-history .