Popularity
8.2
Growing
Activity
7.2
-
845
55
232

Programming language: Scala
License: Apache License 2.0
Tags: Database    
Latest version: v1.0.1

ReactiveMongo alternatives and similar packages

Based on the "Database" category.
Alternatively, view ReactiveMongo alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of ReactiveMongo or a related project?

Add another 'Database' Package

README

ReactiveMongo

ReactiveMongo is a scala driver that provides fully non-blocking and asynchronous I/O operations.

Usage

First add the dependencies in your build.sbt.

libraryDependencies ++= Seq(
  "org.reactivemongo" %% "reactivemongo" % "VERSION"
)

Maven Javadocs

See the documentation

Build manually

To benefit from the latest improvements and fixes, you may want to compile ReactiveMongo from source. You will need a Git client and SBT.

From the shell, first checkout the source:

$ git clone [email protected]:ReactiveMongo/ReactiveMongo.git

Then go to the ReactiveMongo directory and launch the SBT build console:

$ cd ReactiveMongo
$ sbt
> +publish-local

Running tests:

In order to execute the unit and integration tests, SBT can be used as follows.

sbt testOnly

The test environement must be able to handle the maximum number of incoming connection for the MongoDB instance. This must be checked, and eventually updated, using ulimit -n.

CircleCI Test coverage

Reproduce CI build:

To reproduce a CI build, see the [Docker](tools/docker/README.md) tools.

Learn More

See also the samples