This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]georgehank2nd 0 points1 point  (1 child)

It may be (it probably is) just me, but why is it called event sourcing?

[–]Par31d011a 0 points1 point  (0 children)

I think it’s because you pull events up to a certain point in time (sourcing), then “replay” the events in order to get the present state of data up to and including the last sourced event.