6 ms·
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 provid
by gmreads 3y ago
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.
- dustfinger 3y agoThank 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.