docs/building-with-ocean/compute-to-data
Anamaria Loznianu d89bdf9fd9 Updated screenshots that had rinkeby examples 2022-09-28 12:40:49 +03:00
..
README.md GitBook: [#1] Issue-#1048: Fix broken links 2022-07-06 09:41:13 +00:00
compute-to-data-algorithms.md GitBook: [#1] Issue-#1048: Fix broken links 2022-07-06 09:41:13 +00:00
compute-to-data-architecture.md Fixed broken link to sequence diagram (#1102) 2022-08-09 15:34:24 +03:00
compute-to-data-datasets-algorithms.md Removing removing remaining content mentioning pools 2022-07-20 10:02:33 +01:00
compute-to-data-docker-registry.md GitBook: [#1] Issue-#1048: Fix broken links 2022-07-06 09:41:13 +00:00
compute-to-data-minikube.md GitBook: [#9] Re-organize content: Compute-to-Data 2022-07-03 11:35:23 +00:00
user-defined-parameters.md Updated screenshots that had rinkeby examples 2022-09-28 12:40:49 +03:00

README.md

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