Skip to content

Comment on Change Data Capture: The Magic Wand We Forgotparent

Comments

I didn't explain properly. I meant that I think the things that should be stored are things like.

  CustomerCreated { stuff }
  CustomerMadeOrder { custId, stuff }
  ItemAddedToOrder { orderId, stuff }

  etc..
This is the event sourcing view of the world.

What advantages does this give you? It appears to be the log data with extra metadata, grouped by action, is this a fair assessment? In that case, what value do you gain from the extra metadata and the groupings?

Right on. Domain events.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.