To run the project, need to run below cql
commands on Cassandra.
CREATE KEYSPACE mykeyspace WITH REPLICATION = { 'class' : 'SimpleStrategy', 'replication_factor' : 1 };
Run cql
using the setup script located in resources folder.
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
To run the project, need to run below cql
commands on Cassandra.
CREATE KEYSPACE mykeyspace WITH REPLICATION = { 'class' : 'SimpleStrategy', 'replication_factor' : 1 };
Run cql
using the setup script located in resources folder.