Tag: Event Sourcing

  • event storming resources

    Event Storming Resources Event storming is a process of modelling software that works well with domain driven design principles. During an event storming session all involved parties get together and help model a domain, this helps everyone from the developer to the business decision makers understand the system and from a ubiquitous language ( common […]

  • Lagom notes and facts

    This is just a list of notes and facts I have gathered about Lagom. I’m the kind of person that asks 1 million questions and likes to know why things are done. Why does Lagom use Cassandra as an event store system? Lagom uses Cassandra as it’s event store. I wanted to know why they […]

  • Event sourcing and CQRS resources

    Event Sourcing and CQRS resources Articles This page from the Lagom Documentation explains why Event sourcing is useful. Advantages of Event Sourcing Exploring CQRS and Event Sourcing This link is from a Microsoft project and is an excellent resource about CQRS and Event Sourcing. It walks you through the entire decision process of breaking down […]