# What's Digdag? Digdag is a simple tool that helps you to build, run, schedule, and monitor complex pipelines of tasks. It handles dependency resolution so that tasks run in order or in parallel. Digdag fits simple replacement of cron, IT operations automation, data analytics batch jobs, machine learning pipelines, and many more by using Directed Acyclic Graphs (DAG) as the infrastructure. # [Getting started](getting_started.html) \> "[Digdag in 5 minutes](getting_started.html)" # [Learn more](architecture.html) \> "[Architecture](architecture.html)" ## Table of Contents ```eval_rst .. toctree:: :maxdepth: 2 getting_started.rst architecture.md workflow_definition.rst scheduling_workflow.rst operators.rst reciipes.rst command_reference.rst python_api.rst ruby_api.rst releases.rst ``` ## License Digdag is open-source software licensed under [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0). See [NOTICE](https://github.com/treasure-data/digdag/blob/master/NOTICE) for details.