View Source API Reference EventStreamex v1.1.0
Modules
The event streaming system supervisor.
Listens for new database WAL events in a Phoenix.LiveView
.
This module can be used in schema modules and is necessary to mark an entity for event listening.
This operator listens for all entities and is called last for each event.
Executes the operator tasks when an event is received.
Behaviour to handle errors with operators (EventStreamex.Operators.Operator
).
An error logger adapter that writes logs in the console.
An operator listens for events and will usually create/update/delete another entity based on those events.
Handle the process status of entities.
A database queue adapter.
Stores the process status in memory.
Behaviour for the process status storage.
Handle the queue of operators to process.
A database queue adapter.
Stores the queue in memory.
Behaviour for the queue storage.
Is responsible for starting operators as soon as an event is received.
Module responsible for launching the event streaming system.