Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hantsy/vertx-sandbox
Eclipse Vertx playground
https://github.com/hantsy/vertx-sandbox
graphql kotlin kotlin-coroutines reactive-streams rxjava2 rxjava3 vertx-pg-client vertx-web vertx4
Last synced: 19 days ago
JSON representation
Eclipse Vertx playground
- Host: GitHub
- URL: https://github.com/hantsy/vertx-sandbox
- Owner: hantsy
- License: gpl-3.0
- Created: 2020-12-10T11:48:17.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-22T02:15:08.000Z (24 days ago)
- Last Synced: 2024-10-23T03:20:06.217Z (23 days ago)
- Topics: graphql, kotlin, kotlin-coroutines, reactive-streams, rxjava2, rxjava3, vertx-pg-client, vertx-web, vertx4
- Language: Java
- Homepage: https://hantsy.github.io/vertx-sandbox/
- Size: 1.36 MB
- Stars: 37
- Watchers: 3
- Forks: 21
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vertx Sandbox
Eclipse Vertx playgroud
## Notes
Read it online: [https://hantsy.github.io/vertx-sandbox/](https://hantsy.github.io/vertx-sandbox/)
## Sample Codes
| name | description |
| :----------------------------------------------------------- | ------------------------------------------------------------ |
| [post-service](https://github.com/hantsy/vertx-sandbox/tree/master/post-service)| Simple CRUD RESTful APIs with PgClient example|
| [post-service-spring](https://github.com/hantsy/vertx-sandbox/tree/master/post-service-spring)| Spring intergration example|
| [post-service-cdi](https://github.com/hantsy/vertx-sandbox/tree/master/post-service-cdi)| Weld/CDI intergration example|
| [rxjava2](https://github.com/hantsy/vertx-sandbox/tree/master/rxjava2)| Simple CRUD RESTful APIs example but using RxJava2|
| [rxjava3](https://github.com/hantsy/vertx-sandbox/tree/master/rxjava3)| Simple CRUD RESTful APIs example but using RxJava3|
| [mutiny-spring-hibernate](https://github.com/hantsy/vertx-sandbox/tree/master/mutiny-spring-hibernate)| Simple CRUD RESTful APIs example with SmallRye Mutiny bindings, Spring and Hibernate Reactive|
| [kotlin](https://github.com/hantsy/vertx-sandbox/tree/master/kotlin)| Simple CRUD RESTful APIs example written in Kotlin|
| [kotlin-co](https://github.com/hantsy/vertx-sandbox/tree/master/kotlin-co)| Simple CRUD RESTful APIs example written in Kotlin Coroutines|
| [graphql](https://github.com/hantsy/vertx-sandbox/tree/master/graphql)| Simple GraphQL API exmaple|
| [graphql-webclient](https://github.com/hantsy/vertx-sandbox/tree/master/graphql-webclient)| Simple Vertx WebCleint example consuming GraphQL API |
| [graphql-transport-ws](https://github.com/hantsy/vertx-sandbox/tree/master/graphql-transport-ws)| GraphQL example using [GraphQL over WebSocket](https://github.com/enisdenjo/graphql-ws) protocol |## Reference
* [Vertx Documentation](https://vertx.io/docs/)
* [Building Reactive Microservices in Java](https://developers.redhat.com/promotions/building-reactive-microservices-in-java)