Skip to content

Instantly share code, notes, and snippets.

View LeiRui's full-sized avatar
🤍

Lei LeiRui

🤍
  • THU
  • Beijing, China
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