Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 2.29 KB

README.md

File metadata and controls

54 lines (37 loc) · 2.29 KB

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.4 branch.

https://github.com/catenax-ng/product-edc/releases/tag/0.0.4