Home

Awesome

<img src="https://github.com/bguerout/jongo/raw/gh-pages/assets/img/jongo_big.png" alt="Jongo logo" title="Jongo" align="right"/>

Jongo, Query in Java as in Mongo shell

ci codecov

Faithful spirit, Mongo query language isn't available in Java, Jongo fixes that. Copy/paste your queries to string.

Object oriented, Save & find objects into & from collections. Use embedded Jackson marshalling or your own.

Wood solid, As fast as Mongo Java driver. Open source, fully tested & made of rock solid libraries.

<dependency>
    <groupId>org.jongo</groupId>
    <artifactId>jongo</artifactId>
    <version>[1.5.0,)</version>
</dependency>

Documentation available at <a href="http://www.jongo.org/">jongo.org</a>