This repository stores the code for the bridge project.
In the current status, the Manager, the Shard, the Ingress and the Executors are packaged in one single application that we call all-in-one
.
Pre-requisites Local development is supported on Unix or Mac environments. Windows is not supported.
You will need the following installed:
- Docker
- Docker-Compose
- Maven
The latest versions of these dependencies are fine.
Start docker-compose
by running from the root directory of this repository
docker-compose -f dev/docker-compose.yml up
and then
mvn clean install -DskipTests && mvn clean compile quarkus:dev -f runner/pom.xml
You can then access the Swagger-ui at http://localhost:8080/q/swagger-ui
A demonstration of the service is provided here.
See the specific documentation here