This project provides pre-built Control-Plane and Data-Plane docker images and helm charts of the Eclipse DataSpaceConnector Project.
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
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
./mvnw package -Pwith-docker-image
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