Giter Club home page Giter Club logo

atlas-domain-navigation-pf's Introduction

atlas-domain-navigation-pf

  • each observed sector of the galaxy has unique numeric SectorID assigned to it
  • each sector will have at least one DNS deployed
  • each sector has different number of drones deployed at any given moment
  • it’s future, but not that far, so drones will still use JSON REST API

Curl Command

  • POST /dns/v1/locate-data-bank
curl --location --request POST 'http://localhost:3001/dns/v1/locate-data-bank' \
--header 'Content-Type: application/json' \
--data-raw '{
    "x": 123.12,
    "y": 456.56,
    "z": 789.89,
    "vel": 20.0
}'
  • GET /dns/v1/status
curl --location --request GET 'http://localhost:3001/dns/v1/status'

Libraries

	github.com/go-chi/chi v1.5.4
	github.com/go-playground/locales v0.14.0
	github.com/go-playground/universal-translator v0.18.0
	github.com/go-playground/validator/v10 v10.11.0
	github.com/sirupsen/logrus v1.8.1
	github.com/spf13/cobra v1.4.0
	github.com/spf13/viper v1.11.0

docker command

docker-compose up --build

Environment Variables

Environment Variables Description Value
PORT the port on which the app runs 3001
VERSION api version v1
SECTOR_ID The sector id of the location where the app is deployed 1

atlas-domain-navigation-pf's People

Contributors

rajatkatyal21 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.