Files
event-sourcing-examples/java-spring/README.md
Chris Richardson edcfd9e22f Updated READMEs
2017-01-10 17:59:54 -08:00

602 B

This is the Java/Spring version of the Event Sourcing/CQRS money transfer example application.

About the application

This application consists of the following microservices:

  • Account Service - the command side business logic for Accounts
  • Account View Service - query side implementation of a MongoDB-based, denormalized view of Accounts
  • Customer Service - the command side business logic for Customers
  • Customer View Service - query side implementation of a MongoDB-based, denormalized view of Customers
  • Transaction Service - the command side business logic for Money Transfers