marciok

marciok

Gust - A task orchestration system built in Elixir

Hi there! We created Gust: A task orchestrator inspired by Airflow.

For those who have never heard about Aiflow, it’s a Python-based workflow created many years ago by Airbnb.

After many years of using it, we realized that many of our frustrations, such as difficult setup, deployment, high resource consumption, and buggy UI, were symptoms of the system’s lack of high-performance parallel computing primitives. We concluded that we needed the right tool for the job: Elixir. The result was an orchestrator that is 10x more efficient and performant.


How is it positioned in relation to other background processing-related libs and projects?

They all intersect in some way, but each one focuses on different use cases.

Oban (OSS): It’s a background job library; compared to Gust, you would need to manually coordinate job dependencies, with no UI to visualize the task graph, logs, or code. It’s focused on individual jobs, not workflows.

Handoff: It’s a distributed DAG execution engine, no UI or persistence.

Reactor: It’s more similar to Gust, but its steps are not persisted (state is not saved in case of restart). Also, no UI, cron scheduling, and built-in triggers. It’s focused on computational graphs rather than full workflow orchestration.

OpenFn/lightning: Like Gust, it also possesses a UI and an engine to execute workflows; however, it’s not a DAG builder but an orchestrator between integrations, with no native DSL.

Gust combines a bit of each: a UI, task coordination, cron/other triggers, and built-in secret storage for use inside graphs. It’s a full-fledged orchestration system.

Suggestions and contributions are very welcome!

https://github.com/marciok/gust

First 10 of 36 Posts Switch mode

ghannam80

ghannam80

It look very interesting , Will it support a human in the middle tasks or steps ?

pjode

pjode

Looks cool! I noticed the setup_gust_app.sh and looking through it makes it feel like this is something you’d want to deploy independently separate. Is that fair to say. One thing I like about Oban, and Elixir in general, is that I run everything together with the option of separating it out later but within the same cluster. Is that possible?

tfwright

tfwright

Looks very powerful, but I am curious about the use case as someone maintaining Elixir apps. Oban is the de facto standard for “task/job management” and I already have a bunch of monitoring based around that, including a UI. It would be a tough sell for me to introduce an entire new service if it’s something I could make work with Oban. But maybe I’m not the target user, since none of the data flows I am currently dealing with are all that complex.

marciok

marciok OP

That’s one of our goals, something like a Camunda, but way simpler. It could start by having an “external upstream” task dependency, where it will halt the run until it is completed.

marciok

marciok OP

Yes! Gust in an umbrella app, that contains gust and gust_web apps which are different hex packages.

In practice, you could add gust into an existing app. The setup_gust_app script is just to facilitate the creation and configuration of an app that contains gust_web.

The docs could be clearer on how to add gust or gust_web into an existing app.

nathanl

nathanl

It’s good to have alternatives! But FYI, Oban Pro does have workflows: Oban.Pro.Workflow — Oban Pro v1.6.9

marciok

marciok OP

I get your point! Gust’s initial goal is to be an Airflow alternative, not a background job lib.

At its core, Gust is a DAG orchestrator; it really shines when you have complex workflow logic that processes unstructured data, where you need quick iteration.

Example: “You’re ingesting unstructured data from dozens of websites (HTML pages, PDFs, APIs with inconsistent schemas) and turning it into structured data.”

Overall, the Gust project is an umbrella app, with the UI and processing logic split; in theory, it is possible to use the Gust UI to monitor Oban jobs or create workflows with them.

code-shoily

code-shoily

Thank you so much for building and sharing this. Looks fantastic!

marciok

marciok OP

Indeed! But it comes at $150/mo; :grinning_face_with_smiling_eyes:

sorentwo

sorentwo

Oban Core Team

It does. It’s paid because we provide a service that people rely on. It is actively developed and supported. That’s our job.

There’s no chance of Oban (or Pro) going unmaintained, unsupported, or abandoned because we burned out or got a new job that doesn’t offer 20% time.

P.S. It’s $135/mo with the annual plan :wink:

Where Next?

Trending in Announcing Top

bluzky
You may know https://ui.shadcn.com/, a UI component library for React. I really love it’s design style and components. I’ve built some co...
387 14960 120
New
JesseHerrick
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
shahryarjb
The Chelekom project is a library of Phoenix and LiveView components generated via Mix tasks to fit developer needs seamlessly. One of i...
New
jimsynz
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Damirados
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve. They are GUI (Emerge) and State management (S...
New
ausimian
Emily is an Elixir library that runs Nx computations on Apple’s MLX. Install it as the default Nx backend and Nx, defn, Axon, Nx.Serving,...
New
wintermeyer
There are three potential reasons for members of this forum to have a look at https://vutuv.de You are tired or annoyed of LinkedIn. Yo...
New

Other Trending Topics Top

type1fool
I just stumbled on a newly redesigned elixir-lang.org. :tada: It looks like @Software_Mansion did the work, and I think it is generally a...
New
akoutmos
@hugobarauna and I (Alex Koutmos) have been hard at work on writing a book on Nerves that takes you from simply blinking LEDs to building...
New
juhalehtonen
There has been a thread to discuss the Stack Overflow Developer Survey on this forum every year since 2018, so here’s yet another one for...
New
bjorng
We want to introduce a new native datatype to Erlang: native records. Although replacing all tuple records with native records is not our...
New
spammy
I’m looking to build a personal workflow to quickly deploy web applications written in elixir/phoenix, for local consumption (ie not on t...
New
alexslade
Fly’s CEO posted this recently - Turn And Face The Strange · The Fly Blog It says that Fly is going all-in on sprites, which is a worry ...
New

We're in Beta

About us Mission Statement