Skip to content

Repository for Catena-X specific eclipse dataspace connector apps

License

Notifications You must be signed in to change notification settings

mkanal/product-edc

 
 

Repository files navigation

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

About

Repository for Catena-X specific eclipse dataspace connector apps

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 79.5%
  • Dockerfile 11.7%
  • Smarty 8.8%