Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 356 Bytes

EventingandLogging.md

File metadata and controls

8 lines (6 loc) · 356 Bytes

Eventing and Logging

No additional detail here yet.

At some time everything that the application does or has happen to it will be of interest to someone.

Future business logic will want to work on arbitrary past data.

Immutable data + Events + Event Handlers as Mutators = Time Travelling Logic

Keep a master event log if possible. Forever.