• Stars
    star
    584
  • Rank 76,554 (Top 2 %)
  • Language
    Java
  • License
    Apache License 2.0
  • Created almost 13 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Query in Java as in Mongo shell

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