Skip to content

What is EventLens

Ahmed edited this page Mar 16, 2026 · 2 revisions

What is EventLens?

EventLens is a read‑only dashboard for event‑sourced systems. It connects to your PostgreSQL event store (and optionally Kafka) and gives you a visual debugger and time machine.

It never mutates data – it only reads from your database and (optionally) a Kafka topic.

Core Value

  • Drop-in, zero-intrusion visual debugger for your event stores.
  • Allows you to inspect aggregate timelines, replay state at any point in time, run bisect-style searches, and detect anomalies.
  • Streams real-time events via an optional Kafka integration to a React WebSocket UI.

Return Home

Clone this wiki locally