Skip to content

sharathshivprasad/tx-autosetup-backend

 
 

Repository files navigation

Auto setup Service

Description

This repository is part of the overarching eclipse-tractusx project. It contains the Backend for the autoset up 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.

Software Version

Application version: 1.2.0
Helm release version: 1.2.0
For installation guide:

INSTALL.md

How to run

Auto setup 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.

Prerequisites

  • JDK18
  • Postgres 13.2
  • Docker
  • kubeapps
  • Helm chart for Package installation

Steps

  1. Clone the GitHub Repository - https://github.com/eclipse-tractusx/autosetup-backend
  2. Get your instance of postgres running.
  3. Setup your project environment to JDK 18
  4. Start the application from your IDE.

Database

Flyway

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

API authentication

Authentication for the backend is handled via an Keycloak. This can be set in the configuration file.

EDC

GitHub repository with correct version of the Eclipse DataSpace Connector Project: repository

Licenses

Apache 2.0 (https://www.apache.org/licenses/LICENSE-2.0)

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 97.4%
  • HTML 1.4%
  • Other 1.2%