Building a Kotlin App with Spring Boot and Atlas Search: A Complete Guide
Rate this video
✅ Written Guide → https://mdb.link/b0dkQYcvBkQ-written
✅ GitHub Project → https://github.com/mongodb-developer/kotlin-driver-atlas-search
-
In this video, we’ll dive into building a robust application using Kotlin and Spring Boot, with advanced search capabilities integrated via Atlas Search. We’ll cover the following topics:
Creating an Atlas Search Index: A step-by-step guide to setting up and optimizing your search index for efficient querying.
Developing the Application in Kotlin: Building a practical application using Kotlin and Spring Boot and Setting up communication between your Kotlin application and MongoDB for seamless integration.
If you're interested in learning how to combine modern technologies to create powerful and scalable solutions, this video is for you! Don't forget to subscribe and hit the notification bell for more content like this.
0:00 - Introduction
01:08 - Demonstration
03:28 - Load Dataset
04:16 - Creating Atlas Search Index
04:58 - Testing Index in MongoDB Compass
08:00 - Creating the Kotlin Project
08:50- Establishing MongoDB Connection
10:45 - Creating AirbnbRepository class
16:27 - Creating Entities
17:35 - Creating the RestController class
18:59 - Creating the Service
20:30 - Running the Application
22:00 - Conclusion