Skip to content

Timeline View

Ahmed edited this page Mar 16, 2026 · 2 revisions

Timeline View

The Timeline View is your primary debugging dashboard for discovering how an individual entity reached its current state.

Functionality

  • Enter any known aggregate_id into the search bar.
  • EventLens queries the eventlens_events view to gather and sort every event in that stream by sequence_number.
  • You can step through events one by one, inspecting the raw payload and metadata JSON for state changes.
  • Paired with Replay and Reducers, the Timeline View allows you to see the exact resulting Aggregate state following each event in the ledger. This helps uncover the exact sequence of events that derived a corrupted state.

Return Home

Clone this wiki locally