Skip to content

cardocha/tieFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TieFinder

Spring Web Flux demonstration using Apache Cassandra to fetch Star Wars planets info.

Getting Started

  • This is a Spring boot and Maven Project.
  • Install Apache Cassandra.
  • Enable SASI indexes.
  • Execute the commands in database.sql.
  • Run.

Endpoints:

  • LISTA DE PLANETAS: [GET] /planetas

  • RECUPERAR PLANETA: [GET] /planetas/{id}

  • NOVO PLANETA: [POST] planetas/ { "name": "Bespin", "climate": "Nice climate", "terrain": "Good terrain" }

  • REMOVER PLANETA: [DELETE] /planetas/{id}

  • BUSCAR PLANETA POR NOME: [GET] /planetas?name=tatooi

Prerequisites

JAVA 8, Apache Cassandra 3, Spring Webflux

Authors

Luciano Cardoso https://github.com/cardocha

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Spring Web Flux demonstration using Apache Cassandra

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published