Skip to content
This repository has been archived by the owner on Jan 15, 2020. It is now read-only.

Latest commit

 

History

History
31 lines (22 loc) · 383 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 383 Bytes

Micro(service) GlutenServer

Services

Aggregator

Exposes the API that end user can use.

Balancer

Round-robin based balancing for the following services:

  • Aggregator
  • Token

Recipe

TODO

Token

TODO

User

TODO


Docker

Start

$ docker-compose.exe up --detach --build \
    --scale token-service=5 \
    --scale aggregator-service=5