Files
Chris Richardson edcfd9e22f Updated READMEs
2017-01-10 17:59:54 -08:00

12 lines
602 B
Markdown

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