This file contains 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
### 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 |
OlderNewer