Hi,
Im trying to build a game that players have in game money and can trade with another players. Im thinking about usibg tsdb for storing all trading transaction.
It could be like “sender,receiver,amount”.
I want to get remain amount of each player realtime. Im trying to use continous query for that. But i dont know how to create continuos query without group by time.
Please help me on:
- Is tsdn suite for my usecase
- How to get player remaining amount
Thank you