DNS helps drones to locate databank to upload data gathered from a sector of a galaxy.
https://documenter.getpostman.com/view/8920648/SVn3tbMr
docker build -t dns-ep .
docker run -it --publish 8080:8080 --name dnsApp --rm dns-ep. dep-ensure.sh
. install.shURL: http://localhost:8080/getLoc
POST Method
Input JSON
Example: {"x":"123.12","y":"456.56","z":"789.89","vel":"20.0"}- Add monitoring using Prometheus and Grafana
- DNS serving multiple sectors at once
- Identification of HTTP client and serve as per their requirements
- Provide backword compatibility when upgrading logic
- Deploy using k8s and Helm
- Generate documentation using Swagger
MIT License