vertx-mongo-client icon indicating copy to clipboard operation
vertx-mongo-client copied to clipboard

Mongo Client for Eclipse Vert.x

= Mongo Client

image:https://github.com/vert-x3/vertx-mongo-client/workflows/CI/badge.svg?branch=master["Build Status", link="https://github.com/vert-x3/vertx-mongo-client/actions?query=workflow%3ACI"]

An asynchronous client for interacting with a MongoDB database

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

  • https://vertx.io/docs/vertx-mongo-client/java/[Java documentation]

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

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