Java database-deployment

Open-source Java projects categorized as database-deployment

Java database-deployment Projects

  • Flyway

    Flyway by Redgate • Database Migrations Made Easy.

  • Project mention: Ask HN: What tool(s) do you use to code review and deploy SQL scripts? | news.ycombinator.com | 2024-04-14

    Also RedGate, but Flyway has some reasons to recommend it over RedGate Deploy depending on your DBAs/workflows: https://flywaydb.org/

    (Though I don't think it is "complete" or "perfect", either.)

    EF Migrations are in a really good place now if you like/don't mind C# as a language (and you can easily embed SQL inside the C#, too, but there are benefits to being able to also run high level C# code). With today's tooling you can package your migration "runner application" as a single deployable executable for most platforms. You can build the executable once and run it in all your environments. (The same tool that updates your QA and Staging updates your Prod, testably running the same migrations.) Given the single executable deployable I might even consider using it for projects not themselves written in C#.

  • obevo

    Obevo is a database deployment tool that handles enterprise scale schemas and complexity

  • Project mention: Working with jOOQ and Flyway using Testcontainers | /r/java | 2023-06-08

    The one that does complex stuff (aka super Enterprise) which you would think would be closed source is open source: https://github.com/goldmansachs/obevo

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Java database-deployment related posts

Index

Project Stars
1 Flyway 7,763
2 obevo 227

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com