Ask HN: Best Event-Driven Finite-State Machine Learning Resources
2 comments
After having implemened many complex distributed state machines I started thinking along the terms of how do abstract away the engineering part of it and provide a platform for writing business logic. Technical term for it is workflow orchestration. You might have heard of AWS Step functions.
Check out Temporal, it's open source and lot of architecture videos exist. I've been trying to experiment with it to rewrite my old projects using it.
Check out Temporal, it's open source and lot of architecture videos exist. I've been trying to experiment with it to rewrite my old projects using it.
Thank you, I will read up on this today. If you have any resources that you thought were a particularly valuable read, please don't hesitate to drop the links here.
There are a lot of resources on finite state machines, especially in TypeScript, here: https://stately.ai/docs/state-machines-and-statecharts
Thank you, I am starting to play around with this library. I am also reading up on workflow engines vs finite state machines.
What resources do you recommend? I am a book lover, so I am happy spending money on books, but I am interested in any and all resources, including online course-ware.