Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free. Learn more →
Online_migrations Alternatives
Similar projects and alternatives to online_migrations
-
Polo
Polo travels through your database and creates sample snapshots so you can work with real world data in development.
-
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
active_record_doctor
Identify database issues before they hit production.
-
-
SchemaPlus
SchemaPlus provides a collection of enhancements and extensions to ActiveRecord
-
-
BatchLoader
:zap: Powerful tool for avoiding N+1 DB or HTTP queries
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
-
-
Prisma
Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB
-
django-pg-zero-downtime-migrations
Django postgresql backend that apply migrations with respect to database locks
-
pg-osc
Easy CLI tool for making zero downtime schema changes and backfills in PostgreSQL
-
zero-downtime-migrations
Apply Django migrations on PostgreSql without long locks on tables
-
-
brick
Auto-generate models, views, controllers, and routes in a Rails app based on database structure (by lorint)
-
django-check-migration-wtf
check migrations of django to work on enviroment zero downtime
-
migration_signature
Generate signatures for Rails migration files when they are run and check them in CI.
-
django-zerodowntime
django migration utilities for zero downtime continuous delivery
-
Seed Fu
Advanced seed data handling for Rails, combining the best practices of several methods together.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
online_migrations reviews and mentions
-
Gemfile of dreams: the libraries we use to build Rails apps
I would like to suggest for consideration a more feature-rich alternative to "strong_migrations" - https://github.com/fatkodima/online_migrations (there is a comparison with it in the README).
-
Is there a linter for non-backwards-compatible DB migrations?
There is kinda such a linter, but for ruby/rails projects - https://github.com/fatkodima/online_migrations.
-
Show HN: Zero-downtime PostgreSQL migrations for Ruby on Rails
Thanks for mentioning. I made a comparison with it - https://github.com/fatkodima/online_migrations#cool-but-ther...
-
Zero-downtime PostgreSQL migrations for Ruby on Rails
changing column types (https://github.com/fatkodima/online_migrations/blob/master/lib/online_migrations/change_column_type_helpers.rb)
I recently created a library - https://github.com/fatkodima/online_migrations.
-
Announcing online_migrations - a gem that catches unsafe migrations in development and provides helpers to run them easier in production
I’m publishing a new gem today. The name is online_migrations, it’s at https://github.com/fatkodima/online_migrations. For those familiar with strong_migrations, it is a "strong_migrations on steroids".
strong_migrations provides you with text guidance on how to run migrations safer, but my gem have actual code helpers (which the gem suggests to use) you can use to do what you want. For example, it has migration helpers for renaming tables/columns (https://github.com/fatkodima/online_migrations/blob/4eec4c1a21689b291fabf4d315cf465f1d859745/lib/online_migrations/schema_statements.rb#L123-L320), changing column types (https://github.com/fatkodima/online_migrations/blob/master/lib/online_migrations/change_column_type_helpers.rb), adding columns with defaults (https://github.com/fatkodima/online_migrations/blob/4eec4c1a21689b291fabf4d315cf465f1d859745/lib/online_migrations/schema_statements.rb#L343-L424), and more. And ability to run heavy data migrations in background (https://github.com/fatkodima/online_migrations/blob/master/BACKGROUND_MIGRATIONS.md).
-
A note from our sponsor - SonarQube
www.sonarqube.org | 28 Mar 2023
Stats
fatkodima/online_migrations is an open source project licensed under MIT License which is an OSI approved license.
Popular Comparisons
- online_migrations VS Polo
- online_migrations VS Scenic
- online_migrations VS active_record_doctor
- online_migrations VS SchemaPlus
- online_migrations VS safe-pg-migrations
- online_migrations VS SlackHook
- online_migrations VS BatchLoader
- online_migrations VS Rails DB
- online_migrations VS Redis Dashboard
- online_migrations VS Seed Fu