In this folder you can find an example Event-sourced application for a generic (and simple) Bank Accounting bounded context, implemented using the eventually
crate.
This example application should be useful for people interested in:
- Having a possible reference as to model a Domain Layer using the crate,
- Starting out from a reference package and code structure,
- Modeling Business Processes using Projections/Event Subscriptions.