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

26 lines
475 B
Markdown

# DataBuild
DataBuild is a trivially-deployable, partition-oriented, declarative build system.
For important context, check out [DESIGN.md](./DESIGN.md). Also, check out [`databuild.proto`](./databuild/databuild.proto) for key system interfaces.
## Usage
See the [podcast example BUILD file](examples/podcast_reviews/BUILD.bazel).
## Development
### Testing
DataBuild core testing:
````bash
bazel test //...
````
End to end testing:
```bash
./run_e2e_tests.sh
```