Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Sqlfiddle3 | 245 | 2 years ago | 10 | mit | JavaScript | |||||
New version based on vert.x and docker | ||||||||||
Quarkus Sandbox | 58 | 6 days ago | gpl-3.0 | HTML | ||||||
Quarkus playground | ||||||||||
Vxms | 31 | a year ago | 7 | March 07, 2018 | 9 | apache-2.0 | Java | |||
vxms is a Vert.x based micro service framework | ||||||||||
Kube_vertx_demo | 23 | 7 years ago | apache-2.0 | Java | ||||||
A Kubernetes, Vert.x/Hazelcast/vxms demo | ||||||||||
Demo Vertx Kotlin Rxjava2 Kubernetes | 21 | 6 years ago | apache-2.0 | Kotlin | ||||||
Demonstration of Eclipse Vert.x, Kotlin, RxJava2 and Kubernetes | ||||||||||
Buildpal Platform | 18 | 3 years ago | Java | |||||||
A docker/k8s native light-weight CI/CD tool | ||||||||||
Rhte Demo | 15 | 3 years ago | Java | |||||||
Reactica, a thrilling roller coaster ride through another dimension featuring Red Hat Reactive Technologies | ||||||||||
Vertx Openshift S2i | 8 | 5 years ago | 1 | apache-2.0 | Shell | |||||
Vert.x OpenShift Source To Image | ||||||||||
Conf Schedule | 7 | 5 years ago | apache-2.0 | Java | ||||||
Schedule of various Eclipse Vert.x conferences across the world | ||||||||||
Sample Vertx Kubernetes | 7 | 7 days ago | 1 | Java | ||||||
Implementation of sample microservices using Vert.x and deploying them on minishift (openshift) |
This repository contains several reactive services to be deployed in Kubernetes.
The kubernetes folder contains resource descriptors and notes for Kubernetes and minikube
.
Building all services should be as simple as:
./gradlew assemble
While developing a Vert.x service you can have live-reload, as in:
./gradlew :temperature-gateway:vertxRun
The following assumes a local testing environment with minikube
.
Building all Docker images and creating Kubernetes resources can then be done using:
./deploy-to-kube.sh
...or calling the Gradle task that delegates to this script:
./gradlew deployToKube
If you are not deploying to minikube
:
Dockerfile
files, andThis was originally written by Julien Ponge and is distributed under the terms of the Apache License Version 2.0
Copyright 2018 Julien Ponge
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Contributions are welcome, please use GitHub pull requests!