README.md

March 27, 2026 ยท View on GitHub

Bruin Logo

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 CLI - Demo

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.

Join Bruin Slack Community

Quickstart

Take a look at our quickstart guide here.