This repository is the query microservice for WRI API
glad-alerts, guira-loss, imazon-alerts, jiminy, prodes-loss, quicc-alerts, terrai-alerts, viirs-active-fires
Dependencies on other Microservices:
- Dataset
- Glad Alerts
- GFW Guira Loss
- GFW Imazon Alerts
- GFW Prodes Loss
- GFW Quicc Alerts
- GFW Terra-i Alerts
- GFW Viirs Active Fires
We're using Docker which, luckily for you, means that getting the application running locally should be fairly painless. First, make sure that you have Docker Compose installed on your machine.
git clone https://github.com/resource-watch/query
cd query
./query.sh develop
```text
You can now access the microservice through the CT gateway.
It is necessary to define these environment variables:
- GATEWAY_URL => Control Tower URL
- NODE_ENV => Environment (prod, staging, dev)