Skip to content

Asquarep/deals-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClusteredDataWarehouse

This application is a data warehouse to analyse FX deals and persist them to an Sql database.

Requirement

To run this application, you will need docker installed. Additionally, you should have make installed also clone the repository.

Clone the Project

https://github.com/Ebube-1/clusteredDataWarehouse.git

Swagger Link

http://localhost:8080/swagger-ui/index.html

Api Reference

Save FX Deal

Method Http Request Description
post api/v1/fx-deals/submit Endpoint for saving fx deals

Request Body

Field Name Data Type
uniqueId String
fromCurrency String
toCurrency String
amount BigDecimal

Success Response

StatusCode 200

Error Response

Field Name Data Type
code String
messages List of String

You can find me on LinkedIn Badge

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages