Files
2017-01-19 02:53:37 +03:00
..
2016-09-23 08:38:20 -07:00
2017-01-10 17:55:05 -08:00
2017-01-10 17:55:05 -08:00
2016-03-18 17:37:50 +03:00
2016-09-23 08:38:20 -07:00
2016-09-17 00:51:44 +03:00
2017-01-19 02:33:16 +03:00
2017-01-19 02:33:16 +03:00
2016-02-12 17:55:20 -08:00
2017-01-10 17:59:54 -08:00
2016-09-16 18:30:24 -07:00
2017-01-10 17:55:05 -08:00

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