From 827b4531c902f07925fd929bfbf96b71802dbb30 Mon Sep 17 00:00:00 2001 From: Jamie Hewitt Date: Mon, 19 Jun 2023 14:27:50 +0000 Subject: [PATCH] GITBOOK-550: Adding links to other sections --- developers/compute-to-data/README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/developers/compute-to-data/README.md b/developers/compute-to-data/README.md index cf5f9c32..af313c04 100644 --- a/developers/compute-to-data/README.md +++ b/developers/compute-to-data/README.md @@ -1,7 +1,5 @@ # Compute to data -## THE ENTIRE SECTION IS WORK IN PROGRESS - Ocean's "Compute-to-Data" feature enables private data to be bought & sold. You can sell compute access to privately-held data, which never leaves the data owner’s premises. Ocean-based marketplaces enable the monetization of private data while preserving privacy. @@ -10,14 +8,20 @@ Compute-to-data resolves the tradeoff between the benefits of using private data 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 isn’t 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 it’s so hard to get at, and using it can lead to potentially big payoffs. Checkout these guides if you are aiming to get a deeper understanding on how compute-to-data works: +### User Guides + +* [How to write compute to data algorithms](../../user-guides/compute-to-data/make-a-boss-c2d-algorithm.md) +* [How to publish a compute to data algorithm](../../user-guides/compute-to-data/publish-a-c2d-algorithm-nft.md) +* [How to publish a dataset for compute to data](../../user-guides/compute-to-data/publish-a-c2d-data-nft.md) + +### Deployment Guides + * [Architecture](compute-to-data-architecture.md) * [Datasets & Algorithms](compute-to-data-datasets-algorithms.md) * [Minikube Environment](../../infrastructure/compute-to-data-minikube.md)