Last Updated: February 25, 2016
·
1.629K
· tobiastrelle

Jongo - a new object/document mapper for MongoDB

Already heard of Jongo? It's a new, fast and lightweight object/document mapper for MongoDB:

http://jongo.org/

It's Java-based and only a thin layer on top of the MongoDB Java driver.

Basically, you can use JSON documents for queries as in the Mongo shell. The O/D mapping is based on Jackson, a very fast JSON de/serializer.

Give it a try. I will.