Live data from Hacker News

Viewing profile — spacebar51

spacebar51

HN member
Joined
Mon, Feb 20, 2017, 4:36 PM UTC
HN karma
1
Public activity
1 items

About spacebar51

No profile information was provided.

Recent public activity

  1. comment
    Comment #13688607

    CQRS and event sourcing is an approach where all data changes are versioned. You can re-create earlier states of the data by processing a portion of the event log.