Lecture: Current State: You're Doing It Wrong

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.

Info

Day: 2012-08-26
Start time: 15:35
Duration: 01:00
Room: C116/Lisp
Track: Lisp
Language: en

Links:

Feedback

Click here to let us know how you liked this event.

Concurrent Events