cassandra-migration icon indicating copy to clipboard operation
cassandra-migration copied to clipboard

Database migration (evolution) tool for Apache Cassandra

Results 22 cassandra-migration issues
Sort by recently updated
recently updated
newest added

Nice project. But there is a issue for using it for automation. It requires to have keyspace created before migration, but how to create keyspace itself if I'm interested just...

This would make it more efficient for java apps to leverage these methods without creating a new session all the time.

The current version of this project is using cassandra-driver-core version 2.1.9, which is not compatible with Cassandra 3.x. Datastax has a driver compatibility matrix here: http://datastax.github.io/java-driver/manual/native_protocol/ It looks like the...

Hello, Post bee6eec11bb896ef8b47dba4eb26ae4802da35c7 commit, the build was not uploaded on maven repository.Hence, facing issue with using the library. Kindly upload the latest build on maven repositoy. Thanks a lot.

There are several months of inactivity...

It would be more flexible to have a factory to instantiate the JavaMigration beans.

I would be helpfull to have a possibility to extract migrations from an IoC-container. It can be done by adding custom JavaMigrationResolver. So please make CassandraMigration.createMigrationResolver protected instead of private.

Hi, We’re working with Cassandra in a project, And I’m trying to use cassandra-migration library for migrations using CQL files. I couldn’t understand how I run the migrations from command...

There is no "bundle" location scanner, only a FileSystemClassPathLocationScanner and JarFileClassPathLocationScanner. Proposal create a bundle location scanner. Update ClassPathScanner.java, method createLocationScanner: if("bundle".equals(protocol)){ ... Creating a patch for submission