Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 234 Bytes

SETUP.md

File metadata and controls

4 lines (4 loc) · 234 Bytes

To configure Cassandra, run the following through CLI: create keyspace KunderaExamples; use KunderaExamples; create column family users with comparator=UTF8Type and default_validation_class=UTF8Type and key_validation_class=UTF8Type;