June 2025
Intermediate to advanced
837 pages
24h 50m
English
The following describe the implementation of a version of the movie database based on microservices. The architecture is outlined in Figure 27.4.
The API gateway serves as the entry point to the application. It takes care of central issues such as user registration. This ensures that not every service needs to authenticate the users themselves. The API gateway communicates with the various services, requests the information, and generates the response to the client.
Figure 27.4 Architecture of the Sample Application
The movie service is connected via a synchronous communication link. It’s implemented with Express and ...
Read now
Unlock full access