Databases

Should each service use their own database?

Yes

  • Each microservice can choose the database which fits the data model

  • Different microservices can not accidentally influence other services

  • Easy setup with docker containers

  • Less configuration needed

No

  • ?