Live data from Hacker News

I Built a Trading Leaderboard in Golang

news.ycombinator.com

1–5 of 5 posts

I Built a Trading Leaderboard in Golang

#1
Efficient and scalable program that dynamically updates the leader-board with the latest ranking every minute, ensuring accuracy and performance even under high trading activity.

Repo: https://github.com/pratikdaigavane/trading-leaderboard

Hosted at: https://leaderboard.pratikd.in

Re: I Built a Trading Leaderboard in Golang

#5
1. When you reply from in memory data, how do you ensure when multiple servers are running the value isn't stale. 2. Have you considered using redis stream or client side caching where redis would send updates to all running servers to invalidate?