Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 916 Bytes

File metadata and controls

27 lines (19 loc) · 916 Bytes

MongoDB Client API for Moleculer Framework

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

Requires JDK 17. Built on the official MongoDB Reactive Streams Driver 5.x.

Documentation

Documentation

Download

<dependency>
    <groupId>com.github.berkesa</groupId>
    <artifactId>moleculer-java-mongo</artifactId>
    <version>2.1.0</version>
</dependency>

License

MongoDB Client for Moleculer is available under the MIT license.