Illustration Image

Cassandra.Link

The best knowledge base on Apache Cassandra®

Helping platform leaders, architects, engineers, and operators build scalable real time data platforms.

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:

Illustration Image

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

data.modeling
open.source
cassandra

johnnywidth/cql-calculator

John Doe

6/17/2020

cassandra
tool

Checkout Planet Cassandra

Claim Your Free Planet Cassandra Contributor T-shirt!

Make your contribution and score a FREE Planet Cassandra Contributor T-Shirt! 
We value our incredible Cassandra community, and we want to express our gratitude by sending an exclusive Planet Cassandra Contributor T-Shirt you can wear with pride.

Join Our Newsletter!

Sign up below to receive email updates and see what's going on with our company

Explore Related Topics

AllKafkaSparkScyllaSStableKubernetesApiGithubGraphQl

Explore Further

cassandra