Re Building an Event Storage (2)

17 views
Skip to first unread message

dokie

unread,
Apr 16, 2010, 3:58:47 AM4/16/10
to DDDD Review/Discussion
Good and simple explanation of the most basic needs of the event
store. The idea outlined about using Memento over default
serialization is a good call.

I particulary like the further micro-optimization of the Publisher
idea at the end also as it still plays nicely with the overall "append
only" and read up to model of the store which we have worked hard to
get by the overall CQRS approach.

Mike


--
Subscription settings: http://groups.google.com/group/DDDDReviewDiscussion/subscribe?hl=en

JUL

unread,
Apr 20, 2010, 6:01:54 PM4/20/10
to DDDD Review/Discussion
Excellent explanation, thank you very much for the material.

I have 2 observations so far:

- why not use the sequenceNumber as the version? This way, you only
have to store / manage a single number. Unless having numbers in
sequence is important for the version?
- the snapshots principle could also be used when moving from a
state based system to a event sourced one. One could migrate existing
aggregates into snapshots and start event sourcing from there.

Julien
Reply all
Reply to author
Forward
0 new messages