The programming with languages and development frameworks, this type of database is not good enough to cover all the uses of application scenarios.
To choose to use a database is necessary to assess the functioning and microservice operation mode in question. There are situations where the relational database makes sense, at other times one NoSQL can be better, and there are, of course, situations where none of these databases are sufficient and we need to use the database using graphs. This is exactly the situation in our news portal.
It would be very simple to say that SQL is sufficient for all, but it definitely is not. Think of our microservices to see what kind of database is best for each. The following application has these areas:
- SportNewsService
- PoliticsNewsService
- FamousNewsService
- RecommendationService
- UsersService
For microservices that directly show...