The latest MongoDB Reactive Streams Java Driver documentation has been merged with the Java Driver.
The latest documentation is available from: http://mongodb.github.io/mongo-java-driver/.
Introduction
The official MongoDB Reactive Streams Java Driver,
providing asynchronous stream processing with non-blocking back pressure for MongoDB.
Fully implements the Reactive Streams API for providing interop with other
reactive streams within the JVM ecosystem.
Quick Start
The recommended way to get started is with a dependency management system.
Select the version and dependency management system below and the snippet can be copied and pasted into your build.
Alternatively, head over to our documentation to learn more about getting started with Java, Reactive Streams, and MongoDB.
Learn everything you need to know to get started building a MongoDB-based app. From basic installation, JSON, schema design, querying, insertion of data, indexing and working with the Java driver.