databuild/graph/README.md
Stuart Axelbrooke f9477b1717
Some checks failed
/ setup (push) Has been cancelled
Update docs and protos
2025-05-04 19:06:01 -07:00

10 lines
493 B
Markdown

# DataBuild Graph
## Entrypoints
- `graph.build` - Build the requested partitions.
- `graph.analyze` - Calculate the `JobGraph` that would produce the requested partitions.
- `graph.mermaid` - Calculate a [mermaid](https://mermaid.js.org/syntax/flowchart.html) diagram describing the `JobGraph`.
- `graph.serve` - Run the databuild server for this graph.
- `graph.image` / `graph.load` - Build a deployable graph artifact and wrap it in a container. `load` registers the container locally.