Making Ranked Leaderboards with MongoDB Aggregation Framework

from blog Blog on hjr265.me, | ↗ original
When I first added the leaderboard on Toph several years ago, I had to do most of the leaderboard-related things in application code. But then MongoDB introduced the $setWindowFields aggregation operator in MongoDB 5.0. And it simplified so much when it came to implementing ranked leaderboards. One of the things that I had to do in the...