Hi HN! I built Sayiir, an open-source durable workflow engine with a Rust core.<p>The problem: most workflow engines (Temporal, Airflow, Prefect) require heavy infrastructure, custom DSLs, or replay-based execution that forces determinism constraints on your code. Replay means re-executing your enti...
Stories by ybsoft
Temporal, Airflow, Step Functions are great — but sometimes you just need "run these steps, resume where it stopped if something crashes," without the infrastructure and learning curve that comes with a full platform, and whole mental model to internalize<p>So I built something simpler and...
Hi HN! I built Sayiir, an open-source durable workflow engine with a Rust core and Python/Node.js bindings.<p>GitHub: <a href="https://github.com/sayiir/sayiir" rel="nofollow">https://github.com/sayiir/sayiir</a><p>The problem: most workflow engines (Temp...