best up-to-date reading material on Event Sourcing?

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!

general mental schema, this image: http://williamverdolini.github.io/2014/08/11/cqrses-architecture/

aggregates: https://vaughnvernon.co/?p=838
for ES theory using nosql backend: http://www.diva-portal.se/smash/get/diva2:877307/FULLTEXT01.pdf
for process managers, read about state machines/transition tables

1 Like

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