karthyks / ProjectEra

Working prototype of a Microservices Architecture using gRpc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ProjectEra

Working prototype of a Microservices Architecture using gRpc

alt text




ServerHook:

  1. Passes systemInfo to the server, for eg. server load, memory usage, name, opened port info etc. This information can be helpful to write a powerful consensus protocol, to distribute the computation among the connected nodes.

Module:
Each module is hooked to the subserver either from the same machine or from other machines. By doing this, computation and storage can be distributed among the nodes effectively.



Clients like mobile devices and websites contact the servers through RestAPI, based on the request, the subservers fetch informations from the respective modules and returns the response.

About

Working prototype of a Microservices Architecture using gRpc


Languages

Language:Java 100.0%