Where should my models be managed?
There are many great solutions widely adopted by the data community to build and manage your business knowledge through Models such as dbt, Keboola and Dataform. Such tools have helped countless of companies scaling their modelling capabilities.
Those solutions help you use software engineering patterns in your modelling project such as:
documentation
version control through git
unit testing
source freshness
continuous integration
continuous deployment
templatization engine
In the same time, Whaly offers a lightweight modelling layer that enable people to build:
SQL models
Flow Models (no-code)
In the end, successful data architecture contains Models in both specialised modelling solutions and in Whaly in the same time, let's dive in to understand why Whaly models exists.
Working as a software engineer comes at a cost
The reason why modern modelling solution are so good is that they took inspiration of the Software engineering best practises. But it is also one of their biggest issue.
When you switch to a code based modelling layer, your people and your internal tooling must evolve to meet the new requirement that comes with the "software engineering" process.
As a reminder, the common "Software engineering" process is:
Getting a requirement from a business team
Implementing the requirement on a local branch/copy of the project
Locally testing the new implementation
Opening a Pull Request on your favorite git tool (github, gitlab, ...)
Have a peer review and approve the Pull Request
Merge the pull request
Check production state after the pull request has been merged
This is a powerful but complex process that has its own benefits such as:
Each development must be approved by a peer leading to
A more consistent codebase
Less bugs pushed in production
Each features can be tested locally leading to
A smoother dev experience
Less time spent debugging and more time spent fixing bugs and working on new features
But while this process is more robust, it is quite slow and requires the use of a lot of tools (git, CI/CD, etc.) which means that fewer people can follow it because of lack of skills and time.
In the end, it lead to fewer and slower data breakthroughs, leading to deceptiveness from your business users standpoint.
What are Whaly models and how they complete models managed by an external solution
Whaly models are lightweight and easy to create. SQL knowledge is not even required as they also exists in a visual "flow" fashion. This way, it's very easy for anyone in your organisation to create and share their own Models, similar to what they could do with a spreadsheet.
In the same time, those lightweights models can be used and shared inside Whaly in the same way as a Modelling solution model could be used: in the end, the produced dashboards looks the same.
Whaly models can be individually "migrated" to the specialised solution once your organisation wants to get a better level of control over them.
Summary
Model type | Pros | Cons | When to use |
---|---|---|---|
Whaly models |
|
|
|
dbt, Keboola, Dataform models |
|
|
|
Last updated