From 5f02807fb3c9327ec58adc1f5d7cb1c91f3dd3cc Mon Sep 17 00:00:00 2001 From: Arsalan Date: Tue, 18 Aug 2026 15:32:04 +0300 Subject: [PATCH] Add Bruin to Workflow Orchestration --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b8b3381..bf5c1de 100644 --- a/README.md +++ b/README.md @@ -297,6 +297,7 @@ For more information about the above compiled landscape for 2025, please refer t - [Temporal](https://github.com/temporalio/temporal) - A resilient workflow management system, originated as a fork of Uber's Cadence - [Windmill](https://github.com/windmill-labs/windmill) - A fast workflow engine, and open-source alternative to Airplane and Retool - [Maestro](https://github.com/Netflix/maestro) - A general-purpose workflow orchestrator developed by Netflix +- [Bruin](https://github.com/bruin-data/bruin) - An end-to-end data pipeline framework combining ingestion, SQL & Python transformation, and data quality in a single CLI ### Job Scheduling - [Celery](https://github.com/celery/celery) - A distributed Task Queue system for Python