-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Dhaval Shah edited this page Sep 13, 2020
·
2 revisions
A concept project to learn and demonstrate uses of spring boot with mongodb, kafka, GeoIP, KafkaStreams.
This project aims to ingest user activities from different apps, convert these events to a common analytic event. This event is then fed to kafka streams pipeline. This pipeline keeps track of aggregated events by User, Device, Country etc and generates notifications.
The generated notifications are then processed against configured policies to check for violations which then generate a low, normal or high severity alert.