feat: real time trading system

This commit is contained in:
2024-11-28 16:24:05 +00:00
parent 53a848726f
commit 1d621666fb

View File

@ -0,0 +1,16 @@
+++
title = "Real Time Trading system"
date = "2024-11-17"
author = "John Costa"
toc = true
tags = ["Software"]
+++
- Git Repo: https://github.com/JohnCosta27/RealTimeTradingSystem
- YouTube video: [https://youtu.be/OlzLp7X_UnY](https://youtu.be/OlzLp7X_UnY)
During my final year at university, I developed a real time trading system as a way to explore distributed systems development.
I built a modular architecture that enabled horizontal scaling, and implemented various strategies for speeding up the application.
You can also check out my final report [here](https://github.com/JohnCosta27/RealTimeTradingSystem/blob/main/final_report.pdf).