1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-01 15:55:34 +01:00
docs/developers/compute-to-data
2023-06-19 15:43:10 +00:00
..
compute-options.md V2 docs developers (#1210) 2023-05-18 13:38:57 +03:00
compute-to-data-algorithms.md GITBOOK-560: Include C2D High level architecture visual 2023-06-19 15:43:10 +00:00
compute-to-data-architecture.md GITBOOK-560: Include C2D High level architecture visual 2023-06-19 15:43:10 +00:00
compute-to-data-datasets-algorithms.md V2 docs developers (#1210) 2023-05-18 13:38:57 +03:00
compute-to-data.md V2 docs developers (#1210) 2023-05-18 13:38:57 +03:00
README.md GITBOOK-553: change request with no subject merged in GitBook 2023-06-19 14:49:26 +00:00
user-defined-parameters.md Cleaned up the folders and the files 2023-06-13 13:06:59 +03:00

description
Monetise your data while preserving privacy

Compute to data

Introduction

There are many datasets that are too sensitive to be sold, such as health records or other personal information. Compute-to-Data enables you to make money from these datasets while keeping the data private. Rather than selling the raw data, you can sell compute access to the private data.

You decide which algorithms you allow to be run on your dataset. So, for example, if you own sensitive health records you could allow an algorithm that outputs the average age of a patient but no other information.

Compute-to-data resolves the tradeoff between the benefits of using private data, and the risks of exposing it. It lets the data stay on-premise, yet allows 3rd parties to run specific compute jobs on it to get useful compute results like averaging or building an AI model.

The most valuable data is private data — using it can improve research and business outcomes. But concerns over privacy and control make it hard to access. With Compute-to-Data, private data isnt directly shared but rather specific access to it is granted.

It can be used for data sharing in science or technology contexts, or in marketplaces for selling private data while preserving privacy, as an opportunity for companies to monetize their data assets.

Private data can help research, leading to life-altering innovations in science and technology. For example, more data improves the predictive accuracy of modern Artificial Intelligence (AI) models. Private data is often considered the most valuable data because its so hard to get at, and using it can lead to potentially big payoffs.

We suggest reading these guides to get an understanding on how compute-to-data works:

User Guides

Developer Guides

Architecture & Overview Guides

Infrastructure Deployment Guides