Mid Microservices

Data Access Patterns:?

  • If services need complex queries and relationships (e.g., joins, foreign keys),

a relational database (SQL) might be suitable.

  • If the data access is simpler, more flexible, or requires high scalability, a

NoSQL database (e.g., MongoDB, Cassandra) might be better.

More from Microservices with .NET

All questions for this course