Skip to content

Files

Latest commit

21d80d8 · May 26, 2018

History

History
This branch is 36087 commits behind spring-projects/spring-boot:main.

spring-boot-sample-data-cassandra

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 26, 2018
Dec 27, 2016
Mar 2, 2018

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.