Hi guys,
In this course, we will talk about the architecture of our project.
In this course, we will create a project like product–ordering–application.
When we say product–ordering–application, we can think of it like that we will have a product–list page such as book–list, food–list or dress–list. Somehow users or customers will see these product–lists and they can buy one of the products. Of course, at the end of it, this transaction will be logged.
Actually, in our application, we will try to implement these processes with different microservices.
To implement this application, we will use three different microservices.
Our microservices will be api–gateway, product–service and transaction–service.
In api–gateway, we will manage APIs. This microservice will be a gateway for the whole application. To access the other services, we will use this microservice. In this microservice, we will handle user–management also. We will authorize users and if the users are authorized, other services can be available.
In product–service, we will manage product CRUD operations. This service will be a product–management–service.
In transaction–service, we will manage transaction CRUD operations. This service will store the logs coming from the product purchases. For example, the UserX bought the ProductX on DateX etc.
Specification: Step By Step Spring Boot Microservices and Cloud Deployment
|
1 review for Step By Step Spring Boot Microservices and Cloud Deployment
Add a review Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Price | $12.99 |
---|---|
Provider | |
Duration | 7 hours |
Year | 2022 |
Level | All |
Language | English ... |
Certificate | Yes |
Quizzes | No |
$19.99 $12.99
Nick Lawton –
This is a good overview of microservices. It’s only 7 hours long, so I didn’t expect any more than this. If you need more than an overview then you’ll need a longer, more in depth course.