View Source API Reference EventStreamex v1.0.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.

Executes the operator tasks when an event is received.

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 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.