Local Demo

On how to deploy a productive connector with joining an existing Data Space, please refer to our Productive Deployment Guide.

Quick Start

To quickly start using our sovity EDC CE, we offer a quick start docker-compose.yaml file and don't forget to also download the needed caddyfile.

Launching Two Connectors

# Run with Bash from the root directory of the project

# Log-In to the Github Container Registry
docker login ghcr.io

# Start sovity EDC Connectors
docker compose up

Quick Start: Default Configuration

The default configuration launches two local EDC Connectors with the following credentials:

First Connector
Second Connector

Connector Dashboard

http://localhost:11000

http://localhost:22000

Management-API Endpoint

http://localhost:11000/api/management

http://localhost:22000/api/management

Management-API API-Key

SomeOtherApiKey

SomeOtherApiKey

Connector DSP Endpoint

http://provider:11003/api/dsp Requires Docker Compose Network

http://consumer:11003/api/dsp Requires Docker Compose Network

Last updated

Was this helpful?