Search⌘ K
AI Features

Fluent Operations

Explore how to use Spring Data MongoDB's fluent APIs to create efficient and readable reactive queries. Understand chaining operations for MongoDB in a reactive Spring Boot environment and test your search functionality using fluent examples.

We'll cover the following...

Fluent operations are yet another way to fashion MongoDB queries.

Fluent APIs

Fluent APIs have grown in popularity over the past ten years. The idea is to offer various operations through a chain. The idea is that as we pick an operation, it leads us down the path of acceptable operations.

MongoDB’s fluent APIs

...