Over the last few months I've been working a great deal with cassandra. Recently I needed to copy data from one cluster to another for testing purposes. The primary problem I faced was that user defined types (UDTs) weren't supported by some of the popular migration tools out there, so I created my own tool. The tool is implemented in java 8 using spring-boot as the foundational framework and the cassandra java driver for data operations. To run it you'll need to download from github, build the project with maven, and invoke the jar with java like so:
1/23/2018
Reading time:N/A min
Copying Data Between Cassandra Tables
by John Doe
Over the last few months I've been working a great deal with cassandra. Recently I needed to copy data from one cluster to another for testing purposes. The primary problem I faced was that user defined types (UDTs) weren't supported by some of the popular migration tools out there, so I created my own tool. The tool is implemented in java 8 using spring-boot as the foundational framework and the cassandra java driver for data operations. To run it you'll need to download from github, build the project with maven, and invoke the jar with java like so:
Related Articles
Checkout Planet Cassandra
Join Our Newsletter!
Sign up below to receive email updates and see what's going on with our company
Explore Further
cassandra
tool
spark