A microservices architecture consists of small, autonomous services, and each one is self-contained and implements a single business capability
• There is no "one size fits all" approach when implementing microservices. In
this section, different examples are analyzed to crystalize the microservices
concept.
• Fly By Points collects points that are accumulated when a customer books a
hotel, flight, or car through the online website. When the customer logs in to
the Fly By Points website, he/she is able to see the points accumulated,
personalized offers that can be availed of by redeeming the points, and
upcoming trips if any.
• Let's assume that the following page is the home page after login. There are
two upcoming trips for Jeo, four personalized offers, and 21,123 loyalty
points. When the user clicks on each of the boxes, the details are queried
and displayed