DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

Cassandra database migration with Cassper

5 years ago medium.com
Cassandra database migration with Cassper

Summary: This is a summary of an article originally published by the source. Read the full original article here →

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.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com