databuild/README.md
Stuart Axelbrooke 7e889856e9
Some checks are pending
/ setup (push) Waiting to run
Refactor docs
2025-07-19 15:38:30 -07:00

475 B

DataBuild

DataBuild is a trivially-deployable, partition-oriented, declarative build system.

For important context, check out DESIGN.md. Also, check out databuild.proto for key system interfaces.

Usage

See the podcast example BUILD file.

Development

Testing

DataBuild core testing:

bazel test //...

End to end testing:

./run_e2e_tests.sh