Info

Mechanism for storing data as a sequence of events. Allows for the updates to be replayed at any point.

  • Redis/ValKey stores updates using this approach.
  • MariaDB uses binlogs to store data modifications

Each event has to follow a predefined structure. It’s a good idea for it to be versioned