Container images and deployments of the Eclipse Dataspace Components open source project.
Explore the docs »
View Eclipse Dataspace Components
·
Releases
·
Report Bug / Request Feature
Table of Contents
The project provides pre-built control- 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:
- edc-controlplane-memory with dependency onto
- edc-controlplane-postgresql with dependency onto
- edc-controlplane-postgresql-hashicorp-vault with dependency onto
Derivatives of the Data-Plane can be found here
- edc-dataplane-azure-vault with dependency onto
- edc-dataplane-hashicorp-vault with dependency onto
Build Product-EDC together with its Container Images
./mvnw package -Pwith-docker-image
Distributed under the Apache 2.0 License. See LICENSE for more information.