Skip to main content

CSP Build Guide: What Eclipse Gives You vs. What You Build

Who This Is For

You are a cloud service provider helping organizations set up new dataspaces from scratch. You need to know exactly which components come ready-made from Eclipse projects and which parts you need to build yourself.

This guide gives you that map. It starts with the standard CSP baseline — provisioning participants and running a basic scenario for sharing files — and builds up to customer-facing applications and multi-protocol data planes.

Chapters

#ChapterWhat you'll learn
1The Component MapEvery component in a functioning dataspace — tagged by who provides it
2The CSP BaselineThe standard starting point: CFM, EDC-V, and a minimal data plane
3Portal and ObservabilityAdding a web interface and monitoring for your customers
4Customer ApplicationsUse case apps that are the data plane — business logic + DPS in one
5Multiple Data Planes and Credential IssuanceMulti-protocol, multi-dataspace, and trust infrastructure

Summary: What You Build at Each Level

LevelEclipse providesCSP builds/operates
BaselineControl Plane, Identity Hub, CFM, EDC-V, Data Plane SDKsInfrastructure (K8s, PostgreSQL, Vault, NATS, IDP), minimal data plane
Portal(same as baseline)+ User Portal, Monitoring & Observability
Customer apps(same — Management API + DPS)+ Customer applications that are data planes (business logic + DPS in one)
Full build-out+ Issuer Service+ Additional data planes (CSP-built, community, or use case apps), multi-dataspace config

Prerequisites

Read Platform Setup for how the EDCaaS platform is deployed, and System Integration for how participants use it.