This commit is contained in:
parent
40d42e03dd
commit
70e34c4fa5
1 changed files with 2 additions and 2 deletions
|
|
@ -1,10 +1,10 @@
|
|||
|
||||
# DataBuild
|
||||
|
||||
Orchestration logic changes frequently, so just don't write it.
|
||||
|
||||
DataBuild is a trivially-deployable, partition-oriented, declarative data build system.
|
||||
|
||||
DataBuild is for teams at data-driven orgs who need reliable, flexible, and correct data pipelines and are tired of manually orchestrating complex dependency graphs. You define Jobs (that take input data partitions and produce output partitions), compose them into Graphs (partition dependency networks), and DataBuild handles the rest. Just ask it to build a partition, and databuild handles resolving the jobs that need to run, planning execution order, running builds concurrently, and tracking and exposing build progress. Instead of writing orchestration code that breaks when dependencies change, you focus on the data transformations while DataBuild ensures your pipelines are correct, observable, and reliable.
|
||||
|
||||
For important context, check out [DESIGN.md](./DESIGN.md). Also, check out [`databuild.proto`](./databuild/databuild.proto) for key system interfaces.
|
||||
|
||||
## Usage
|
||||
|
|
|
|||
Loading…
Reference in a new issue