Category: Database, Docker, gitlab

Cassper is a database schema migration tool for Apache Cassandra. Cassaper can be used to Cassandra database migrations in JVM based applications.

In this post I’m gonna discuss about using Cassper to do Cassandra database migrations in Scala application.

The schema migration script needs to follow a specific format(the format is similar to Flyway migration script format).

Once migration script executed, Cassper saves the migration script information in schema_version table.

Related Articles