https://github.com/fishtown-analytics/dbt
1.6K
dbt (data build tool) helps analysts write reliable, modular code using a workflow that closely mirrors software development.
A dbt project primarily consists of "models". These models are SQL select statements that filter, aggregate, and otherwise transform data to facilitate analytics. Analysts use dbt to aggregate pageviews into sessions, calculate ad spend ROI, or report on email campaign performance.
These models frequently build on top of one another. Fortunately, dbt makes it easy to manage relationships between models, test your assumptions, and visualize your projects.
Still reading? Check out the docs for more information.

Everyone interacting in the dbt project's codebases, issue trackers, chat rooms, and mailing lists is expected to follow the PyPA Code of Conduct.
Content type
Image
Digest
Size
355.8 MB
Last updated
over 8 years ago
docker pull joevandyk/dbt