Giter Club home page Giter Club logo

aggregatorgatewayserver's Introduction

AggregatorGatewayServer

  • It is a aggregator gateway server of order server and restaurant server.
  • It is used to connect both order server and restaurant server.
  • It is used to make aggergate queries and fetching data from order server and restaurant server.
  • There are two API's are created for aggergate queries /todaysOrder and /todaysRevenue of a multiple restaurants of a city.

Clustering, Service Discovery

Technology Used: NodeJS, Express JS, Consul, PM2, Docker.

MicroServices Architecture

Micro Services Architecture

How to run this server

This server is using consul configuration code so first pull the consul image from docker hub by using following command and launch the container

  • docker pull consul
  • docker run -d -p 8500:8500 -p 8600:8600/udp --name=badger consul agent -server -ui -node=server-1 -bootstrap-expect=1 -client=0.0.0.0

Take the IP of consul running container and replace it with config/consul.js at line 21 host IP.

  • Now server is ready to run.

You can make image of this server by using following command.

  • docker build -t aggregator_server .
  • docker run -it -d -p 8000:8000 aggregator_server

You can pull the image from docker hub also.

aggregatorgatewayserver's People

Contributors

imdeepanshugpt avatar

Watchers

 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.