Elasticsearch

Table of Contents

Elasticsearch

It is a distributed open-source search and analytics engine for all types of data, including textual, numerical, geospatial, structured, and unstructured.

High performance, full featured, open source enterprise search engine

Read: https://en.wikipedia.org/wiki/Elasticsearch

https://www.knowi.com/blog/what-is-elastic-search/

https://logz.io/blog/elasticsearch-tutorial/

Seeing so many references on the internet for springboot and elastic stack. Can we do a POC about it?

https://www.elastic.co/elastic-stack/

Elasticsearch, Logstash and Kibana

Getting Started with Elasticsearch: https://medium.com/expedia-group-tech/getting-started-with-elastic-search-6af62d7df8dd

Elasticsearch guide: https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html

Details about docker set-up here: https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html

Tags

  1. Enterprise Search Engines Java Clients
  2. Elasticsearch - Tracing requests
  3. Elasticsearch - starting in a docker container
  4. Spring Data Elasticsearch
  5. Elasticsearch - Spring Data Elasticsearch compatibility matrix
  6. Elasticsearch - How to set-up configuration in a springboot application when ssl is enabled for elasticsearch
  7. Elasticsearch - Java API Client vs Spring Data Elasticsearch

TODO

  1. https://www.bmc.com/blogs/elasticsearch-introduction/ (there are multiple articles in the series)
  2. https://developer.okta.com/blog/2022/02/16/spring-data-elasticsearch
  3. https://spinscale.de/posts/2020-08-06-introduction-into-spring-data-elasticsearch.html?source=post_page-----41daeda3e6b1——————————–
  4. https://blogs.perficient.com/2022/08/22/elasticsearch-java-api-client-springboot/
  5. https://www.baeldung.com/spring-data-elasticsearch-tutorial
  6. https://medium.com/@truongbui95/exploring-elasticsearch-8-utilizing-spring-boot-3-and-spring-data-elasticsearch-5-495650115197
  7. https://howtodoinjava.com/spring-data/elasticsearch-with-spring-boot-data/

Links to this note