databuild/graph
2025-05-07 16:50:00 -07:00
..
test Implement rust version of graph analyze 2025-05-04 20:17:35 -07:00
analyze.rs Implement rust version of graph analyze 2025-05-04 20:17:35 -07:00
BUILD.bazel Remove go analyzer 2025-05-07 16:50:00 -07:00
execute.go Build working 2025-04-20 13:05:23 -07:00
go_analyze_wrapper.sh.tpl WIP 2025-04-20 12:15:01 -07:00
go_exec_wrapper.sh.tpl WIP 2025-04-20 12:15:01 -07:00
README.md Update docs and protos 2025-05-04 19:06:01 -07:00
rust_analyze_wrapper.sh.tpl Implement rust version of graph analyze 2025-05-04 20:17:35 -07:00

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 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.