bguerout / jongo

Query in Java as in Mongo shell
http://jongo.org
Apache License 2.0
584 stars 147 forks source link
Jongo logo

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 jongo.org