Detecting Fraud Transactions with Kafka Streams
I recently wrote a small fun project where I wanted to explore transaction dataset I found on kaggle. I`ll take you through what I did to implement a system to monitor transactions for fraud. All the source code and the example dataset can be found here...