From b7258da91a1339d8f3e6d5122d2305ab0f2fbf57 Mon Sep 17 00:00:00 2001 From: Akshay Date: Mon, 22 Nov 2021 19:44:04 +0100 Subject: [PATCH] Issue-#808: Change links --- content/concepts/compute-to-data.md | 2 +- content/tutorials/compute-to-data-datasets-algorithms.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/content/concepts/compute-to-data.md b/content/concepts/compute-to-data.md index 78acdb2e..5303f441 100644 --- a/content/concepts/compute-to-data.md +++ b/content/concepts/compute-to-data.md @@ -24,6 +24,6 @@ The most basic scenario for a Publisher is to provide access to the datasets the - [Compute-to-Data architecture](/tutorials/compute-to-data-architecture/) - [Tutorial: Writing Algorithms](/tutorials/compute-to-data-algorithms/) -- [Tutorial: Set Up a Compute-to-Data Environment](/tutorials/compute-to-data/) +- [Tutorial: Set Up a Compute-to-Data Environment](/tutorials/compute-to-data-minikube/) - [Compute-to-Data in Ocean Market](https://blog.oceanprotocol.com) - [(Old) Compute-to-Data specs](https://github.com/oceanprotocol-archive/OEPs/tree/master/12) (OEP12) diff --git a/content/tutorials/compute-to-data-datasets-algorithms.md b/content/tutorials/compute-to-data-datasets-algorithms.md index e926d795..3b5572a0 100644 --- a/content/tutorials/compute-to-data-datasets-algorithms.md +++ b/content/tutorials/compute-to-data-datasets-algorithms.md @@ -20,3 +20,8 @@ For each dataset, publishers can choose to allow various permission levels for a - allow raw algorithms, for advanced use cases circumventing algorithm as an asset type, but most prone to data escape All implementations should set permissions to private by default: upon publishing a compute dataset, no algorithms should be allowed to run on it. This is to prevent data escape by a rogue algorithm being written in a way to extract all data from a dataset. + +## DDO Links + +- [Algorithm DDO](/concepts/ddo-metadata/#fields-when-attributesmaintype--algorithm) +- [Compute DDO](/concepts/ddo-metadata/#fields-when-attributesmaintype--compute) \ No newline at end of file