Member-only story
Innovative Approaches to System Design for High-Performance Stock Trading Platform
2 min readMay 10, 2020
Link to download the systemdesign: https://i.imgur.com/lc2A9ph.png
Please go through the video to understand the system design as its very time consuming to create video and write an article about it.
The same system design holds good for any supply and demand matching systems like
- Crypto trading
- Forex trading
- Stock trading
High level Requirements:
- User should be able to sell, buy stocks
- User should get real time updates of price changes /Ticks
- More features like wallet, timeline, order history etc
Goal of the system design:
- Thousands of order matches per second per stock type (For reference NASDAQ handles over 60k messages per second.)
- High availability, Scalable, Reliable and durable
- SLA/latency
- Tolerates 1 data…