/product-edc

Repository for Catena-X specific eclipse dataspace connector apps

Primary LanguageJavaApache License 2.0Apache-2.0

Catena-X specific edc apps

This project provides pre-built Control-Plane and Data-Plane docker images and helm charts of the Eclipse DataSpaceConnector Project.

Inventory

The eclipse data space connector is split up into Control-Plane and Data-Plane, whereas the Control-Plane functions as administration layer and has responsibility of resource management, contract negotiation and administer data transfer. The Data-Plane does the heavy lifting of transferring and receiving data streams.

Depending on your environment there are different derivatives of the control-plane prepared:

Derivatives of the Data-Plane can be found here

Prerequisites

EDC artifacts

Since the EDC does not yet publish artifacts to a maven repository, which this project relies on, it needs to be built upfront to be used:

git submodule update --init
cd edc && ./gradlew publishToMavenLocal

Build

./mvnw package -Pwith-docker-image

Releases

Milestone 3

The Catena-X milestone 3 release can be found in the release/0.0.1 branch. You can download the container image from our repository.

docker pull ghcr.io/catenax-ng/product-edc/edc-controlplane-postgresql:0.0.1