Skip to content

EDC Tutorial Dataspace Connectivity

Stephan Bauer edited this page May 6, 2025 · 8 revisions

Description

Deploying my own Dataspace - EDC Tutorial

Responsible, Contact Person

  • Stephan Bauer Platform Domain Manager | Manager for Network Services, Catena-X Automotive Network e.V.
  • Tatjana Wiest IT Project Manager – Automotive Digitalization, Polygran
  • Mikel Garcia Bartolome

Prerequisites/Requirements

For local deployment (on your host machine, the following tools are needed)

  • jq
  • helm
  • kubectl
  • minikube

Challenges -> Description

The Umbrella Helm Charts provide already several services (some are enabled, some are disabled) For our workstream, we mainly use the values-adopter-data-exchange.yaml

With this file, the following components are included:

centralidp:  enabled: true
managed-identity-wallet:  enabled: true
dataconsumerOne:  enabled: true
tx-data-provider:  enabled: true
dataconsumerTwo:  enabled: false
pgadmin4:  enabled: true

Note

Some other components like databases, vaults are already included in the enabled components Youu could also use other value.yaml from the repository.

Challenge 1 "Your own Dataspace"

Try to set up your local data space and learn how the communication/transfer between two EDCs works. The Challenge is along the provided “E2E adopter journey tutorial - specific URL for community days and its deployment with Umbrella Helm Charts

Goals

  • Getting familiar with Umbrella Helm Charts, kubernets and minikube and its dashboard
  • Understanding the architecture
  • Working with a local dataspace deployment
  • Play around with assets, policies …
  • Communication between two (already registered EDCs)
  • Providing feedback

Challenge 2 "Second data consumer"

Try to activate and deploy (locally) a second EDC and play with different assets and policies.

Goals

  • Further understand the power of helm charts
  • Get to know the configuration parameters
  • Play around with restricted assets, policies …

Challenge 3 "Open challenge"

Try to activate the Portal (and other components)

Goals

  • Further understand the power of helm charts
  • Get to know the configuration parameters

Downloads and Useful Links

Clone this wiki locally