Skip to content

Legacy version 1.X.X

As explained earlier, the legacy version of the data space was composed of: the Operator, the Marketplace, and the Connector. Here, their architectures are detailed.

Architectures

Data Space Operator

The Dataspace Operator acts as the Trust Anchor of the Data Space. It provides the particpants information on whom to trust.

operator_scheme

Minimal Operator (Trust Anchor)

For a minimal trust anchor, the Trusted Participants Registry (or Trusted Issuers Registry) is the unique service that is necessary. This can be managed through its API.

trust_anchor

Marketplace

Warning

This architecture has been derived from the different Helm packages that form the marketplace, so there may be some differences or connections between services that are not reflected.

The marketplace that Fiware proposes in this example is composed of the following services:

marketplace_scheme

Fiware Data Space Connector

Fiware Data Space Connector is a component that allows the data owner to share data with other participants in a secure and controlled way.

A more extensive documentation about the connector and the supported flows in a data space it supports can be found at the FIWARE data-space-connector repository.

To deploy the Data Space Connector Fiware provides this repository.

This component is composed of the following services:

connector_scheme

Deployments