DEV Community

Ha3k
Ha3k

Posted on

EventPulse: Event Monitoring Platform Powered by Redis Streams and Search

Redis AI Challenge: Beyond the Cache

This is a submission for the Redis AI Challenge: Beyond the Cache.

What I Built

Developed EventPulse, an event monitoring dashboard with real-time incident detection, search, and reporting on streamed IoT and application logs using Redis 8 multi-model features. All events are searchable by keyword or severity in the dashboard, and the pub/sub alerts guarantee teams are instantly notified about critical issues.

Demo

Live on eventpulse-demo.vercel.app
Quick dashboard demo: YouTube

How I Used Redis 8

  • Streams (ingest logs)
  • RediSearch (index for instant searching events)
  • JSON (for storing event objects)
  • Pub/Sub to push notification events to teams
  • TimeSeries for incident frequency trends

Scalable and searchable, EventPulse makes event-driven monitoring seamless and instant for ops teams.

Top comments (0)