Hi,
I am just starting out with Cassandra and since I know Spring, I want to use Spring Data Cassandra which will hopefully make it easy. I managed to get things working and I have stored something into a Cassandra table via the CassandraOperations object. However, I had to create the keyspace and table definition on the command line first.
I was wondering if there are tools like Flyway or Liquibase for Cassandra? My application will evolve over several years, so I will need to be able to update the table definitions in an easy way from version to version of my application. I am using Spring Boot if that would matter.
regards,
Wim