No description
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| databuild | ||
| docs | ||
| examples | ||
| generated_number | ||
| plans | ||
| scripts | ||
| tests/end_to_end | ||
| tools/build_rules | ||
| .bazelignore | ||
| .bazelrc | ||
| .bazelversion | ||
| .envrc | ||
| .gitignore | ||
| BUILD.bazel | ||
| CLAUDE.md | ||
| DESIGN.md | ||
| MODULE.bazel | ||
| MODULE.bazel.lock | ||
| README.md | ||
| run_e2e_tests.sh | ||
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