From data sources to data workers

Data Brewery manage the whole process from sourcing data, modeling it, work on many database technologies and remains agnostic of the front-end tools. It is mainly SQL-based so you don't have to learn a new tool.



...

Build your data warehouse in 10 minutes

Step 1

Gather you data


You define each data source with configuration. All is stored in a text file so it can be version controlled. You can define data source from databases (like MySQL, SQl Server, ...), cloud SaaS (Hubspot, Google Analytics, ...) and/or files (Google Sheet, csv, ...)

...

Databases

...

SaaS

...

Files

...
Step 2

Create modules leveraging SQL


We embrace agility by using modules. Some are used to replicate external data sources inside the data warehouse (for further processing), some are used to create and archive (many delta strategies) and finally some are created from SQL queries to blend data sources and add business rules.

...
...