Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iris-events/iris-router
Websocket router to iris backend
https://github.com/iris-events/iris-router
java maven quarkus service
Last synced: 7 days ago
JSON representation
Websocket router to iris backend
- Host: GitHub
- URL: https://github.com/iris-events/iris-router
- Owner: iris-events
- License: apache-2.0
- Created: 2021-11-22T11:24:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T19:07:54.000Z (9 months ago)
- Last Synced: 2024-05-07T18:06:51.211Z (9 months ago)
- Topics: java, maven, quarkus, service
- Language: Java
- Homepage:
- Size: 439 KB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# IRIS Websocket router
This project uses Quarkus, the Supersonic Subatomic Java Framework.
## Running the application in dev mode
You can run your application in dev mode that enables live coding using:
```
./mvnw quarkus:dev
```## Running in Kubernetes on AWS
### Prerequisites
In order to run webhooks service in a K8s cluster the following prerequisites must be met:
1. Configmap with correct environment specific properties set:
```properties
RABBIT_HOST
RABBIT_USERNAME
```
2. Secrets map with correct environment specific property values:
```properties
RABBIT_PASSWORD
```