This application is a data warehouse to analyse FX deals and persist them to an Sql database.
To run this application, you will need docker installed. Additionally, you should have make installed also clone the repository.
https://github.com/Ebube-1/clusteredDataWarehouse.git
http://localhost:8080/swagger-ui/index.html
Method | Http Request | Description |
---|---|---|
post | api/v1/fx-deals/submit | Endpoint for saving fx deals |
Field Name | Data Type |
---|---|
uniqueId | String |
fromCurrency | String |
toCurrency | String |
amount | BigDecimal |
StatusCode 200
Field Name | Data Type |
---|---|
code | String |
messages | List of String |