- Getting Started
- Installation Guide
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.
You can also download the jars
directly
from sonatype.
Note:
<dependencies>
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-reactivestreams</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
mongodb-driver-reactivestreams
requires the following dependencies:
reactive-streams
,
bson
,
mongodb-driver-core
and
mongodb-driver-async
.
On this page