Skip to content

Container to sync data between two Cassandra clusters

Notifications You must be signed in to change notification settings

kamsz/cassandra-cluster-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sync data between two Cassandra clusters.

This container will grab all keyspaces (except for system keyspaces) from source cluster and transfer the schema and data to the target cluster.

It is based on https://github.com/masumsoft/cassandra-exporter.

Building

docker build -t cassandra-cluster-sync .

Usage

docker run --rm -e CLUSTER_FROM=hostname_of_source_cluster -e CLUSTER_TO=hostname_of_target_cluster kamsz/cassandra-cluster-sync

About

Container to sync data between two Cassandra clusters

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages