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

https://github.com/moleculer-java/moleculer-java-mongo

Non-blocking, Promise-based MongoDB Client for Moleculer Apps
https://github.com/moleculer-java/moleculer-java-mongo

java microservice microservices moleculer mongodb non-blocking promises

Last synced: 12 days ago
JSON representation

Non-blocking, Promise-based MongoDB Client for Moleculer Apps

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/moleculer-java/moleculer-java-mongo.svg?branch=master)](https://travis-ci.org/moleculer-java/moleculer-java-mongo)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/665929c4e1454da1b7db00053ede6e75)](https://www.codacy.com/manual/berkesa/moleculer-java-mongo?utm_source=github.com&utm_medium=referral&utm_content=moleculer-java/moleculer-java-mongo&utm_campaign=Badge_Grade)
[![codecov](https://codecov.io/gh/moleculer-java/moleculer-java-mongo/branch/master/graph/badge.svg)](https://codecov.io/gh/moleculer-java/moleculer-java-mongo)

## MongoDB Client API for Moleculer Framework

The "moleculer-java-mongo" is an asynchronous
[MongoDB](https://www.mongodb.com/)
client, specially designed for Java-based Moleculer Ecosystem.
The API can be conveniently used with the Spring Framework (but it works without Spring).

## Documentation

[![Documentation](https://raw.githubusercontent.com/moleculer-java/site/master/docs/docs-button.png)](https://moleculer-java.github.io/site/mongo-client.html)

## License

MongoDB Client for Moleculer is available under the [MIT license](https://tldrlegal.com/license/mit-license).