dbt vs. Redgate Flyway

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
dbt
Score 9.4 out of 10
N/A
dbt is an SQL development environment, developed by Fishtown Analytics, now known as dbt Labs. The vendor states that with dbt, analysts take ownership of the entire analytics engineering workflow, from writing data transformation code to deployment and documentation. dbt Core is distributed under the Apache 2.0 license, and paid Teams and Enterprise editions are available.
$0
per month per seat
Redgate Flyway
Score 7.3 out of 10
N/A
Flyway, by Redgate, automates database deployments across teams and technologies. It is a database devops solution that is used to accelerate software delivery and ensure quality code.
$0
Pricing
dbtRedgate Flyway
Editions & Modules
No answers on this topic
Community Edition
$0
Teams Edition
$3,000
per year at least 10 schemas in production
Offerings
Pricing Offerings
dbtRedgate Flyway
Free Trial
YesNo
Free/Freemium Version
YesYes
Premium Consulting/Integration Services
YesNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details——
More Pricing Information
Community Pulse
dbtRedgate Flyway
Top Pros
Top Cons

No answers on this topic

Features
dbtRedgate Flyway
Data Transformations
Comparison of Data Transformations features of Product A and Product B
dbt
9.7
5 Ratings
15% above category average
Redgate Flyway
-
Ratings
Simple transformations9.55 Ratings00 Ratings
Complex transformations9.95 Ratings00 Ratings
Data Modeling
Comparison of Data Modeling features of Product A and Product B
dbt
9.0
5 Ratings
10% above category average
Redgate Flyway
-
Ratings
Data model creation9.15 Ratings00 Ratings
Metadata management8.65 Ratings00 Ratings
Business rules and workflow8.05 Ratings00 Ratings
Collaboration9.83 Ratings00 Ratings
Testing and debugging9.55 Ratings00 Ratings
Best Alternatives
dbtRedgate Flyway
Small Businesses
Skyvia
Skyvia
Score 9.6 out of 10
DBeaver
DBeaver
Score 8.4 out of 10
Medium-sized Companies
IBM InfoSphere Information Server
IBM InfoSphere Information Server
Score 8.1 out of 10
DBeaver
DBeaver
Score 8.4 out of 10
Enterprises
IBM InfoSphere Information Server
IBM InfoSphere Information Server
Score 8.1 out of 10
DBeaver
DBeaver
Score 8.4 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
dbtRedgate Flyway
Likelihood to Recommend
9.6
(7 ratings)
8.0
(4 ratings)
User Testimonials
dbtRedgate Flyway
Likelihood to Recommend
dbt Labs
If you can load your data first into your warehouse, dbt is excellent. It does the T(ransformation) part of ELT brilliantly but does not do the E(xtract) or L(oad) part. If you know SQL or your development team knows SQL, it's a framework and extension around that. So, it's easy to learn and easy to hire people with that technical skill (as opposed to specific Informatica, SnapLogic, etc. experience). dbt uses plain text files and integrates with GitHub. You can easily see the changes made between versions. In GUI-based UIs it was always hard to tell what someone had changed. Each "model" is essentially a "SELECT" statement. You never need to do a "CREATE TABLE" or "CREATE VIEW" - it's all done for you, leaving you to work on the business logic. Instead of saying "FROM specific_db.schema.table" you indicate "FROM ref('my_other_model')". It creates an internal dependency diagram you can view in a DAG. When you deploy, the dependencies work like magic in your various environments. They also have great documentation, an active slack community, training, and support. I like the enhancements they have been making and I believe they are headed in a good direction.
Read full review
Redgate
Database Migrations on Java-based solutions. It has one of the best integrations with it as a database migration tool, you can do it with the community edition (no pricing involved) and it works flawlessly with Maven and Gradle. It's not an expensive tool in order to use the next level of features and is worth the money. I would recommend reaching that edition level as the object mapping feature gets really handy. I would not recommend it for any Microsoft-based solution (.Net) as is not compatible at all based on my experience, this is a tool only worth it with Java applications.
Read full review
Pros
dbt Labs
  • user experience makes it easy to work with SQL and version control
  • customer success team and the dbt (data build tool) community help establish best practices
  • thorough and clear documentation
Read full review
Redgate
  • Supports many databases
  • Community version uses Apache license
  • Widely used, good community support
Read full review
Cons
dbt Labs
  • Slow load times of the dbt cloud environment (they're working on it via a new UI though)
  • More out-of-the-box solutions for managing procedures, functions, etc would be nice to have, but honestly, it's pretty easy to figure out how to adapt dbt macros
Read full review
Redgate
  • GUI could be more user friendly
  • Applying patch scripts on a blank DB differs from on a DB with data, so the migration could still fail when all tests passed
  • Configurations options could be more flexible / powerful
Read full review
Alternatives Considered
dbt Labs
Most ETL pipeline products have a T layer, but dbt just does it better. The transformation is on steroids compared to the others. Also, just allows much more Adhoc solutions for very specific projects. Those ETL tools are probably better on the T part if you don't need too many transforms - also dbt is pretty much free dependent on how you work it, also extremely scalable.
Read full review
Redgate
The problem with a cloud-based tool for migration services is the cloud dependency. You are restricted to use the tool along the Cloud provider. Flyway gives you the freedom to use it in any scenario as long as you are working with a compatible database engine. Even if you are working on-premise and you don't have plans to move to a cloud architecture. Or even for sandbox development scenarios where you are a developer playing around with some project ideas. And you don't have to pay anything as long as you need advanced features, and not less importantly, you are using an open-source tool.
Read full review
Return on Investment
dbt Labs
  • Simplified our BI layer for faster load times
  • Increased the quality of data reaching our end users
  • Makes complex transformations manageable
Read full review
Redgate
  • Reduced our effort for release processes.
  • Easy to setup - less than 5 minutes.
  • Improve reliability of our databases.
  • Easy backup and version control.
Read full review
ScreenShots