What are the architectural database options for Microservices?

Asked

Viewed 237 times

11

Recently I met the architectural pattern called SAGA or Business Transactions. And researching I found this question also speaking of the SAGA pattern.

There are other patterns besides SAGA?

  • Related or duplicate: https://answall.com/q/276755/101

  • @Maniero is related. This was the question I commented on in my question.

1 answer

2


  • Database per service
  • Shared database
  • Saga
  • API Composition
  • CQRS
  • Domain Event
  • Event Sourcing

On the website below there is a slightly more detailed description of each of these patterns in the section "Data management".

Source: https://microservices.io/patterns/index.html

Browser other questions tagged

You are not signed in. Login or sign up in order to post.