The DAG (Directed Acyclic Graph) defines how data flows through your Tangent pipeline.Documentation Index
Fetch the complete documentation index at: https://docs.telophasehq.com/llms.txt
Use this file to discover all available pages before exploring further.
Schema
Each entry describes a flow from one node to one or more downstream nodes.
from.kind:source,plugin, orsinkfrom.name: name of the nodeto: list of destination nodes
Example
tangent.yaml
🧠 Notes
- The DAG determines execution order.
- Multiple plugins or sinks can receive data from one source.
- Cycles are not allowed (it must remain acyclic).