Fluent Operations

Learn how to customize queries using fluent operations.

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

Spring Data MongoDB offers this through ReactiveFluentMongoOperations, the Reactive Streams variant of FluentMongoOperations.

Get hands-on with 1200+ tech skills courses.