/cassandra-copy

Linux bash scripts for Cassandra data migration.

Primary LanguageShellMIT LicenseMIT

Repository name: cassandra-copy

Repo Description

Linux bash scripts for Cassandra data migration.

Scripts

  1. CassandraCopy.sh: This is a safe script. It involves no alteration upon any keysapce or any columnfamily. This script is useful for making backup.
  2. CassandraCopyPaste.sh: Use this script with caution. It truncates tables at your destination keyspace before it patches up tables. It makes no alteration on your source keyspace.

You are more than welcome to change the scripts to cater your needs.