We currently have a Cassandra cluster up and running in a production environment using Cassandra 3.3.0. We want to switch this to a DSE cluster without having any down time.
We have a tool for migrating the schema already, but what is the best way to migrate the data from our Cassandra cluster to the new Datastax cluster without any sort of down time?
If you were switching clusters with regular Cassandra, you could merely join Nodes from the new cluster to the currently running cluster, then shutdown the old nodes after all of the new nodes have been added. This is nice because it requires no additional code to migrate the data, is there any solution similar to this available for DSE?