1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00
docs/developers/compute-to-data
2023-04-07 14:25:45 +03:00
..
compute-to-data-algorithms.md Reorganise the current structure 2023-04-07 14:25:45 +03:00
compute-to-data-architecture.md Reorganise the current structure 2023-04-07 14:25:45 +03:00
compute-to-data-datasets-algorithms.md Reorganise the current structure 2023-04-07 14:25:45 +03:00
compute-to-data-docker-registry.md Reorganise the current structure 2023-04-07 14:25:45 +03:00
compute-to-data-minikube.md Reorganise the current structure 2023-04-07 14:25:45 +03:00
README.md Reorganise the current structure 2023-04-07 14:25:45 +03:00
user-defined-parameters.md Reorganise the current structure 2023-04-07 14:25:45 +03:00

title slug section description
Compute-to-Data /concepts/compute-to-data/ concepts Providing access to data in a privacy-preserving fashion

Compute-to-Data

Quick Start

Motivation

The most basic scenario for a Publisher is to provide access to the datasets they own or manage. However, a Publisher may offer a service to execute some computation on top of their data. This has some benefits:

  • The data never leaves the Publisher enclave.
  • It's not necessary to move the data; the algorithm is sent to the data.
  • Having only one copy of the data and not moving it makes it easier to be compliant with data protection regulations.

This page elaborates on the benefits.

Further Reading