TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Contact about Liquibase

Please fill out the form below to get in touch.

Liquibase

Connect with Liquibase

What are you interested in?

Already have an account?

You hereby consent to have TrustRadius share the information supplied on this form with Liquibase so that Liquibase and TrustRadius may contact you in regard to the information requested.

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    Fivetran

    Score8.2 out of 10
    N/AFivetran replicates applications, databases, events and files into a high-performance data warehouse, after a five minute setup. The vendor says their standardized cloud pipelines are fully managed and zero-maintenance. The vendor says Fivetran began with a realization: For modern companies using cloud-based software and storage, traditional ETL tools badly underperformed, and the complicated configurations they required often led to project failures. To streamline and accelerate…

    $0.01

    Liquibase

    Score8.7 out of 10
    Enterprise companies (1,001+ employees)
    Liquibase is a database change management tool that extends DevOps best practices to the database, helping teams release software faster and safer by bringing the database change process into existing CI/CD automation. According to the 2021 Accelerate State of DevOps Report, elite performers are 3.4 times more likely to incorporate database change management into their process than low performers. Liquibase value proposition: Liquibase speeds up the development…N/A
    Pricing
    FivetranLiquibase
    Editions & Modules
    Starter
    $0.01
    per credit
    Standard
    $0.01
    per credit
    Enterprise
    $0.01
    per credit
    No answers on this topic
    Offerings
    Pricing Offerings
    FivetranLiquibase
    Free Trial
    YesYes
    Free/Freemium Version
    NoYes
    Premium Consulting/Integration Services
    NoYes
    Entry-level Setup FeeOptionalNo setup fee
    Additional Details——
    More Pricing Information
    Community Pulse
    FivetranLiquibase
    Considered Both Products
    Fivetran
    No answer on this topic
    Liquibase
    No answer on this topic
    Key User Insights
    Would buy again
    100%
    Would buy again
    9 Answers
    94%
    Would buy again
    68 Answers
    Delivers good value for the price
    100%
    Delivers good value for the price
    8 Answers
    97%
    Delivers good value for the price
    59 Answers
    Happy with the feature set
    100%
    Happy with the feature set
    9 Answers
    94%
    Happy with the feature set
    68 Answers
    Lived up to sales and marketing promises
    100%
    Lived up to sales and marketing promises
    7 Answers
    95%
    Lived up to sales and marketing promises
    41 Answers
    Implementation went as expected
    100%
    Implementation went as expected
    7 Answers
    94%
    Implementation went as expected
    62 Answers
    Features
    FivetranLiquibase
    Data Source Connection
    Comparison of Data Source Connection features of Fivetran and Liquibase
    Feature
    Fivetran
    10.0
    8 Ratings
    18% above category average
    Liquibase
    -
    Ratings
    Connect to traditional data sources10.08 Ratings00 Ratings
    Connecto to Big Data and NoSQL10.06 Ratings00 Ratings
    Data Transformations
    Comparison of Data Transformations features of Fivetran and Liquibase
    Feature
    Fivetran
    7.5
    7 Ratings
    8% below category average
    Liquibase
    -
    Ratings
    Simple transformations7.67 Ratings00 Ratings
    Complex transformations7.45 Ratings00 Ratings
    Data Modeling
    Comparison of Data Modeling features of Fivetran and Liquibase
    Feature
    Fivetran
    6.2
    8 Ratings
    25% below category average
    Liquibase
    -
    Ratings
    Data model creation2.06 Ratings00 Ratings
    Metadata management4.04 Ratings00 Ratings
    Business rules and workflow8.06 Ratings00 Ratings
    Collaboration7.95 Ratings00 Ratings
    Testing and debugging9.04 Ratings00 Ratings
    Data Governance
    Comparison of Data Governance features of Fivetran and Liquibase
    Feature
    Fivetran
    8.3
    7 Ratings
    3% above category average
    Liquibase
    -
    Ratings
    Integration with data quality tools8.36 Ratings00 Ratings
    Integration with MDM tools8.34 Ratings00 Ratings
    Best Alternatives
    FivetranLiquibase
    Small Businesses
    Skyvia
    Score10 out of 10
    No answers on this topic
    Medium-sized Companies
    IBM InfoSphere Information Server
    Score10 out of 10
    Redgate SQL Toolbelt Essentials
    Score9.6 out of 10
    Enterprises
    SolarWinds Task Factory
    Score8.3 out of 10
    Redgate SQL Toolbelt Essentials
    Score9.6 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    FivetranLiquibase
    Likelihood to Recommend
    8.0
    (10 ratings)
    9.2
    (70 ratings)
    Likelihood to Renew
    -
    (0 ratings)
    9.1
    (4 ratings)
    Usability
    8.2
    (3 ratings)
    8.0
    (3 ratings)
    Performance
    8.0
    (1 ratings)
    -
    (0 ratings)
    Support Rating
    -
    (0 ratings)
    8.8
    (69 ratings)
    Implementation Rating
    -
    (0 ratings)
    9.1
    (2 ratings)
    User Testimonials
    FivetranLiquibase
    Likelihood to Recommend
    Fivetran
    Fivetran's business model justifies the use-case where we require data from a single source basically a lot of data but if the requirement is not on the heavier side, Fivetran comes to costly operation when compared to its peers. Otherwise, I'll recommend Fivetran for stability and update and seamless service provider.
    Incentivized
    Read full review
    Liquibase
    Based on my experience so far on using Liquibase in my current project, I have seen that Liquibase changelogs are version control where multiple team members and developers can work together on database and deployed automatically via CI/CD Pipeline integration using github actions and it applies same changelogs to all enviroments to remain in sync and avoid any enviroment drift. Also as Liquibase stores changelog audits in DATABASECHANGELOG table it helps in tracking purposes and to easily rollback any change . Whereas in some scenarios I feel that Liquibase have some drawbacks where if complex transformation between tables is not optimized for bulk data operations which eventually degrades database performance.
    Incentivized
    Read full review
    Pros
    Fivetran
    • Easily connects to source data using delivered connectors
    • Transforms data into standard models and schemas
    • Has very good documentation to help quickly setup connectors
    Incentivized
    Read full review
    Liquibase
    • Liquibase tracks changes in a metadata table contained directly in the target database, making easy administration for the DBA.
    • Liquibase handles many validation tests out of the box, making it easy to choose which ones you want to include, with options for writing your own if you choose. This makes it robust and flexible in terms of validation before deployment.
    • Liquibase provides easy integration into deployment pipelines for CI/CD. We use it with GitHub for source control and Circle CI for validation and deployment pipelines.
    Incentivized
    Read full review
    Cons
    Fivetran
    • Very difficult to get connectors enhanced if a specific needed object is not supported by them
    • Depending on the edition needed and the data volumes, can get quite expensive
    Incentivized
    Read full review
    Liquibase
    • I would like Liquibase to explore all errors in the changelog files compared to one at a time. We spent a lot of time troubleshooting one error at a time versus having a batch log of errors in each file.
    • Understanding where to get support on things. I spent a lot of time researching externally to learn what the best practices were. Although I found some of the youtube videos helpful, I would like a little more of a technical support. This may be a feature with the paid tier, however, we leveraged open source.
    • Seeing more examples of how others use Liquibase and their usecases will be helpful. That way we can learn from each other which may help us improve on our own deployments.
    Incentivized
    Read full review
    Likelihood to Renew
    Fivetran
    No answers on this topic
    Liquibase
    We are and will continue using Liquibase and it has become an integral part of our portfolio offering, any new product is by default adopting Liquibase stack.
    Incentivized
    Read full review
    Usability
    Fivetran
    Very easy and intuitive to setup and maintain as there usually are not that many options. Very well documented (e.g. how to setup each connector, how the schema looks like, any specific features of this connector etc.). Also the operation is intuitive, e.g. you have status pages, log pages, configuration pages etc. for each connector.
    Incentivized
    Read full review
    Liquibase
    Liquibase has several features, on their free plan, that matches exactly our expectations and needs: this already makes it standout from its competitors. On top of that, the setup was straightforward: we are running an integration with Databricks, and there were only two steps truly needed, install the driver and the plugin, done. This is the type of seamless experience our team appreciates the most when evaluating a tool or service.
    Incentivized
    Read full review
    Performance
    Fivetran
    It runs pretty well and gets our data from point A to point cluster quickly enough. Honestly, it's not something I think about unless it breaks and that's pretty rare.
    Incentivized
    Read full review
    Liquibase
    No answers on this topic
    Support Rating
    Fivetran
    No answers on this topic
    Liquibase
    Liquibase has been responsive and even is letting our group test some new products they are developing and even made code changes to their production system because of a couple bugs we have reported. Liquibase licensing has also been easy and simple. I have nothing bad to say about any of the Liquibase staff I have talked to. They also hold free information webinars for new content that helps spread adoption and moving the product forward.
    Incentivized
    Read full review
    Implementation Rating
    Fivetran
    No answers on this topic
    Liquibase
    Build process takes a toll.
    Incentivized
    Read full review
    Alternatives Considered
    Fivetran
    We never seriously considered using anything else. Our data engineers had used Fivetran extensively in previous roles so when it came time to make a decision, there wasn't much of a process. They gladly signed the contract with Fivetran pretty quickly.
    Incentivized
    Read full review
    Liquibase
    There is no real competitor when it comes to what Liquibase does - at least not at the time we considered it three years ago. It was an easy choice in this regard, but we could have said no to it if it made our workload more difficult. But our proof of concept showed there were easy wins to be had by implementing its software.
    Incentivized
    Read full review
    Return on Investment
    Fivetran
    • It has been very positive in serving BI team with new source requests
    • It has been OK at scaling to match as data volumes as source data size grows
    Incentivized
    Read full review
    Liquibase
    • We need to re-educate developers to use Liquibase.
    • In some cases, it is hard to align when several teams work on the same DB.
    • On the other hand, Liquibase provides order and consistency in managing DB changes.
    • Evidence and traceability are a plus.
    Incentivized
    Read full review
    ScreenShots