Event Driven Architecture - feed your head

Posted on March 24, 2015 · 3 mins read · tagged with: #CQRS #EDA #EventSourcing

It’s been a few days since the last Warsaw .NET User Group meeting. The main presentation was provided by me & Tomasz Frydrychewicz. The title was: “Event Driven Architecture in practice”. Being given a high number of answers to the pool and the overall was very positive response I may call it one of my best presentations ever. Anyway, I was being asked many questions during these days, the main one is what/who should I read/watch to immerse into this event-based approach. The list below tries to answer it somehow, grouped by author:

  1. Martin Fowler

    1. http://martinfowler.com/eaaDev/EventSourcing.html - the top 1 Google search result. Martin provides a good intro, mixing a bit a concept of storying commands and events. Anyway, this is a must read if you starts with this topic

    2. http://martinfowler.com/eaaDev/RetroactiveEvent.html - the article which one should become familiar with after spending some time with event modelling. Some domains are less prone to result in special cases for handling this kind of events, other may be very fragile and one should start with this

  2. Lokad, CQRS, Rinat Abdullin

    1. http://lokad.github.io/lokad-cqrs/ - a must-read if you want to choose the event way. Plenty of materials and tooling. To me some parts are a bit frameworkish, but still, it’s one of the best implementations I’ve seen. Understanding this might be your game changer.

Additionally, it provides an Azure storage implementation.

  1. Rinat Abdullin & Kerry Street

    1. Being the worst - how to become a master? Immerse yourself in a new field as the worst. That’s how winning is done! Am amazing journey through learning about DDD, Event Sourcing and many paradigms.
  2. Microsoft Patterns and Practices:

    1. CQRS Journey - a free book about a group of developers using event driven approach with DDD in mind, to build a new system. I love the personas they use to drive dialogues between different opinions/minds/approaches. It’s not a guide. I’d rather consider it a diary of all the different cases you can meet when implementing solutions using these approaches.
  3. Event Store

    1. The whole Event Store database is an actual event store for storying events from the event sourced systems. I encourage you to spend a week or more on reading its code. It’s a good codebase.

    2. Event sourcing documentation is a short introduction to the ES world. After all these years, it still uses the Word generated pictures :) but this doesn’t diminish its value.

  4. NEventStore

    1. NEventStore is an open source library for storying and querying your events. It’s opinionated, for instance it stores all the events as one commit object. I’ve read it carefully, although I don’t like its approach still. One should read it though, it’s always worth to know what’s already provided.

It’s a bit long list but nobody said that you can learn a new paradigm over one weekend. So read, learn and apply it successfully :)


Comments

[…] experiences I had as well. If you are not familiar with these topics, a good started could be my Feed Your Head […]

by Events on the Outside versus Events on the Inside | Extreme .NET programming at 2016-05-23 07:10:48 +0000