Skip to content

Instantly share code, notes, and snippets.

View excelwang's full-sized avatar
🎯
Focusing

Huajin Wang excelwang

🎯
Focusing
  • Computer Network Information Center, Chinese Academy of Sciences
View GitHub Profile
### DML ###
# Keyspace Name
keyspace: stresscql
# The CQL for creating a keyspace (optional if it already exists)
keyspace_definition: |
CREATE KEYSPACE stresscql WITH replication = {'class': 'SimpleStrategy', 'replication_factor': 1};
# Table name