Skip to content

Instantly share code, notes, and snippets.

### DML ### THIS IS UNDER CONSTRUCTION!!!
# Keyspace Name
keyspace: bacon
# The CQL for creating a keyspace (optional if it already exists)
keyspace_definition: |
CREATE KEYSPACE bacon WITH replication = {'class': 'SimpleStrategy', 'replication_factor': 3};
# Table name