migration_data VS zero_downtime_migrations

Compare migration_data vs zero_downtime_migrations and see what are their differences.

migration_data

Migrate data along with schema migrations in Rails and keep them up to date. (by ka8725)

zero_downtime_migrations

Zero downtime migrations with ActiveRecord 3+ and PostgreSQL (by LendingHome)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
migration_data zero_downtime_migrations
1 1
364 562
- -
0.0 0.0
about 4 years ago 9 months ago
Ruby Ruby
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

migration_data

Posts with mentions or reviews of migration_data. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-17.

zero_downtime_migrations

Posts with mentions or reviews of zero_downtime_migrations. We have used some of these posts to build our list of alternatives and similar projects.
  • Rails: Postgres Partial Indexing
    1 project | /r/ruby | 25 Jan 2021
    I've historically used https://github.com/LendingHome/zero_downtime_migrations which is based on strong_migrations but at the end of the day anything is better than nothing.

What are some alternatives?

When comparing migration_data and zero_downtime_migrations you can also consider the following projects:

maintenance_tasks - A Rails engine for queueing and managing data migrations.

counter_culture - Turbo-charged counter caches for your Rails app.

Large Hadron Migrator - Online MySQL schema migrations

PaperTrail - Track changes to your rails models

Ruby on Rails - Ruby on Rails

actual_db_schema - Wipe out inconsistent DB and schema.rb when switching branches. Just install this gem and use the standard rake db:migrate command.

SecondBase - Seamless second database integration for Rails.

Lol DBA - lol_dba is a small package of rake tasks that scan your application models and displays a list of columns that probably should be indexed. Also, it can generate .sql migration scripts.