2 Answers
- Newest
- Most votes
- Most comments
3
While DynamoDB can implement a leader-board, it would not be my first service of choice. Elasticache for Redis would provide more features to implement the leader-board more effectively while also providing lower latency reads. More info in this blog:
Build a real-time gaming leaderboard with Amazon ElastiCache for Redis.
Should you still wish to proceed with DynamoDB then there are also some blog posts which you may find useful:
How to Build a Real-Time Gaming Leaderboard with Amazon DynamoDB and Rockset
0
Hi
Have you seen this page in the documentation (https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/GSI.html) - it uses a leaderboard implementation as an example so will hopefully help.
HTH
Nick
answered a year ago
Relevant content
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 6 months ago
Hey thanks for your comment, I have seen this documentation however I am not sure this would satisfy my circumstances as I need all player positions. Please feel free to share if you think this is possible.