vert-x3 / vertx-mongo-client

Mongo Client for Eclipse Vert.x
http://vertx.io
Apache License 2.0
58 stars 98 forks source link
async java mongo non-blocking reactive vertx

= Mongo Client

image:https://github.com/vert-x3/vertx-mongo-client/actions/workflows/ci-5.x.yml/badge.svg["Build Status (5.x)",link="https://github.com/vert-x3/vertx-mongo-client/actions/workflows/ci-5.x.yml"] image:https://github.com/vert-x3/vertx-mongo-client/actions/workflows/ci-4.x.yml/badge.svg["Build Status (4.x)",link="https://github.com/vert-x3/vertx-mongo-client/actions/workflows/ci-4.x.yml"]

An asynchronous client for interacting with a MongoDB database

Please see the main documentation on the web-site for a full description:

The following docker CLI can be used for running mongo tests:

docker run --rm --name vertx-mongo -p 27017:27017 mongo