Java Faceted Full-Text Search API Using MongoDB Atlas Search
This is going to be a fun, practical tutorial demonstrating how to build a Java faceted full-text search API (like the ones powering sites …

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 …

Matteo Rossi
3,208 viewsIn this article, we will explore how to implement RBAC at the application level, using MongoDB to store user metadata and keeping the …

Mike LaSpina
2,017 viewsIn a recent design review, a customer was enriching new data as it came in. As the enrichment process was fairly complex, they ran into some …

Erik Hatcher
1,539 viewsWe need to code our way from the search box to our search index. Performing a search and rendering the results in a presentable fashion, …