cckmit / gridcapa-rao-runner

Application that embeds a search tree to launch RAO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Actions Status Coverage Status Quality Gate MPL-2.0 License Join the community on Spectrum

gridcapa-rao-runner

Server based on spring-boot dedicated to launch rao computations for one timestamp

Requirements

In order to build gridcapa-rao-runner-app, you need the following environment available:

  • Install JDK (11)
  • Install Maven latest version
  • Install Docker (optional)
  • Install Docker Compose (optional)

Launch required applications

You need the following service in order to launch the application:

  • RabbitMQ server as message brocker
  • MinIO server as file storage system

You can either launch them locally on your computer or use a pre-compiled docker container.

Use a pre-compiled docker container:

To launch required containers (minio and rabbit-mq), on the root of this project run the following command:

docker-compose up 

To stop it use:

docker-compose down 
Or install and launch locally the required servers:

About

Application that embeds a search tree to launch RAO

License:Mozilla Public License 2.0


Languages

Language:Java 99.8%Language:Dockerfile 0.2%