README.md
March 27, 2026 ยท View on GitHub
Bruin is a data pipeline tool that brings together data ingestion, data transformation with SQL, Python & R, and data quality into a single framework. It works with all the major data platforms and runs on your local machine, an EC2 instance, or GitHub Actions.
Bruin is packed with features:
- ๐ฅ ingest data with ingestr / Python
- โจ run SQL, Python & R transformations on many platforms
- ๐ table/view materializations, incremental tables
- ๐ run Python in isolated environments using uv
- ๐ built-in data quality checks
- ๐ Jinja templating to avoid repetition
- โ validate pipelines end-to-end via dry-run
- ๐ท run on your local machine, an EC2 instance, or GitHub Actions
- ๐ secrets injection via environment variables
- VS Code extension for a better developer experience
- โก written in Golang
- ๐ฆ easy to install and use
Installation
Please see the installation instructions here.
Community
Join our Slack community here.
Quickstart
Take a look at our quickstart guide here.