lukyanoff / adv-es-cqrs-ddd

Advanced Topics in Event Sourcing / CQRS / DDD. PRs welcome. This "project" follows Scala's CoC.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advanced Topics in Event Sourcing / CQRS / DDD

Advanced Topics in Event Sourcing / CQRS / DDD.

Talks

Open Source

  • Stamina Schema evolution for event sourcing. It has "a strong focus on long-term viability of your persisted data so it provides support for versioning that data, auto-migrating that data at read time to be compatible with your current event and domain classes, and a testkit to make sure all older versions of your persisted data are still readable."

  • Event Sourcing for Akka Streams by Martin Krasser (@mrt1nz). Aims to provide a stateful EventSourcing graph stage for Akka Streams.

  • Fun.CQRS An ES / CQRS framework with a pluggable backend (an Akka backend is provided). Even if you end up not using it, the code, in general, is a good illustration on how to create your own DSL and build your own abstraction over Akka's PersistentActor.

  • Akka Persistence Query Extensions "non-official akka-persistence-query-extensions contain components that are very handy to have for using akka-stream, akka persistence and akka query"

Articles / Blog Posts

Academic Papers

More

PRs welcome.

About

Advanced Topics in Event Sourcing / CQRS / DDD. PRs welcome. This "project" follows Scala's CoC.