How to start with Apache Cassandra repositories | Spring boot
http://downloads.datastax.com/community/datastax-community-64bit_3.0.9.msi
cassandra.bat
create keyspace javatechie with replication={'class':'SimpleStrategy', 'replication_factor':1}
Use javatechie; CREATE TABLE User( id int PRIMARY KEY, name text, address text, age int );
We are done with Table creation and environment setup now follow above code for development