SpacetimeDB
SpacetimeDB copied to clipboard
Add support for NoSQL-like(Redis) data structures?
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.
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.