Chapter 5. Data ownership and data storage

This chapter covers

  • Exploring microservices and their data stores
  • Understanding how data ownership follows business capabilities
  • Using data replication for speed and robustness
  • Building read models from event feeds with event subscribers
  • Understanding how microservices store data

Software systems create, use, and transform data. Without the data, most software systems wouldn’t be worth much, and that’s true for microservice systems. In this chapter, you’ll learn where a piece of data should be stored and which microservice should be responsible for keeping it up to date. Furthermore, you’ll learn how you can use data replication to make your microservice system both more robust and faster. ...

Get Microservices in .NET Core now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.