A pipeline designed using Apache Kafka to segregate fraudulent/ legitimate transactions.
- Bifurcate transactions into two types (fraudulent/ legitimate)_
- Provides insights over a socketio dashboard
Flask SocketIO Dashboard to provide real time insights.
Service to segregate the transactions on receiving them from the subscribed Kafka topic.
Service to generate random transactions and populate the Kafka topic.