logo

Design Leaderboard(2)

Games table

Column
Description
game_id
ID to identify the game
name
name of the game
created_at
creation timestamp

Sample data of Games table

game_id
name
created_at
1
apex legends
2019-25-03
2
minecraft
2011-16-02

Players table

Column
Description
player_id
ID to identify the player
name
name of the player
email
email of the player
created_at
timestamp of player account creation
last_login
timestamp of last login by player
profile_image
object store URL where images are stored
location
region of the player
game_id (Foreign key)
game played by the player

Sample data of Players table

player_id
name
email
created_at
last_login
profile_image
location
game_id
41
morty
2019-04-01
2019-04-01
s3://url-image
canada
1
42
rick
2019-04-01
2019-04-01
s3://url-image
canada
1

Leaderboards table

Column
Description
leaderboard_id
ID to identify the leaderboard
score
score of the player
created_at
timestamp of latest score update
game_id (Foreign key)
ID of the game
player_id (Foreign key)
ID of the player

Sample data of Leaderboards table

leaderboard_id
score
created_at
game_id
player_id
01
125
2019-04-01
1
42
01
97
2019-04-01
1
41

Friends table

Column
Description
player_id (Foreign key)
ID of the player
player_id (Foreign key)
ID of the player
created_at
timestamp

Sample data of Friends table

player_id
player_id
created_at
41
42
2019-04-01
42
41
2019-04-01

Leaderboards Sorted Set (Redis)

SQL

Structured Query Language (SQL) is a domain-specific language used for managing data stored in a relational database management system.
本章目录
    logo

    Follow Us

    linkedinfacebooktwitterinstagramweiboyoutubebilibilitiktokxigua

    We Accept

    /image/layout/pay-paypal.png/image/layout/pay-visa.png/image/layout/pay-master-card.png/image/layout/pay-airwallex.png/image/layout/pay-alipay.png

    地址

    Level 10b, 144 Edward Street, Brisbane CBD(Headquarter)
    Level 2, 171 La Trobe St, Melbourne VIC 3000
    四川省成都市武侯区桂溪街道天府大道中段500号D5东方希望天祥广场B座45A13号
    Business Hub, 155 Waymouth St, Adelaide SA 5000

    Disclaimer

    footer-disclaimerfooter-disclaimer

    JR Academy acknowledges Traditional Owners of Country throughout Australia and recognises the continuing connection to lands, waters and communities. We pay our respect to Aboriginal and Torres Strait Islander cultures; and to Elders past and present. Aboriginal and Torres Strait Islander peoples should be aware that this website may contain images or names of people who have since passed away.

    匠人学院网站上的所有内容,包括课程材料、徽标和匠人学院网站上提供的信息,均受澳大利亚政府知识产权法的保护。严禁未经授权使用、销售、分发、复制或修改。违规行为可能会导致法律诉讼。通过访问我们的网站,您同意尊重我们的知识产权。 JR Academy Pty Ltd 保留所有权利,包括专利、商标和版权。任何侵权行为都将受到法律追究。查看用户协议

    © 2017-2025 JR Academy Pty Ltd. All rights reserved.

    ABN 26621887572