marciok

marciok

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

Showing Posts 1 to 10

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? Top

Trending in Announcing Top

woylie
Flop is an Elixir library that applies filtering, ordering and pagination parameters to your Ecto queries. offset-based pagination with...
New
MRdotB
I needed to reuse React components from my Chrome extension in my Phoenix/LiveView backend. I noticed that for Svelte/Vue, there are live...
New
woylie
I released Doggo, a collection of unstyled Phoenix components. https://github.com/woylie/doggo Features Unstyled Phoenix components....
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
marciok
Hi there! We created Gust: A task orchestrator inspired by Airflow. For those who have never heard about Aiflow, it’s a Python-based wor...
New
anuaralfetahe
Hello Published a new library - ProcessHub! ProcessHub is a library designed to manage process distribution within the Elixir cluster. ...
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

Other Trending Topics Top

mudasobwa
I am happy to introduce the very α version of the new programming language compiled to BEAM. Welcome Cure. It has literally three kille...
New
mhanberg
Hi everyone! The first release candidate for the Expert language server project is now available! We’ve published a press release detai...
New
webofbits
With AI doing more of the implementation work, I’ve been wondering how much coding I should deliberately keep doing myself. My main conc...
#ai
New
sergio
It’s not that it’s vocabulary is too advanced. It’s something worse. I get lost trying to follow even a paragraph written by Claude. It’...
New
AstonJ
This showed up on my feed.. anyone heard of it? Just hype? Ox Alpha is a reasoning model designed for coding, sustained ag...
New
bartblast
Hey folks, I just published a post about Hologram’s funding and where the project goes next - the short version: Curiosum as Main Spons...
New

Latest on Elixir Forum

We're in Beta

About us Mission Statement

Options

Thread Display Mode




Thread Preview

Skip Thread Previews