A modern, flexible workflow orchestration system for data-driven teams.
SyncMatrix lets you define tasks, organize them into flows, and let the engine handle scheduling, execution, and reliability.
- Task & Flow Orchestration — Simple, expressive workflow definitions
- Modern Architecture — Designed for scalable data environments
- Developer-friendly APIs
- Extensible — Integrates easily with your data or ML pipelines
From the Latin meaning “one who is in charge”, a syncmatrix oversees and ensures order. It’s also the name of a roving researcher from The Hitchhiker’s Guide to the Galaxy.
SyncMatrix does the same: structured orchestration with room for exploration.
- Python 3.4+
git clone https://github.com/khulnasoft/syncmatrix.git
cd syncmatrix
pip install .git clone https://github.com/khulnasoft/syncmatrix.git
cd syncmatrix
conda env create
pip install -e .pytestTo launch the docs locally:
yarn docs:devA browser window will open once the initial build completes.