How to build a Leaderboard service with Momento: a step-by-step Guide
Many apps have leaderboards nowadays. From games to fitness apps that display step counts among friends. It’s a common way to gamify applications!
However, building a scalable leaderboard service can be challenging. A common approach is to model a leaderboard as a Redis sorted set, but that means managing infrastructure and paying for uptime for the Redis cluster.
Only if there’s a truly serverless caching solution that gives you pay-per-use pricing ;-)