Skip to content

playground for spring reactive,mainly using cassandra data store

Notifications You must be signed in to change notification settings

chang-chao/spring-reactive-cassandra-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Sample Data Cassandra(Reactive)

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

Keyspace and table Creation in Cassandra

CREATE KEYSPACE mykeyspace WITH REPLICATION = { 'class' : 'SimpleStrategy', 'replication_factor' : 1 };
CREATE TABLE mykeyspace.person (id TimeUUID PRIMARY KEY, name text);

About

playground for spring reactive,mainly using cassandra data store

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published