https://github.com/karesti/cute-names
Simple example of using vert.x and infinispan for a REST API and PUSH API
https://github.com/karesti/cute-names
howto-tutorial infinispan java openshift react vertx
Last synced: 12 months ago
JSON representation
Simple example of using vert.x and infinispan for a REST API and PUSH API
- Host: GitHub
- URL: https://github.com/karesti/cute-names
- Owner: karesti
- Created: 2017-11-28T14:36:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-08T14:57:27.000Z (over 8 years ago)
- Last Synced: 2025-02-10T09:44:25.191Z (about 1 year ago)
- Topics: howto-tutorial, infinispan, java, openshift, react, vertx
- Language: Java
- Homepage:
- Size: 33.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a simple example on how to build and deploy your first vert.x application.
- REST API
- SockJS API
## Running locally
- Download Infinispan server and unzip
- Start Infinispan Standalone Server `./infinispan-server/bin/standalone.sh`
### REST API
### SockJS bridge R
## Running the Node application
- `cd cute-react`
- run `npm install`
- run `npm start`
- Go to `http://localhost:9000/`
## Deploying the solution on Openshift
- Docker version 1.13.1. Above versions are not guaranteed to be fully working on openshift
- OpenShift Client 3.6
- Kubernetes 1.6
- Kubetail 1.2.1
Docker daemon has to be running !
- Start Openshift cluster with the service catalog `./bin/start-openshift.sh`
- Start Infinispan cluster `./bin/start-infinispan.sh`
- Deploy the verticles `mvn fabric8:deploy`