Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dbt-labs/dbt-core
dbt enables data analysts and engineers to transform their data using the same practices that software engineers use to build applications.
https://github.com/dbt-labs/dbt-core
analytics business-intelligence data-modeling dbt-viewpoint elt pypa slack
Last synced: 3 days ago
JSON representation
dbt enables data analysts and engineers to transform their data using the same practices that software engineers use to build applications.
- Host: GitHub
- URL: https://github.com/dbt-labs/dbt-core
- Owner: dbt-labs
- License: apache-2.0
- Created: 2016-03-10T02:38:00.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T09:10:01.000Z (about 1 month ago)
- Last Synced: 2024-10-29T11:33:15.560Z (about 1 month ago)
- Topics: analytics, business-intelligence, data-modeling, dbt-viewpoint, elt, pypa, slack
- Language: Python
- Homepage: https://getdbt.com
- Size: 45.8 MB
- Stars: 9,834
- Watchers: 140
- Forks: 1,621
- Open Issues: 654
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: License.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
- Roadmap: docs/roadmap/2022-05-dbt-a-core-story.md
Awesome Lists containing this project
- best-of-python - GitHub - 10% open · ⏱️ 05.06.2024): (Data Pipelines & Streaming)
- fucking-awesome-readme - dbt-labs/dbt-core - Project banner, super clear description (friendly to people brand new to the product), screenshot of the docs the tool generates, and concise links to other comprehensive pages explaining Getting Started, Joining the dbt Community, Bug Reports, Code Contribution, and Code of Conduct (Examples)
- awesome-rainmana - dbt-labs/dbt-core - dbt enables data analysts and engineers to transform their data using the same practices that software engineers use to build applications. (Python)
- awesome-readme - dbt-labs/dbt-core - Project banner, super clear description (friendly to people brand new to the product), screenshot of the docs the tool generates, and concise links to other comprehensive pages explaining Getting Started, Joining the dbt Community, Bug Reports, Code Contribution, and Code of Conduct (Examples)
- awesome-starred - dbt-labs/dbt-core - dbt enables data analysts and engineers to transform their data using the same practices that software engineers use to build applications. (analytics)
- awesome-list - dbt - Enables data analysts and engineers to transform their data using the same practices that software engineers use to build applications. (Data Management & Processing / Database & Cloud Management)
- awesome-production-machine-learning - DBT - labs/dbt-core.svg?style=social) - ETL tool for running transformations inside data warehouses. (Data Pipeline)
- awesome-python-machine-learning-resources - GitHub - 10% open · ⏱️ 25.08.2022): (数据管道和流处理)
- jimsghstars - dbt-labs/dbt-core - dbt enables data analysts and engineers to transform their data using the same practices that software engineers use to build applications. (Python)
README
**[dbt](https://www.getdbt.com/)** enables data analysts and engineers to transform their data using the same practices that software engineers use to build applications.
![architecture](https://github.com/dbt-labs/dbt-core/blob/202cb7e51e218c7b29eb3b11ad058bd56b7739de/etc/dbt-transform.png)
## Understanding dbt
Analysts using dbt can transform their data by simply writing select statements, while dbt handles turning these statements into tables and views in a data warehouse.
These select statements, or "models", form a dbt project. Models frequently build on top of one another – dbt makes it easy to [manage relationships](https://docs.getdbt.com/docs/ref) between models, and [visualize these relationships](https://docs.getdbt.com/docs/documentation), as well as assure the quality of your transformations through [testing](https://docs.getdbt.com/docs/testing).
![dbt dag](https://raw.githubusercontent.com/dbt-labs/dbt-core/6c6649f9129d5d108aa3b0526f634cd8f3a9d1ed/etc/dbt-dag.png)
## Getting started
- [Install dbt Core](https://docs.getdbt.com/docs/get-started/installation) or explore the [dbt Cloud CLI](https://docs.getdbt.com/docs/cloud/cloud-cli-installation), a command-line interface powered by [dbt Cloud](https://docs.getdbt.com/docs/cloud/about-cloud/dbt-cloud-features) that enhances collaboration.
- Read the [introduction](https://docs.getdbt.com/docs/introduction/) and [viewpoint](https://docs.getdbt.com/docs/about/viewpoint/)## Join the dbt Community
- Be part of the conversation in the [dbt Community Slack](http://community.getdbt.com/)
- Read more on the [dbt Community Discourse](https://discourse.getdbt.com)## Reporting bugs and contributing code
- Want to report a bug or request a feature? Let us know and open [an issue](https://github.com/dbt-labs/dbt-core/issues/new/choose)
- Want to help us build dbt? Check out the [Contributing Guide](https://github.com/dbt-labs/dbt-core/blob/HEAD/CONTRIBUTING.md)## Code of Conduct
Everyone interacting in the dbt project's codebases, issue trackers, chat rooms, and mailing lists is expected to follow the [dbt Code of Conduct](https://community.getdbt.com/code-of-conduct).