AWS Database Migration Service vs. dbt

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
AWS Database Migration Service
Score 8.3 out of 10
N/A
AWS Database Migration Service helps users migrate databases to AWS. The source database remains fully operational during the migration to minimize downtime to applications that rely on the database. The vendor states that AWS Database Migration Service can migrate data to and from most widely used commercial and open-source databases.N/A
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
Pricing
AWS Database Migration Servicedbt
Editions & Modules
No answers on this topic
No answers on this topic
Offerings
Pricing Offerings
AWS Database Migration Servicedbt
Free Trial
NoYes
Free/Freemium Version
NoYes
Premium Consulting/Integration Services
NoYes
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details——
More Pricing Information
Community Pulse
AWS Database Migration Servicedbt
Top Pros

No answers on this topic

Top Cons

No answers on this topic

Features
AWS Database Migration Servicedbt
Data Transformations
Comparison of Data Transformations features of Product A and Product B
AWS Database Migration Service
-
Ratings
dbt
9.7
5 Ratings
15% above category average
Simple transformations00 Ratings9.55 Ratings
Complex transformations00 Ratings9.95 Ratings
Data Modeling
Comparison of Data Modeling features of Product A and Product B
AWS Database Migration Service
-
Ratings
dbt
9.0
5 Ratings
10% above category average
Data model creation00 Ratings9.15 Ratings
Metadata management00 Ratings8.65 Ratings
Business rules and workflow00 Ratings8.05 Ratings
Collaboration00 Ratings9.83 Ratings
Testing and debugging00 Ratings9.55 Ratings
Best Alternatives
AWS Database Migration Servicedbt
Small Businesses
HYCU
HYCU
Score 6.7 out of 10
Skyvia
Skyvia
Score 9.6 out of 10
Medium-sized Companies
Astera Centerprise
Astera Centerprise
Score 8.8 out of 10
IBM InfoSphere Information Server
IBM InfoSphere Information Server
Score 8.1 out of 10
Enterprises
Astera Centerprise
Astera Centerprise
Score 8.8 out of 10
IBM InfoSphere Information Server
IBM InfoSphere Information Server
Score 8.1 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
AWS Database Migration Servicedbt
Likelihood to Recommend
7.0
(1 ratings)
9.6
(7 ratings)
User Testimonials
AWS Database Migration Servicedbt
Likelihood to Recommend
Amazon AWS
As stated previously, AWS Database Migration Service excels when replicating very specific data elements between environments. AWS Database Migration Service handles replication tasks to load equipment assets or customer job sites from production to QA databases very well. Full load replication - e.g., we need an exact copy of the production database in another region - works well. But when we need to load the QA database with the latest production data - it does work as well. AWS Database Migration Service comes up short because we do not want to wipe the QA database completely and make an exact copy. We want to keep what's already in the QA database and add production data so that we can QA with that level of volume. And at least with our database design, we end up having to do a lot of manual data manipulation and de-duplication.
Read full review
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
Pros
Amazon AWS
No answers on this topic
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
Cons
Amazon AWS
No answers on this topic
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
Alternatives Considered
Amazon AWS
No answers on this topic
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
Return on Investment
Amazon AWS
  • Set it and forget it for maintaining data consistency - moderate cost, zero to minimal maintenance
  • High touch production data loads into QA - negative ROI engineering time investment far exceeded our predictions
Read full review
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
ScreenShots