Skip to content

Instantly share code, notes, and snippets.

@mustafaileri
Created October 30, 2018 10:28
Show Gist options
  • Save mustafaileri/c5af7fdb4c893be115ab147fad11ad9a to your computer and use it in GitHub Desktop.
Save mustafaileri/c5af7fdb4c893be115ab147fad11ad9a to your computer and use it in GitHub Desktop.
sample cassandra key space create command
CREATE KEYSPACE test_keyspace WITH replication = {'class': 'SimpleStrategy', 'replication_factor': '2'} AND durable_writes = true;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment