Skip to main content

Eclipse Dataspace Protocol

The Eclipse Dataspace Protocol provides a set of specifications designed to facilitate interoperable data sharing between entities governed by usage control and based on Web technologies. These specifications define the schemas and protocols required for entities to publish data, negotiate usage agreements, and access data as part of a federation of technical systems termed a dataspace.

Sharing data between autonomous entities requires the provision of metadata to facilitate the transfer of assets by making use of a data transfer (or application layer) protocol. The Eclipse Dataspace Protocol defines how this metadata is provisioned:

  1. How data assets are deployed as DCAT Catalogs and usage control is expressed as ODRL Policies.
  2. How contract agreements that govern data usage are syntactically expressed and electronically negotiated.
  3. How data assets are accessed using data transfer protocols.

These specifications build on protocols located in the ISO OSI model (ISO/IEC 7498-1:1994) layers, like HTTPS. The purpose of this specification is to define interactions between systems independent of such protocols but describing how to implement it in an unambiguous and extensible way. To do so, the messages that are exchanged during the process are described in this specification and the states and their transitions are specified as state machines, based on the key terms and concepts of a data space. On this foundation the binding to data transfer protocols, like HTTPS, is described.

The specifications are organized into the following documents:

  • Dataspace Model and Dataspace Terminology documents that define key terms.
  • Catalog Protocol and Catalog HTTPS Binding documents that define how DCAT Catalogs are published and accessed as HTTPS endpoints respectively.
  • Contract Negotiation Protocol and Contract Negotiation HTTPS Binding documents that define how contract negotiations are conducted and requested via HTTPS endpoints.
  • Transfer Process Protocol and Transfer Process HTTPS Binding documents that define how transfer processes using a given data transfer protocol are governed via HTTPS endpoints.

This specification does not cover the data transfer process as such. While the data transfer is controlled by the Transfer Process Protocol mentioned above, the data transfer itself and especially the handling of technical exceptions is an obligation to the Transport Protocol. As an implication, the data transfer can be conducted in a separated process if required, as long as this process is to the specified extend controlled by the Transfer Process Protocol.

Basics


Repositories

Repo Commits Reviews Issues
https://github.com/eclipse-dataspace-protocol-base/DataspaceProtocol 116 83 105
https://github.com/eclipse-dataspace-protocol-base/BestPractices 8 8 15
https://github.com/eclipse-dataspace-protocol-base/.eclipsefdn 6 6 0
https://github.com/eclipse-dataspace-protocol-base/.github 3 3 0

Activity - commits

There have been 133 commits made by 8 people on 4 repositories over the last 12 months.


Activity - issues

There have been 120 issues submitted by 14 people on 2 repositories over the last 12 months.


Activity - reviews

There have been 100 reviews submitted by 10 people on 4 repositories over the last 12 months.

The EMO oversees the lifecycle of Eclipse projects, trademark and IP management, and provides a governance framework and recommendations on open source best practices.

See the project’s PMI page at https://projects.eclipse.org/projects/technology.dataspace-protocol-base


Releases


IP Lab requests

  • 2025-05-06 - maven/mavencentral/com.puppycrawl.tools/checkstyle/9.3
  • 2024-11-05 - project/technology.dataspace-protocol-base/eclipse-dataspace-protocol-base/dsp_best_practices/263159cad7e9d5b97101e9e381af81eef27588d2
  • 2024-08-29 - project/technology.dataspace-protocol-base/eclipse-dataspace-protocol-base/DataspaceProtocol/ad3b1a938ebc28e89e4232f6e941d956b7f03c15

Organization Settings


Branch Protections

This project has a total of 3 repositories in its associated GitHub organization eclipse-dataspace-protocol-base . The graph below outlines the percentange of repositories that have either defined a Branch Protection Rule or Repository Ruleset: Branch protections

Back to the top