Any recommendations on event driven system design?
I'm thinking about creating a table with "events" then having a server that listens over to the websocket for table updates. Would this approach be alright?
2 Replies
Convex gets Rusty with Santa
If you've been itching to write Convex programs in Rust, your time has come. We take the new Convex Rust crate for a spin by writing a distributed sys...
but yeah, in general todally part of the vision to make workflow type stuff tha react to query changes and do other computation
would the server change a field to "processed" on the events or something, or would it be trying to follow a cursor in a stream of immutable events
?