Skip to content

Instantly share code, notes, and snippets.

@Gueka
Created August 1, 2019 01:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Gueka/8211a37176b033c51661e30e12767a5b to your computer and use it in GitHub Desktop.
Save Gueka/8211a37176b033c51661e30e12767a5b to your computer and use it in GitHub Desktop.
Create a keyspace named tutorial with a simple strategy and 1 replicator
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