-
Notifications
You must be signed in to change notification settings - Fork 0
What is EventLens
Ahmed edited this page Mar 16, 2026
·
2 revisions
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.
- 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.