What is Digdag?
masterDigdag is a tool designed to build, run, schedule, and monitor complex task pipelines. It uses Directed Acyclic Graphs (DAG) as its underlying infrastructure to handle dependency resolution, ensuring that tasks execute in the correct order or in parallel where possible.
Common use cases include:
- Replacing cron jobs
- IT operations automation
- Data analytics batch jobs
- Machine learning pipelines