Skip to content

Latest commit

 

History

History
40 lines (35 loc) · 1.72 KB

README.md

File metadata and controls

40 lines (35 loc) · 1.72 KB

System Integration Loan Broker Project

Authors: Lukasz Koziarski & William Bech

Links related to this project:

Recap notes from the Project description:

Create:

  • 2 banks: 1 SOAP, 1 RabbitMQ
  • Rule base: SOAP web service
  • Loan Broker: SOAP, with messaging components, accessed through simple website

Requirements:

  • Loan broker contacts banks with distribution strategy (Rule based recipient list based on credit score).
  • Make up banking rules (Bum bank, Boring bank, Iron bank, Gringotts bank)
  • Credit score (0 - 800)inve
  • Make design class diagram and sequence diagram documenting out solution
  • Describe potential bottlenecks and ways to increase performance
  • Describe testability
  • Provide description of loan broker web service
  • Use RabbitMQ

Questions:

  • Do we need to deploy it?
  • Where can we find banks that are already created? → RabbitMQ management
  • Where is the credit bureau? → pdf file link
  • What kind of rules should we create? (amount of money on the account??)
  • Two validations for SSN part of the description → meaning it's all random
  • Can we use JS?
  • Where should we start? → from a begining
  • What should we focus on? →

Learning objectives:

Design integration solution with messaging and SOAP web services. 📩 📬