docker run --rm --name vertx-mongo -p 27017:27017 mongo
Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Vertx In Action | 130 | 2 years ago | 3 | mit | Java | |||||
Examples for the Manning "Vert.x in Action" book | ||||||||||
Vertx Swagger | 86 | 2 years ago | 7 | February 17, 2018 | apache-2.0 | Java | ||||
Swagger integration in Eclipse Vert.X world. A dynamic Vert.X router, configured with a swagger file and a swagger-codegen plugin to generate a server stub. | ||||||||||
Vertx Musicstore | 64 | 6 months ago | apache-2.0 | Java | ||||||
A demo Music Store with Eclipse Vert.x and RxJava3 | ||||||||||
Vertx Mongo Client | 54 | 2 months ago | 33 | apache-2.0 | Java | |||||
Mongo Client for Eclipse Vert.x | ||||||||||
Elasticsearch Client | 38 | 1 | 2 years ago | 12 | December 15, 2020 | 3 | apache-2.0 | Java | ||
This client exposes the Elasticsearch Java High Level REST Client for Eclipse Vert.x applications. | ||||||||||
Demo Vertx Kotlin Rxjava2 Kubernetes | 21 | 5 years ago | apache-2.0 | Kotlin | ||||||
Demonstration of Eclipse Vert.x, Kotlin, RxJava2 and Kubernetes | ||||||||||
Vertx Go Tcp Eventbus Bridge | 19 | 5 years ago | apache-2.0 | Go | ||||||
A Go Client for the Eclipse Vert.x TCP EventBus Bridge | ||||||||||
Vertx Vue Oauth2 | 11 | 5 years ago | JavaScript | |||||||
example how to use vertx with Google OAuth2 | ||||||||||
Boiler Vroom | 11 | 5 years ago | apache-2.0 | JavaScript | ||||||
Fun is fun, powered by Vert.x. | ||||||||||
Various Vertx Demos | 11 | a year ago | 1 | apache-2.0 | Java | |||||
A set of demos using Eclipse Vert.x |
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