Skip to content

Features and Capabilities

Ahmed edited this page Mar 16, 2026 · 2 revisions

Features and Capabilities

These features are primarily backed by your Postgres event store and represent your source of truth:

  • Timeline – Inspect events for a single aggregate over time. Build an understanding of how an aggregate reached its current state.
  • Search & Bisect – Find events by type, ID, or detailed filters across the entire event stream.
  • Anomalies – Scan for and view events that violate predefined anomaly detection rules (like a negative bank balance).
  • Export – Download raw events for offline analytics, auditing, or integration.
  • Live Event Stream – Using an optional Kafka connection, stream new events live directly into the UI dashboard as they occur in your system.
  • State Replays – Replay previous events through a Reducer to reconstruct domain models at arbitrary points in time.

Return Home

Clone this wiki locally