You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A FastAPI-based service that orchestrates Eclipse Dataspace Connector (EDC) contract negotiations and data transfers. The Mediator acts as an intermediary that manages the complex workflow of negotiating data access contracts and coordinating secure data transfers between connectors.
4
+
5
+
## Overview
6
+
7
+
The Dashboard Mediator simplifies EDC interactions by:
8
+
9
+
-**Automating contract negotiation** with provider connectors
10
+
-**Managing transfer processes** using pull-based data access
11
+
-**Receiving credentials** via Server-Sent Events (SSE) for secure data retrieval
12
+
-**Providing a simple REST API** for initiating EDC workflows
Copy file name to clipboardExpand all lines: pyproject.toml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
[project]
2
-
name = "orchestrator"
2
+
name = "mediator"
3
3
version = "0.1.0"
4
-
description = "The Orchestrator is responsible for managing contract negotiation and coordinating communication between the various servers involved in the process."
4
+
description = "The Mediator is responsible for managing contract negotiation and coordinating communication between the various servers involved in the process."
0 commit comments