17 lines
652 B
Markdown
17 lines
652 B
Markdown
+++
|
|
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).
|