Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.29 KB

File metadata and controls

18 lines (12 loc) · 1.29 KB

Surgeflow

An experimental alternative to Cloudflare Workflows, Temporal, Airflow.

I'm aiming to have an easy, idiomatic way to write workflows in Rust, and have an easy way to deploy them to arbitrary infrastructure with all the bells and whistles: retries, caching, sleeping, human-in-the-loop events, etc..

This will be achieved through adapter crates:

Documentation is non-existent at the moment.

The adapter crates have examples, but they are not polished at all. There's a lot of boilerplate code, that won't be necessary in the final version.

Surgeflow Cloud

Serverless surgeflow. A specialized adapter will be able to run surgeflow on surgeflow cloud with minimal configuration. This will be a fully managed service. The goal is to make it as easy as possible to run surgeflow workflows without having to worry about infrastructure.