
tech.aroma.cql.create_keyspace.cql Maven / Gradle / Ivy
//Creates the Aroma Keyspace
CREATE KEYSPACE IF NOT EXISTS Aroma WITH REPLICATION = { 'class' : 'NetworkTopologyStrategy', 'DC1' : 3 };
//Creates the Aroma Test Keyspace
CREATE KEYSPACE IF NOT EXISTS Aroma_Tests
WITH REPLICATION = { 'class' : 'SimpleStrategy', 'replication_factor' : 3 }
;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy