Building a Kotlin App with Spring Boot and MongoDB Search
In this tutorial, we will learn to build an application in Kotlin that utilizes full-text search in a database containing thousands of …

Ricardo Mello
1,426 viewsIn this tutorial, we will learn to build an application in Kotlin that utilizes full-text search in a database containing thousands of …

Tim Kelly
1,028 viewsSpring Session MongoDB is a library that enables Spring applications to store and manage HTTP session data in MongoDB rather than relying on …

Luke Thompson
1,587 viewsThis is going to be a fun, practical tutorial demonstrating how to build a Java faceted full-text search API (like the ones powering sites …

Erik Hatcher
1,513 viewsFull-text search powers all of our digital lives — googling for this and that; asking Siri where to find a tasty, nearby dinner; shopping at …

Arthur Ribeiro
2,043 viewsThis tutorial walks you through both approaches — embedded documents and references — using plain Java POJOs and the MongoDB Java Sync …

Farhan Hasin Chowdhury
3,293 viewsIn this article, you will build a product catalog with orders. Products have names, prices, and stock quantities. Orders reference products …

Matteo Rossi
1,909 viewsCreating Non-Blocking Streaming Endpoints for High-Throughput Applications

Diego Freniche Brito
2,158 viewsIn this post, we'll write a Java Spring Boot REST API backend application without any frontend, that will store flash cards and decks in …

Ravindar Karampuri
2,633 viewsIn the production environment, in a MongoDB Atlas database, a collection contains massive amounts of data stored, including aged and current …

Graeme Robinson
2,901 viewsReactive Java is well suited to modern streaming, event driven applications. In this article, we'll walk through an example of such an …