REST API with Spring Boot and Opensearch

Eric Anicet
6 min readApr 15, 2024

Hello everyone! In this story, we will show how to use Spring Boot with OpenSearch.

· Prerequisites
· Overview
What is OpenSearch?
Why use OpenSearch?
· OpenSearch Setup with Docker
· Getting Started
Spring Data for OpenSearch
Configuring OpenSearch in Spring Boot
Document Object Mapping
OpenSearch Repositories
Service Layer
Book Controller
· Testing
· Conclusion
·…

--

--