I’ve read Martin Fowler’s post on CQRS and Event Sourcing.
I’m a noob so I want to learn more. Just got into DDD.
Can you guys direct me to some learning materials that are core basic stuff we need to know about Event Sourcing?
Also any implementation examples using Node.js/Golang/Python?
Thanks!
For the core code I started with Greg's "Simple CQRS" example on
Github, and ported it to Java. Still use roughly the same structure,
but a whole lot of infrastructure around it.
/Rickard
This is a nice simple example of something running with Event Store (and RavenDB): https://github.com/mat-mcloughlin/PatientMangement
Accompanying Video: https://www.youtube.com/watch?v=9a1PqwFrMP0