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.
<dependency>
<groupId>com.github.berkesa</groupId>
<artifactId>moleculer-java-mongo</artifactId>
<version>2.0.0</version>
</dependency>MongoDB Client for Moleculer is available under the MIT license.

