Live interactive demonstration of CQL (Cassandra Query Language), an SQL-alike query language for Apache Cassandra.Creating new keyspaces CREATE KEYSPACE <keyspace> WITH strategy_class = SimpleStrategy AND strategy_options:replication_factor = 1 Creating new column families CREATE COLUMNFAMILY <cf> (KEY text PRIMARY KEY, coke text, crush text) WITH comparator = text AND default_validation = text S