Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bguerout/jongo
- Owner: bguerout
- License: apache-2.0
- Created: 2011-12-20T13:24:03.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2024-07-27T11:16:38.000Z (6 months ago)
- Last Synced: 2024-08-01T17:22:54.304Z (6 months ago)
- Language: Java
- Homepage: http://jongo.org
- Size: 2.9 MB
- Stars: 582
- Watchers: 45
- Forks: 148
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-mongodb - Jongo - Query in Java as in Mongo shell (Libraries / Java)
- awesome-mongodb - Jongo - Query in Java as in Mongo shell (Libraries / Java)
README
### 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