Cassandra COPY example

COPY: Cassandra COPY is the simple and efficient data migration tool. app.cql CREATE KEYSPACE Performance WITH replication = {'class': 'SimpleStrategy', 'replication_factor': 1}; »