Sample Project for a scalable Trade Exchange application
-
SpringBoot
-
Kafka
-
Redis
-
MongoDB
- Kafka broker running on port 9092
- Redis server running on default port 6379
- MongoDB instance running on default port 27017
-
Order
-
Trade
- OrderEvent
- Non Matched Orders
-
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
-
Deploy the application.
mvnw spring-boot:run