confluentinc / kafka-tutorials

Tutorials and Recipes for Apache Kafka
https://developer.confluent.io/tutorials
Apache License 2.0
16 stars 90 forks source link

Predict a customer's likelihood to pay back a mortage #1058

Open MichaelDrogalis opened 2 years ago

MichaelDrogalis commented 2 years ago

Describe the use case

You're a financial institution that grants mortgages to home-buyers. As part of the due diligence process, you need to know some information about each person that wants to take out a mortgage. It's your goal to approve or deny the mortgage request in real-time.

This recipe would output the likelihood of a customer paying back a mortgage based on their credit history, liquid net assets, and requested mortgage amount.

ybyzek commented 2 years ago

@MichaelDrogalis is there any existing ksqlDB demo code that someone could reference for this use case, or if not, is there any specific ksqlDB functionality that you think would be interesting to include in the recipe?

ybyzek commented 2 years ago

For the person who will be writing this recipe: for more detail on the use case, please reach out to Lan Hoang