Skip to content
skratchdot edited this page Feb 1, 2013 · 5 revisions

MongoDB Async Driver

MongoAsync is a Scala driver that provides fully non-blocking and asynchronous I/O operations for MongoDB.

It aims to provide an easy way to build heavy scalable, streaming capable MongoDB-based applications.

Documentation

  1. Foreword
  2. Driver Features
  3. Step by Step Introduction Example
  4. Replica Set Support
  5. Authentication
  6. Commands
  7. Streaming MongoDB Data: Iteratees and Enumerators
  8. GridFS

Additional Documentation and Resources

  1. ReactiveMongo Homepage
  2. API
  3. Play's Iteratee library documentation
  4. Akka Futures
  5. Detailed Examples

Community

  1. ReactiveMongo Google Group
  2. PlayFramework Google Group
Clone this wiki locally