valentinacupac / banking-kata-java

Banking Kata (Java)
MIT License
336 stars 90 forks source link

CQRS and Event Sourcing #125

Open eamtalu opened 9 months ago

eamtalu commented 9 months ago

I was trying to find how CQRS concept can be explained highlighting this project ? Can anybody explain if this has been implemented using CQRS in mind ? I can see command but no Query. and how the Event sourcing can be relate to this ?