This repository is part of the overarching eclipse-tractusx project. It contains the Backend for the Managed Service Orchestrator service.
It is a standalone service which can be self-hosted. It is prototype implementation for Service provider. This service will help service provider to set up DFT/SDE with EDC and EDC as service in service provider environment.
Application version: 1.5.6
Helm release version: 1.5.9
This application provides container images for demonstration purposes. The base image used, to build this demo application image is eclipse-temurin:17-jdk-alpine
Docker Notice for this application can be find below:
To update the DEPENDENCIES declarations, run:
mvn org.eclipse.dash:license-tool-plugin:license-check
Managed Service Orchestrator is a SpringBoot Java software project managed by Maven.
When running, the project requires a postgresql database to be available to connect to. Per default configuration the application expects postgres to run on localhost on port 5432.
You can find the standard credentials as well as further database configurations int the application.properties file in the resource folder.
- JDK18
- Postgres 15.4
- Docker
- kubeapps
- Helm chart for Package installation
- Clone the GitHub Repository - https://github.com/eclipse-tractusx/managed-service-orchestrator
- Get your instance of postgres running
- Setup your project environment to JDK 18
- Start the application from your IDE.
The scripts are in the folder: resources/flyway.
File naming: Vx__script_name.sql, where x is the version number.
When there is a need to change the last script, it is necessary to create a new script with the changes.
Link to flyway documentation: Documentation
Authentication for the backend is handled via an Keycloak. This can be set in the configuration file.
GitHub repository with correct version of the Eclipse DataSpace Connector Project: repository
Distributed under the Apache 2.0 License. See LICENSE for more information.
For contacting regarding the project see CONTACT