This project contains utils for working with MongoDB
Build the project with maven:
mvn package
Or get the artifacts from maven central
A wrapper around the MongoDB java driver which allows the following:
See the tests for examples
Note! The tests require a mongodb master running on port 27017 and a replica-set on ports 27018-27020. The integration-test will be updated with a mongodb-maven plugin shortly to support this.