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}; »

First Blog

Section One Welcome to the first blog! app.rb require 'sinatra' get '/hi' do "Hello World!" end »