Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 402 Bytes

File metadata and controls

12 lines (9 loc) · 402 Bytes

Spring Boot Sample Data Cassandra

To run the project, need to run below cql commands on Cassandra.

Keyspace Creation in Cassandra

CREATE KEYSPACE mykeyspace WITH REPLICATION = { 'class' : 'SimpleStrategy', 'replication_factor' : 1 };

Table Creation in Cassandra

Run cql using the setup script located in resources folder.