July 2017
Intermediate to advanced
414 pages
11h 18m
English
In this section, we will further explore the internal structure of microservices. There is no standard to be followed for the internal architecture of a microservice. The rule of thumb is to abstract realizations behind simple service endpoints.
A typical structure would look like the one shown here:

The UI accesses the REST services through a service gateway. The API Gateway may be one per microservice or one for many microservices--it depends on what we want to do with the API gateway. There could be one or more rest endpoints exposed by microservices. These endpoints, in turn, connect to one of the business ...
Read now
Unlock full access