Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vert-x3/vertx-mongo-client
Mongo Client for Eclipse Vert.x
https://github.com/vert-x3/vertx-mongo-client
async java mongo non-blocking reactive vertx
Last synced: 7 days ago
JSON representation
Mongo Client for Eclipse Vert.x
- Host: GitHub
- URL: https://github.com/vert-x3/vertx-mongo-client
- Owner: vert-x3
- License: apache-2.0
- Created: 2014-12-03T10:49:50.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-12-11T08:12:24.000Z (23 days ago)
- Last Synced: 2024-12-20T19:06:29.393Z (14 days ago)
- Topics: async, java, mongo, non-blocking, reactive, vertx
- Language: Java
- Homepage: http://vertx.io
- Size: 1.7 MB
- Stars: 60
- Watchers: 26
- Forks: 98
- Open Issues: 24
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE.txt
Awesome Lists containing this project
- vertx-awesome - MongoDB - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - An asynchronous client for interacting with a MongoDB database. (Database Clients)
README
= 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:
* 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
```