Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bguerout/jongo

Query in Java as in Mongo shell
https://github.com/bguerout/jongo

Last synced: 3 months ago
JSON representation

Query in Java as in Mongo shell

Awesome Lists containing this project

README

        

Jongo logo

### Jongo, Query in Java as in Mongo shell

![ci](https://github.com/bguerout/jongo/actions/workflows/test.yml/badge.svg?branch=releases/1.5.x)
[![codecov](https://codecov.io/gh/bguerout/jongo/branch/master/graph/badge.svg?token=x5SRoEqidT)](https://codecov.io/gh/bguerout/jongo)

**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.

```xml

org.jongo
jongo
[1.5.0,)

```

Documentation available at jongo.org