Programm FrOSCon

Vortrag: Current State: You're Doing It Wrong

26. August 2012
C116/Lisp
Language: en
Lisp

Zusammenfassung

Most of today’s software uses the current state to store its application state. This is often regrettable since you lose a lot of valuable information and therefore a competitive advantage on the business side. However, the event sourcing pattern uses a different approach and stores all events that have led to the current state. At first sight it might seem more complicated than the classical current state based CRUD architecture, but you will see that almost everything gets easier with event sourcing. Furthermore, you will learn about the CQRS architectural pattern, which can be combined with event sourcing and helps you to build scalable systems.

Max Weber is a Clojure developer at doo.net and the founder of the Cologne Clojure User Group.
Gleichzeitige Events