update lists
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Awesome Vert.x [](https://github.com/sindresorhus/awesome)
|
||||
|
||||
[<img src="vertx-logo.svg" align="right" width="250">](http://vertx.io)
|
||||
[<img src="vertx-logo.svg" align="right" width="250" alt="Vert.x logo">](http://vertx.io)
|
||||
|
||||
*Awesome Vert.x* is a list of awesome frameworks, libraries or other components related to
|
||||
[Vert.x](https://github.com/eclipse/vert.x).
|
||||
@@ -40,6 +40,7 @@ next to it. This icon means the component is part of the official
|
||||
* [Examples](#examples)
|
||||
* [Deployment](#deployment)
|
||||
* [Utilities](#utilities)
|
||||
* [Articles](#articles)
|
||||
* [Front-End](#front-end)
|
||||
|
||||
## Books
|
||||
@@ -56,7 +57,7 @@ next to it. This icon means the component is part of the official
|
||||
## Web Frameworks
|
||||
|
||||
* [Vert.x Web](https://github.com/vert-x3/vertx-web) <img src="vertx-favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - Full featured web toolkit for Vert.x.
|
||||
* [Vert.x Jersey](https://github.com/englishtown/vertx-jersey) - Create JAX-RS [Jersey](https://jersey.java.net/) resources in Vert.x.
|
||||
* [Vert.x Jersey](https://github.com/englishtown/vertx-jersey) - Create JAX-RS [Jersey](https://eclipse-ee4j.github.io/jersey/) resources in Vert.x.
|
||||
* [Kovert](https://github.com/kohesive/kovert) - Invisible REST framework for Kotlin + Vert.x Web.
|
||||
* [Handlers](https://github.com/spriet2000/vertx-handlers-http) - Open web framework for Vert.x.
|
||||
* [QBit](https://github.com/advantageous/qbit) - REST and WebSocket method call marshaling and reactive library.
|
||||
@@ -96,6 +97,7 @@ next to it. This icon means the component is part of the official
|
||||
* [database](https://github.com/susom/database) - Client for Oracle, PostgreSQL, SQL Server, HyperSQL, etc. designed for security, correctness, and ease of use.
|
||||
* [jOOQ](https://github.com/jklingsporn/vertx-jooq) - Doing typesafe, asynchronous SQL and generate code using jOOQ.
|
||||
* [jOOQx](https://github.com/zero88/jooqx) - Leverages the power of typesafe SQL from `jOOQ DSL` and uses the reactive and non-blocking SQL driver from Vert.x.
|
||||
* [Exposed Vert.x SQL Client](https://github.com/huanshankeji/exposed-vertx-sql-client) - Kotlin's [Exposed](https://github.com/JetBrains/Exposed) on top of [Vert.x Reactive SQL Client](https://github.com/eclipse-vertx/vertx-sql-client).
|
||||
|
||||
* NoSQL Databases
|
||||
* [MongoDB](https://github.com/vert-x3/vertx-mongo-client) <img src="vertx-favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - An asynchronous client for interacting with a MongoDB database.
|
||||
@@ -108,7 +110,7 @@ next to it. This icon means the component is part of the official
|
||||
* [SirixDB](https://github.com/sirixdb/sirix/tree/master/bundles/sirix-rest-api) - Non-blocking SirixDB HTTP-server.
|
||||
* [DGraph](https://github.com/aesteve/vertx-dgraph-client) - An example on how to build a Vert.x gRPC compliant client. Here targeting [dgraph](https://dgraph.io)
|
||||
* [RxFirestore](https://github.com/pjgg/rxfirestore) - Non-blocking Firestore SDK written in a reactive way.
|
||||
* [MongoDB](https://github.com/imrafaelmerino/vertx-mongodb-effect) - Pure functional and reactive MongoDB client on top of [Vert.x Effect](https://github.com/imrafaelmerino/vertx-mongodb-effect). Full support for retry, fallback and recovery operations.
|
||||
* [MongoDB](https://github.com/imrafaelmerino/vertx-mongo-effect) - Pure functional and reactive MongoDB client on top of [Vert.x Effect](https://github.com/imrafaelmerino/vertx-mongo-effect). Full support for retry, fallback and recovery operations.
|
||||
* [Aerospike](https://github.com/dream11/vertx-aerospike-client) - Asynchronous and non-blocking API to interact with Aerospike server. Uses [AerospikeClient's](https://github.com/aerospike/aerospike-client-java) async commands internally and handles the result on the Vert.x Context.
|
||||
|
||||
* [vertx-pojo-mapper](https://github.com/BraintagsGmbH/vertx-pojo-mapper) - Non-blocking POJO mapping for MySQL and MongoDB.
|
||||
@@ -140,7 +142,7 @@ next to it. This icon means the component is part of the official
|
||||
* [SaltStack](https://github.com/cinterloper/vertx-salt) - A bi-directional bridge between the SaltStack event system and the Vert.x event bus.
|
||||
* [STOMP](https://github.com/vert-x3/vertx-stomp) <img src="vertx-favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - A Kafka client and server.
|
||||
* [ZeroMQ](https://github.com/dano/vertx-zeromq) - ZeroMQ Event Bus bridge.
|
||||
* [Azure ServiceBus](https://github.com/TextBack/vertx-azure-servicebus) - Azure [ServiceBus](https://azure.microsoft.com/en-us/services/service-bus/) producer and consumer (fully async, doesn't use Microsoft Azure SDK).
|
||||
* [Azure ServiceBus](https://github.com/TextBack/vertx-azure-servicebus) - Azure [ServiceBus](https://azure.microsoft.com/en-us/products/service-bus/) producer and consumer (fully async, doesn't use Microsoft Azure SDK).
|
||||
* [AMQP 1.0 - Kafka bridge](https://github.com/rhiot/amqp-kafka-bridge) - Bridge for sending/receiving messages to/from Apache Kafka using the AMQP 1.0 protocol.
|
||||
* [Vert.x Kafka Client](https://github.com/vert-x3/vertx-kafka-client) <img src="vertx-favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - Apache Kafka client for reading and sending messages from/to an Apache Kafka cluster.
|
||||
* [The White Rabbit](https://github.com/viartemev/the-white-rabbit) - An asynchronous RabbitMQ (AMQP) client based on Kotlin coroutines.
|
||||
@@ -391,7 +393,8 @@ next to it. This icon means the component is part of the official
|
||||
|
||||
## Articles
|
||||
|
||||
* [Going reactive with Eclipse Vert.x and RX Java](https://blogs.oracle.com/javamagazine/going-reactive-with-eclipse-vertx-and-rxjava)
|
||||
* [Embracing Reactive Applications on JVM: a Deep Dive into Modern I/O Models and Vert.x](https://www.infoq.com/articles/reactive-java-vertx-deep-dive/)
|
||||
* [Going reactive with Eclipse Vert.x and RX Java](https://blogs.oracle.com/javamagazine/post/going-reactive-with-eclipse-vertx-and-rxjava)
|
||||
* [Vert.x 3.3.0 Features Enhanced Networking Microservices, Testing and More](https://www.infoq.com/news/2016/06/Vert.x-3.3.0-release-features)
|
||||
* [Interview with Tim Fox About Vert.x 3, the Original Reactive, Microservice Toolkit for the JVM](http://www.infoq.com/articles/vertx-3-tim-fox)
|
||||
|
||||
@@ -406,3 +409,6 @@ next to it. This icon means the component is part of the official
|
||||
## Contribute
|
||||
|
||||
Contributions welcome! Read the [contribution guidelines](CONTRIBUTING.md) first.
|
||||
|
||||
[vertx.md Github](https://github.com/vert-x3/vertx-awesome
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user