Skip to main content

Lab: Real-time fraud detection by applying filter in Kafka topic

In this lab, we will generate some transactions out of which some would be fraudulent and then at the consumer end, we will check if the transaction is legit or fraud.

Files

Github

├── [ 247]  README.md
└── [2.9K] src
├── [ 737] fraud_detector.py
├── [ 483] fraud_processor.py
├── [ 556] legit_processor.py
└── [1012] payment_producer.py

3.3K used in 1 directory, 5 files