-
Notifications
You must be signed in to change notification settings - Fork 16
Event sourcing pipeline #2
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
....
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request