SpacetimeDB icon indicating copy to clipboard operation
SpacetimeDB copied to clipboard

Add support for NoSQL-like(Redis) data structures?

Open sniper00 opened this issue 10 months ago • 1 comments

For example:

​Lists: Real-time chat systems, matchmaking queues, or event logs.

​Sorted Sets (ZSETs): Real-time leaderboards, matchmaking by skill level, or proximity-based player discovery.

sniper00 avatar Mar 13 '25 13:03 sniper00

Hey @sniper00! SpacetimeDB is designed to be quite performant for these kinds of use cases (even though it's not NoSQL).

For example we have a chat demo here: https://github.com/clockworklabs/SpacetimeDB/tree/master/modules/quickstart-chat.

We plan to add support for ORDER BY queries in the future.

bfops avatar Apr 02 '25 17:04 bfops