What is the PDC’s role? How do I start? The PDC [2.1] is an open-source component that participants run and install where they want (on premises or cloud). It acts as the participant’s “identity” and performs the Control Plane [5.1] verifications.
The Prometheus X-Dataspace Connector (PDC) [2.1] (also referred as the PDC) is an open-source component that participants deploy and operate independently, either on premises or in the cloud. It represents the participant within the dataspace and acts as the participant’s technical identity, enabling secure and trusted interactions with other participants.
The PDC is responsible for performing the Control Plane [5.1] verifications. Through these verifications, the PDC ensures that all interactions comply with the dataspace’s security, governance, and trust requirements, including authentication, authorization, policy enforcement, and validation of trust relationships. Apart from taking part in the Control Plane layer, it also participates in the Data Plane [5.1], which manages the actual data transfer, that ultimately goes through the connector. This design enables more advanced and complex use cases, such as service chains [5.0], in which data can go through intermediary services that perform different operations, such as transformation, analysis and data enrichment, before reaching the final user, instead of being exchanged through direct peer-to-peer communication alone.
The PDC works as the participant’s entry point to the dataspace and it helps them to maintain full control over their data (identity, credentials and policies) while ensuring interoperability and compliance. By this model, data remains decentralized and supports data sovereignty.
To install the PDC, the participant needs to obtain an open-source component, the recommended manner is using Docker and deploying it in the participant’s preferred environment. After this, the configuration of identity, the credentials and Control Plane plane must be enabled and is required to interact with other participants.
When the participant has successfully completed these steps, the PDC is ready to establish trust relationships and perform Control Plane verifications. This allows the participant to securely join and operate within the dataspace.