Skip to content

Sample Project for a scalable Trade Exchange application using Spring Boot, Kafka, Redis and MongoDB

Notifications You must be signed in to change notification settings

anandrajelu/TradeExchange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TradeExchange

Sample Project for a scalable Trade Exchange application


Technologies/Libraries used

  • SpringBoot

  • Kafka

  • Redis

  • MongoDB


Prerequisites for running the application

  1. Kafka broker running on port 9092
  2. Redis server running on default port 6379
  3. MongoDB instance running on default port 27017

Data Modeling

  • Order

  • Trade


Kafka Topics

  • OrderEvent

Redis Cache

  • Non Matched Orders

Steps to build and deploy the application

  1. Go to the project root location and execute the below command to build and verify the project.

    mvnw clean verify install

    and check for the below log

    [INFO] BUILD SUCCESS
  2. Deploy the application.

    mvnw spring-boot:run

About

Sample Project for a scalable Trade Exchange application using Spring Boot, Kafka, Redis and MongoDB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages