Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
######################
Directed Acyclic Graph
**Audience:** Users coming from MLOps to Lightning Apps, looking for more flexibility.
----
*****************************
Is Lightning a DAG framework?
No.
A Lightning App enables developers to express complex, interactive applications that are impossible to create with DAGs.
*********************************
Can I Build a DAG with Lightning?
Yes!
DAGs are one of the easiest Lightning Apps to build. For example, here's a :doc:`full app that defines a DAG <../examples/dag/dag>`.
********
Examples
.. raw:: html
<div class="display-card-container">
<div class="row">
.. displayitem::
:header: Build a DAG
:description: Learn how to create a DAG with Lightning
:col_css: col-md-4
:button_link: ../examples/dag/dag.html
:height: 180
:tag: Intermediate
</div>