Installation

The recommended way to get started using the driver in your project is with a dependency management system.

MongoDB Reactive Streams Driver

The Reactive Streams implementation for asynchronous stream processing with non-blocking back pressure.


<dependencies>
    <dependency>
        <groupId>org.mongodb</groupId>
        <artifactId>mongodb-driver-reactivestreams</artifactId>
        <version>1.4.0</version>
    </dependency>
</dependencies>

You can also download the jars directly from sonatype.

Note: mongodb-driver-reactivestreams requires the following dependencies: reactive-streams, bson, mongodb-driver-core and mongodb-driver-async.