Distributed computing with deadline-footprinting
functionality in Spring Boot server acting as gRPC Client (as Master) and gRPC Server (as Workers). Also the Spring Boot server can auto-scale workers to a configurable threshold.
-
Go to
grpc-server
directory and runmvn
command over thereAditya :: app » cd grpc-server Aditya :: grpc-server » mvn clean generate-sources compile install
-
Come back to the parent directory.
Aditya :: grpc-server » cd ..
-
Go to
rest-server
directory and runSpring-Boot
over there.Aditya :: rest-server » mvn clean compile install
-
Starting the server
Aditya :: rest-server » mvn spring-boot:run