All Projects → vert-x3 → vertx-mongo-client

vert-x3 / vertx-mongo-client

Licence: Apache-2.0 license
Mongo Client for Eclipse Vert.x

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to vertx-mongo-client

Aws Sdk
Using vertx-client for AWS SDK v2
Stars: ✭ 38 (-29.63%)
Mutual labels:  reactive, vertx, non-blocking
Vertx Sql Client
High performance reactive SQL Client written in Java
Stars: ✭ 690 (+1177.78%)
Mutual labels:  reactive, vertx, non-blocking
Vert.x
Vert.x is a tool-kit for building reactive applications on the JVM
Stars: ✭ 12,544 (+23129.63%)
Mutual labels:  reactive, vertx, non-blocking
vertx-tracing
Vertx integration with tracing libraries
Stars: ✭ 21 (-61.11%)
Mutual labels:  reactive, vertx, non-blocking
Vertx Web
HTTP web applications for Vert.x
Stars: ✭ 853 (+1479.63%)
Mutual labels:  reactive, vertx
Kvision
Object oriented web framework for Kotlin/JS
Stars: ✭ 658 (+1118.52%)
Mutual labels:  reactive, vertx
Vertx Mqtt
Vert.x MQTT
Stars: ✭ 117 (+116.67%)
Mutual labels:  reactive, vertx
Vertx Auth
Stars: ✭ 122 (+125.93%)
Mutual labels:  reactive, vertx
Vertx Jooq
A jOOQ-CodeGenerator to create vertx-ified DAOs and POJOs.
Stars: ✭ 299 (+453.7%)
Mutual labels:  reactive, vertx
Advanced Vertx Guide
A gentle guide for advanced Vert.x users
Stars: ✭ 118 (+118.52%)
Mutual labels:  reactive, vertx
R2dbc Mssql
R2DBC Driver for Microsoft SQL Server using TDS (Tabular Data Stream) Protocol
Stars: ✭ 128 (+137.04%)
Mutual labels:  reactive, non-blocking
Vertx Guide For Java Devs
Vert.x 3 guide for Java developers
Stars: ✭ 500 (+825.93%)
Mutual labels:  reactive, vertx
Hibernate Reactive
A reactive API for Hibernate ORM, supporting non-blocking database drivers and a reactive style of interaction with the database.
Stars: ✭ 167 (+209.26%)
Mutual labels:  reactive, vertx
IntroduceToEclicpseVert.x
This repository contains the code of Vert.x examples contained in my articles published on platforms such as kodcu.com, medium, dzone. How to run each example is described in its readme file.
Stars: ✭ 27 (-50%)
Mutual labels:  vertx, non-blocking
R2dbc Mysql
R2DBC MySQL Implementation
Stars: ✭ 417 (+672.22%)
Mutual labels:  reactive, non-blocking
Knotx
Knot.x is a highly-efficient and scalable integration framework designed to build backend APIs
Stars: ✭ 119 (+120.37%)
Mutual labels:  reactive, vertx
vertx-codegen
Vert.x code generator for asynchronous polyglot APIs
Stars: ✭ 95 (+75.93%)
Mutual labels:  reactive, vertx
Vertx Examples
Vert.x examples
Stars: ✭ 3,202 (+5829.63%)
Mutual labels:  reactive, vertx
Vertx In Action
Examples for the Manning "Vert.x in Action" book
Stars: ✭ 134 (+148.15%)
Mutual labels:  reactive, vertx
reactiverse
The Reactiverse main entry point
Stars: ✭ 26 (-51.85%)
Mutual labels:  reactive, vertx

Mongo Client

Build Status

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].