Publié in Donny Winston

Eliot is a Python logging system that outputs a stream of JSON objects detailing causal chains of actions. Scientific computing is identified in its documentation as an ideal use case for this style of logging, in part because feedback cycles can be slow for such long-running processes where interactive step-debugging is inconvenient. It seems that such logs would also be appropriate for event sourcing.