Skip to content

pibizza/sandbox

 
 

Repository files navigation

sandbox

Bridge - CD

This repository stores the code for the bridge project.

Running the all-in-one application locally

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

DEMO

A demonstration of the service is provided here.

How to deploy the platform service to a Kubernetes cluster

See the specific documentation here

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.6%
  • Python 1.4%