scylladb / scylla-migrator

Migrate data extract using Spark to Scylla, normally from Cassandra
Apache License 2.0
54 stars 34 forks source link

Can we use this to copy data from Scylladb to Cassandra #94

Closed rahulJuspay closed 1 year ago

rahulJuspay commented 1 year ago

I want to check if this service can migrate data from Scylladb to Cassandra??

tarzanek commented 1 year ago

@rahulJuspay it definitely can, more in readme: https://github.com/scylladb/scylla-migrator/blob/master/README.md

or check the demo on https://github.com/scylladb/scylla-code-samples/tree/master/spark-scylla-migrator-demo

if you need spark 3.x version, it can be found in https://github.com/scylladb/scylla-migrator/tree/spark-3.1.1