This is the Play Iteratees extension for the ReactiveMongo cursors.
The Play Iteratees library can work with streams of MongoDB documents.
The dependencies can be updated as follows in your project/Build.scala
:
val playVer = "2.3.10" // or greater
libraryDependencies ++= Seq(
"org.reactivemongo" %% "rectivemongo" % VERSION,
"org.reactivemongo" %% "reactivemongo-iteratees" % VERSION,
"com.typesafe.play" %% "play-iteratees" % playVer)
Java 1.8+ is required.
The developer guide is available online.
The API documentation is available online.