Demo application that shows how to get started with spring boot 3 and mongodb reactive.
- Spring boot 3
- Kotlin 1.9
- Kotlin Coroutines 1.8
- Project Reactor
- Spring Data MongoDB Reactive
- Project reactor with
ReactiveMongoRepository
- Examples using
Mono
andFlux
operators
- Examples using
- Kotlin coroutines with
CoroutineCrudRepository
- Examples using
suspendable
functions andFlow
- Examples using
This repo also contains examples of ReactiveBulkOperations
usage, to perform bulk operations on a MongoDB collection.