Getting Started
Understand the execution model based on MongoExecutionContext of version 1.0.0, and start with the necessary paths for direct Driver configuration or Spring Data MongoDB integration.
Before you start
The core of version 1.0.0 is not a wrapper for Spring Data MongoDB. MongoExecutionContext provides the boundary for Mongo execution environment and entity mapping, while the default implementation DriverMongoExecutionContext directly uses the MongoDB Reactive Streams Driver.