Hacker News new | ask | show | jobs
by kkirsche 1133 days ago
This looks amazing. Does anyone know a good resource for creating database-backed state machines? Eg states are defined in the database
1 comments

Probably not exactly what you are thinking of but my project Restate is all about building backends using state machines by saving them and their transitions to the database: https://github.com/fabianlindfors/restate
Thank you for sharing! Any resource to understand how others have solved or approached this problem is valuable.