Skip to content

Getting Started

Everything you need to set up, configure, and run the Dataspace Ecosystem, from prerequisites to a fully deployed local environment.


  • Prerequisites


    System requirements, required software (JDK, Docker/Podman, Kubernetes), and environment setup to get started.

    Check Prerequisites

  • Quick Start


    Step-by-step guide to create a local Kubernetes cluster, build container images, and deploy the full dataspace.

    Quick Start Guide

  • Configuration


    Comprehensive reference for all configuration options: Helm values, Terraform variables, environment variables, and secrets management.

    Configuration Reference


Follow these steps in order for the smoothest onboarding experience:

Step Action Time Estimate
1 Review Prerequisites and install required tools ~15 min
2 Follow the Quick Start guide to deploy locally ~30 min
3 Explore Configuration options for customization As needed

Deployment Options

The Dataspace Ecosystem supports multiple deployment strategies:

  • Local Development: Kind cluster with Terraform for rapid iteration
  • Self-Hosted: Deploy a standalone connector to an existing Kubernetes cluster
  • Production: Full dataspace deployment with PostgreSQL and vault integration

Next Steps