Reactive Scala Driver for MongoDB

Asynchronous & Non-Blocking

ReactiveMongo 0.11.14

The dependency can be added in your SBT project as following: "org.reactivemongo" %% "reactivemongo" % "0.11.14"

Maven Central

MongoDB versions older than 2.6 are not longer supported by ReactiveMongo, as the End of Life for MongoDB 2.4 was reached in April 2015.

Play Framework

The documentation of the module for the Play Framework can is available online.

The API for this module can be browsed online.

The API for the standalone JSON serialization is also available.

Tutorials

BSON Manipulation

  1. Overview of the ReactiveMongo BSON library
  2. Readers & writers

JSON Manipulation

Overview of the Play JSON library

Advanced Topics

Samples

These sample applications are kept up to date with the latest driver version. They are built upon Play Framework.

References:

Suggest changes