Top "Mongo-java" questions

Play! 2 Framework - Add Java Mongo driver

I am trying to use the java mongo driver with Play!. So I read though: http://www.playframework.org/documentation/2.0.2/…

java mongodb playframework dependencies mongo-java
Mongodb Logs shows too many connections open

Why does mongodb logs show too many opened connections? It's showing me more than the maximum connection limit and number …

mongodb mongo-java
$elemMatch dosen't work after $unwind in MongoDB Aggregation Framework

I have a collection of the following data: { "_id" : ObjectId("51f1fcc08188d3117c6da351"), "cust_id" : "abc123", "ord_date" : …

mongodb aggregation-framework mongo-java