Skip to content

chang-chao/spring-reactive-cassandra-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Sample Data Cassandra(Reactive)

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.

About

playground for spring reactive,mainly using cassandra data store

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •