Created
August 1, 2019 01:10
-
-
Save Gueka/8211a37176b033c51661e30e12767a5b to your computer and use it in GitHub Desktop.
Create a keyspace named tutorial with a simple strategy and 1 replicator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CREATE KEYSPACE IF NOT EXISTS tutorial WITH REPLICATION = { 'class' : 'SimpleStrategy', 'replication_factor' : 1 }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment