|
My Project
|
| ▼ account-manager | |
| ▼ src | |
| ▼ main | |
| ▼ java | |
| Application.java | Implementation of the Account Manager Service |
| Transaction.java | Definition of the Transaction data model and its Kafka Deserializer |
| ▼ bank-api-service | |
| ▼ src | |
| ▼ main | |
| ▼ java | |
| Application.java | Main entry point for the Banking API Service |
| IncomingTransactionsReader.java | Logic for simulating real-time transaction ingestion |
| Transaction.java | Definition of the Transaction data model and its Kafka Serializer |
| UserResidenceDatabase.java | Management of user residence data via Redis |
| ▼ reporting-service | |
| ▼ src | |
| ▼ main | |
| ▼ java | |
| Application.java | Implementation of the Transaction Reporting Service |
| Transaction.java | Definition of the Transaction data model and its Kafka Deserializer |
| ▼ user-notification-service | |
| ▼ src | |
| ▼ main | |
| ▼ java | |
| Application.java | Implementation of the User Notification Service |
| Transaction.java | Definition of the Transaction data model and its Kafka Deserializer |