Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.18 KB

README.md

File metadata and controls

28 lines (17 loc) · 1.18 KB

Iteratees for ReactiveMongo

This is the Play Iteratees extension for the ReactiveMongo cursors.

Usage

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)

Maven Javadocs

Java 1.8+ is required.

Documentation

The developer guide is available online.

The API documentation is available online.