Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rest Springboot API with cassandra

##Cassandra docker image##

Casandra docker document

##Technology Stack##

  • Java 8
  • Spring Framework
  • Cassandra

##TODO##

  • Implement Swagger and basic ui for showing the rest implementation in a real life.
  • Unit Test

##Create Scheme##

create keyspace example with replication = {'class':'SimpleStrategy', 'replication_factor':1}

##Create Table## CREATE TABLE user ( userid text PRIMARY KEY, first_name text, last_name text, emails set, );

About

Rest Springboot API with cassandra

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages