It's always rewarding to identify an error and then craft a solution. Seeing the process unfold makes learning and problem-solving even more fulfilling. 😊just asking I believe what we're seeing in the new leaderboard section, along with the celebration section, is that everything is structured using a partition key, referencing the comments table. To further refine or filter data, we can utilize a sort key.
Ah great insight into the leaderboard in the community! For anyone following this thread, here it is: community.nextwork.org/leaderboard/?period=7_days It is quite interesting to think about how the comments and leaderboard could be organised in the database! Since the leaderboard is based on likes, it would also have to count up total likes a member gets from their posts too. Wonder what the partition key could be if a DynamoDB table is really being used to store leaderboard data...
Thanks for this project Natasha. Could you please build a project on Implementing a distributed messaging system using Amazon SQS and SNS for reliable message delivery across multiple nodes?
It's always rewarding to identify an error and then craft a solution. Seeing the process unfold makes learning and problem-solving even more fulfilling. 😊just asking I believe what we're seeing in the new leaderboard section, along with the celebration section, is that everything is structured using a partition key, referencing the comments table. To further refine or filter data, we can utilize a sort key.
Ah great insight into the leaderboard in the community! For anyone following this thread, here it is: community.nextwork.org/leaderboard/?period=7_days
It is quite interesting to think about how the comments and leaderboard could be organised in the database! Since the leaderboard is based on likes, it would also have to count up total likes a member gets from their posts too. Wonder what the partition key could be if a DynamoDB table is really being used to store leaderboard data...
@@itsnextwork ohhhkk...great actually....some keys are redistributed like my thoughts bdw great explanation natasha san.....😇
Thanks for this project Natasha. Could you please build a project on Implementing a distributed messaging system using Amazon SQS and SNS for reliable message delivery across multiple nodes?
Great idea Dikshyant, we've added this to our projects wishlist!