QLDB is a database similar with apache Kafka database. It's a Ledger database. You can use it to reduce the stress of rds or dynamodb when there are a lot of players and update requests.
Note: This plugin is recommended for more advanced users.
You can use this plugin to store players' activities. For example, how many times does the player open the store page in your game? or how often did they pay a gamble box? Players may lie in research but data won't lie.
You can upload the user activities to QLDB to analyze why the player did not open the store page or why they did not purchase the gamble box. if you upload these user activities to dynamodb or rds, it will block the net traffic because DynamoDB and RDS can't handle update request in high throughput rate and if it can, the cost will be extremely expensive.
Video Tutorial: https://www.youtube.com/watch?v=OKB1KiM9l3o
it supports ION digest with lambda.
Features:
Code Modules:
Number of Blueprints: 2
Number of C++ Classes: 2
Network Replicated: No
Supported Development Platforms: Win64 / Mac(apple silicon supported) / Linux
Supported Target Build Platforms: Win64 / Mac / Linux / Android / iOS
Documentation: https://docs.aws.amazon.com/qldb/latest/developerguide/ql-reference.statements.html
Example Project:
Important/Additional Notes: