Hello. Today I want to introduction how use elasticsearch with Spring Boot. I thought that other tools to optimization database, but It isn't.
Elasticsearch is something like object database.
Object database rules
- download fast[GET], add slow[PUT]
- only operate on the entire entry
Example ( It is most important)
https://github.com/mikoxp/ProgramingRecipes/commit/12569037e81afd4fbbcabc649df5afbccdd4e0fe
Implementation elastic was simple. I used docker and docker-compose to start elastic.
Api Spring boot. I will be honest. It was boring. Something dependencies and repository similar to relational database.
So it is all. I want try other implementation, but it is next post.
Brak komentarzy:
Prześlij komentarz