Skip to content

HugoTigre/demo-cassandra-spring-boot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot with Cassandra Demo

This is a simple demo application in Spring Boot + Kotlin with Cassandra CQL implementation.

Post Example

curl -d '{"title":"Attack of the 90''''s", "publisher":"Black Books", "tags":["Action","Fiction"]}' -H "Content-Type: application/json" -X POST http://localhost:8080/raw/book

Notes:

  1. There are other endpoints to test just check BookReadCtrl and BookWriteCtrl
  2. Cassandra implementation can be seen in *.data.* package and in *.ioc.CassandraConfig
  3. Tests are available for the *.data.*

About

Demo implementation of Cassandra CQL in Spring Boot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published