|
|
|
|
|
by gmreads
820 days 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. |
|