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.



    
        org.mongodb
        mongodb-driver-reactivestreams
        1.6.0
    


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.