Skip to content

jayesh-tanna/microservices-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

microservices-example

There are three services. Calculator, Summation and Multiplication. Consumer cannot consume Summation and Multiplication services. it has to go through Calculator service. Based on input from client, Calculator service will call either Summation or multiplication service.

MultiplicationService: Return square of input number.

SummationService: Return number * 2 of input number.

CalculatorService: Responsible to call either MultiplicationService or SummationService.

Consumer: Will call to CalculatorService only.

About

Microservices interconnected with each other. Used c#, protobuf and grpc.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages