Monday 4 March 2024

New top story on Hacker News: Show HN: Workflow Orchestrator in Golang

Show HN: Workflow Orchestrator in Golang
4 by harshadmanglani | 0 comments on Hacker News.
A brief overview: 1. Workflows steps share a running context, with access to data they need require. 2. Steps in the workflow (builders) are chained together based on a topologically sorted built from the predefined input & output. 3. No servers spin up (like Conductor/Cadence) - the orchestrator is low level and meant for simplifying business logic. 4. Before/After listeners for each step. Would love to hear your thoughts and feedback!

Previous Post
Next Post

post written by:

0 comments: