Top "Casbah" questions

Casbah integrates a Scala toolkit layer on top of the official MongoDB Java driver.

Get a count of total documents with MongoDB when using limit

I am interested in optimizing a "pagination" solution I'm working on with MongoDB. My problem is straight forward. I usually …

mongodb pagination mongodb-query aggregation-framework casbah
How to upsert document in MongoDB Java driver 3

what is the idiomatic way to upsert a document using version 3 of the mongodb java driver (specifically v3.0.1)? We have …

java mongodb scala mongodb-java casbah
mongodbimport Failure - FailedToParse: Expecting '{': offset:0

I tried to import a 7.4 MB JSON file via ... mongoimport -d mongoimport -c test --file jsonTest.json But I saw …

json mongodb arrays casbah mongoimport
HOW TO Find by Object ID on MongoDB with Casbah?

I'm trying to write a query to find by Object ID with Casbah, it seems trivial but ... I don't find. …

scala mongodb casbah
How to clear/drop/empty a MongoDb collection with Casbah

I started using MongoDb in Scala via Casbah but cannot find on the Casbah documentation / google the way to drop …

scala mongodb casbah
how to cast a Mongo BasicDBList to an immutable scala list

I have a BasicDBList that has been persisted into the database. I am now reading the data and trying to …

scala mongodb casbah