Description of the problem.
Assume everything the user does within a Space is an event. We need a pipeline for sourcing these events and channeling them to listeners for handling.
Description of the solution.
Set up an event sourcing pipeline that can feed in different kinds of events. The pipeline should guarantee the delivery of events to registered listeners. This pipeline will lie at the core of the system; space events will be consumed by multiple listeners building up the knowledge repository on device and across the network.
Additional context
....
Description of the problem.
Assume everything the user does within a Space is an event. We need a pipeline for sourcing these events and channeling them to listeners for handling.
Description of the solution.
Set up an event sourcing pipeline that can feed in different kinds of events. The pipeline should guarantee the delivery of events to registered listeners. This pipeline will lie at the core of the system; space events will be consumed by multiple listeners building up the knowledge repository on device and across the network.
Additional context
....